" Vimball Archiver by Charles E. Campbell, Jr., Ph.D. UseVimball finish ftplugin/c/hints_man3.vim [[[1 2072 " hints_man3.vim " Author: Charles E. Campbell, Jr. " Date: Mar 13, 2007 " Version: 1 " --------------------------------------------------------------------- " Load Once: {{{1 if &cp || exists("b:loaded_hints_man3") finish endif let b:loaded_hints_man3= "v1" let s:keepcpo = &cpo set cpo&vim " --------------------------------------------------------------------- " Hints! {{{1 inorea a64l a64l:echoh HintHLecho "long a64l(char * str64)"echoh None inorea abort abort:echoh HintHLecho "void abort(void)"echoh None inorea abs abs:echoh HintHLecho "int abs(int j)"echoh None inorea acos acos:echoh HintHLecho "double acos(double x)"echoh None inorea acosf acosf:echoh HintHLecho "float acosf(float x)"echoh None inorea acosh acosh:echoh HintHLecho "double acosh(double x)"echoh None inorea acoshf acoshf:echoh HintHLecho "float acoshf(float x)"echoh None inorea acoshl acoshl:echoh HintHLecho "long double acoshl(long double x)"echoh None inorea acosl acosl:echoh HintHLecho "long double acosl(long double x)"echoh None inorea addmntent addmntent:echoh HintHLecho "int addmntent(FILE * fp, const struct mntent * mnt)"echoh None inorea addseverity addseverity:echoh HintHLecho "int addseverity(int severity, const char * s)"echoh None inorea aio_cancel aio_cancel:echoh HintHLecho "int aio_cancel(int fd, struct aiocb * aiocbp)"echoh None inorea aio_error aio_error:echoh HintHLecho "int aio_error(const struct aiocb * aiocbp)"echoh None inorea aio_fsync aio_fsync:echoh HintHLecho "int aio_fsync(int op, struct aiocb * aiocbp)"echoh None inorea aio_read aio_read:echoh HintHLecho "int aio_read(struct aiocb * aiocbp)"echoh None inorea aio_return aio_return:echoh HintHLecho "ssize_t aio_return(struct aiocb * aiocbp)"echoh None inorea aio_suspend aio_suspend:echoh HintHLecho "int aio_suspend(const struct aiocb * const cblist [],"echoh None inorea aio_write aio_write:echoh HintHLecho "int aio_write(struct aiocb * aiocbp)"echoh None inorea alloca alloca:echoh HintHLecho "void *alloca(size_t size)"echoh None inorea alphasort alphasort:echoh HintHLecho "int alphasort(const void * a, const void * b)"echoh None inorea argz_add argz_add:echoh HintHLecho "argz_add(char ** argz, size_t * argz_len, const char * str)"echoh None inorea argz_add_sep argz_add_sep:echoh HintHLecho "argz_add_sep(char ** argz, size_t * argz_len ,"echoh None inorea argz_append argz_append:echoh HintHLecho "argz_append(char ** argz, size_t * argz_len ,"echoh None inorea argz_count argz_count:echoh HintHLecho "argz_count(const char * argz, size_t argz_len)"echoh None inorea argz_create argz_create:echoh HintHLecho "argz_create(char * const argv [], char ** argz ,"echoh None inorea argz_create_sep argz_create_sep:echoh HintHLecho "argz_create_sep(const char * str, int sep, char ** argz ,"echoh None inorea argz_delete argz_delete:echoh HintHLecho "argz_delete(char ** argz, size_t * argz_len, char * entry)"echoh None inorea argz_extract argz_extract:echoh HintHLecho "argz_extract(char * argz, size_t argz_len, char ** argv)"echoh None inorea argz_insert argz_insert:echoh HintHLecho "argz_insert (char ** argz, size_t * argz_len, char * before ,"echoh None inorea argz_next argz_next:echoh HintHLecho "argz_next(char * argz, size_t argz_len, const char * entry)"echoh None inorea argz_replace argz_replace:echoh HintHLecho "argz_replace(char ** argz, size_t * argz_len, const char * str ,"echoh None inorea argz_stringify argz_stringify:echoh HintHLecho "argz_stringify(char * argz, size_t len, int sep)"echoh None inorea asctime asctime:echoh HintHLecho "char *asctime(const struct tm * tm)"echoh None inorea asctime_r asctime_r:echoh HintHLecho "char *asctime_r(const struct tm * tm, char * buf)"echoh None inorea asin asin:echoh HintHLecho "double asin(double x)"echoh None inorea asinf asinf:echoh HintHLecho "float asinf(float x)"echoh None inorea asinh asinh:echoh HintHLecho "double asinh(double x)"echoh None inorea asinhf asinhf:echoh HintHLecho "float asinhf(float x)"echoh None inorea asinhl asinhl:echoh HintHLecho "long double asinhl(long double x) "echoh None inorea asinl asinl:echoh HintHLecho "long double asinl(long double x) "echoh None inorea asprintf asprintf:echoh HintHLecho "int asprintf(char ** strp, const char * fmt, ...)"echoh None inorea assert assert:echoh HintHLecho "void assert(scalar expression)"echoh None inorea assert_perror assert_perror:echoh HintHLecho "void assert_perror(int errnum)"echoh None inorea atan2 atan2:echoh HintHLecho "double atan2(double y, double x)"echoh None inorea atan2f atan2f:echoh HintHLecho "float atan2f(float y, float x)"echoh None inorea atan2l atan2l:echoh HintHLecho "long double atan2l(long double y, long double x)"echoh None inorea atan atan:echoh HintHLecho "double atan(double x)"echoh None inorea atanf atanf:echoh HintHLecho "float atanf(float x) "echoh None inorea atanh atanh:echoh HintHLecho "double atanh(double x)"echoh None inorea atanhf atanhf:echoh HintHLecho "float atanhf(float x)"echoh None inorea atanhl atanhl:echoh HintHLecho "long double atanhl(long double x)"echoh None inorea atanl atanl:echoh HintHLecho "long double atanl( long double x)"echoh None inorea atexit atexit:echoh HintHLecho "int atexit(void (* function)(void))"echoh None inorea atof atof:echoh HintHLecho "double atof(const char * nptr)"echoh None inorea atoi atoi:echoh HintHLecho "int atoi(const char * nptr)"echoh None inorea atol atol:echoh HintHLecho "long atol(const char * nptr)"echoh None inorea atoll atoll:echoh HintHLecho "long long atoll(const char * nptr)"echoh None inorea atoq atoq:echoh HintHLecho "long long atoq(const char * nptr)"echoh None inorea avc_add_callback avc_add_callback:echoh HintHLecho "int avc_add_callback(int (* callback)(u_int32_t event, "echoh None inorea avc_audit avc_audit:echoh HintHLecho "void avc_audit(security_id_t ssid, security_id_t tsid ,"echoh None inorea avc_av_stats avc_av_stats:echoh HintHLecho "void avc_av_stats(void)"echoh None inorea avc_cache_stats avc_cache_stats:echoh HintHLecho "void avc_cache_stats(struct avc_cache_stats * stats)"echoh None inorea avc_cleanup avc_cleanup:echoh HintHLecho "void avc_cleanup(void)"echoh None inorea avc_context_to_sid avc_context_to_sid:echoh HintHLecho "int avc_context_to_sid(security_context_t ctx, security_id_t * sid)"echoh None inorea avc_destroy avc_destroy:echoh HintHLecho "void avc_destroy(void)"echoh None inorea avc_entry_ref_init avc_entry_ref_init:echoh HintHLecho "void avc_entry_ref_init(struct avc_entry_ref * aeref)"echoh None inorea avc_has_perm avc_has_perm:echoh HintHLecho "int avc_has_perm(security_id_t ssid, security_id_t tsid ,"echoh None inorea avc_has_perm_noaudit avc_has_perm_noaudit:echoh HintHLecho "int avc_has_perm_noaudit(security_id_t ssid, security_id_t tsid ,"echoh None inorea avc_init avc_init:echoh HintHLecho "int avc_init(const char * msgprefix, "echoh None inorea avc_reset avc_reset:echoh HintHLecho "int avc_reset(void)"echoh None inorea avc_sid_stats avc_sid_stats:echoh HintHLecho "void avc_sid_stats(void)"echoh None inorea avc_sid_to_context avc_sid_to_context:echoh HintHLecho "int avc_sid_to_context(security_id_t sid, security_context_t * ctx)"echoh None inorea basename basename:echoh HintHLecho "char *basename(char * path)"echoh None inorea bcmp bcmp:echoh HintHLecho "int bcmp(const void * s1, const void * s2, int n)"echoh None inorea bcmp bcmp:echoh HintHLecho "int bcmp(const void * s1, const void * s2, size_t n)"echoh None inorea bcopy bcopy:echoh HintHLecho "void bcopy(const void * src, void * dest, int n)"echoh None inorea bcopy bcopy:echoh HintHLecho "void bcopy(const void * src, void * dest, size_t n)"echoh None inorea ber_alloc_t ber_alloc_t:echoh HintHLecho "BerElement *ber_alloc_t(int options)"echoh None inorea ber_bvarray_add ber_bvarray_add:echoh HintHLecho "void ber_bvarray_add(BerVarray * bvarray, BerValue * bv)"echoh None inorea ber_bvarray_free ber_bvarray_free:echoh HintHLecho "void ber_bvarray_free(struct berval * bvarray)"echoh None inorea ber_bvdup ber_bvdup:echoh HintHLecho "struct berval *ber_bvdup(const struct berval * bv)"echoh None inorea ber_bvecadd ber_bvecadd:echoh HintHLecho "void ber_bvecadd(struct berval *** bvec, struct berval * bv)"echoh None inorea ber_bvecfree ber_bvecfree:echoh HintHLecho "void ber_bvecfree(struct berval ** bvec)"echoh None inorea ber_bvfree ber_bvfree:echoh HintHLecho "void ber_bvfree(struct berval * bv)"echoh None inorea ber_bvstr ber_bvstr:echoh HintHLecho "struct berval *ber_bvstr(const char * str)"echoh None inorea ber_bvstrdup ber_bvstrdup:echoh HintHLecho "struct berval *ber_bvstrdup(const char * str)"echoh None inorea ber_dupbv ber_dupbv:echoh HintHLecho "struct berval *ber_dupbv(const struct berval * dst, struct berval * src)"echoh None inorea ber_first_element ber_first_element:echoh HintHLecho "ber_tag_t ber_first_element(BerElement * ber, ber_len_t * len, char ** cookie)"echoh None inorea ber_flush ber_flush:echoh HintHLecho "int ber_flush(Sockbuf * sb, BerElement * ber, int freeit)"echoh None inorea ber_free ber_free:echoh HintHLecho "void ber_free(BerElement * ber, int freebuf)"echoh None inorea ber_get_bitstringa ber_get_bitstringa:echoh HintHLecho "ber_tag_t ber_get_bitstringa(BerElement * ber, char ** buf, ber_len_t * blen)"echoh None inorea ber_get_boolean ber_get_boolean:echoh HintHLecho "ber_tag_t ber_get_boolean(BerElement * ber, ber_int_t * bool)"echoh None inorea ber_get_enum ber_get_enum:echoh HintHLecho "ber_tag_t ber_get_enum(BerElement * ber, ber_int_t * num)"echoh None inorea ber_get_int ber_get_int:echoh HintHLecho "ber_tag_t ber_get_int(BerElement * ber, ber_int_t * num)"echoh None inorea ber_get_next ber_get_next:echoh HintHLecho "ber_tag_t ber_get_next(Sockbuf * sb, ber_len_t * len, BerElement * ber)"echoh None inorea ber_get_null ber_get_null:echoh HintHLecho "ber_tag_t ber_get_null(BerElement * ber)"echoh None inorea ber_get_stringa ber_get_stringa:echoh HintHLecho "ber_tag_t ber_get_stringa(BerElement * ber, char ** buf)"echoh None inorea ber_get_stringal ber_get_stringal:echoh HintHLecho "ber_tag_t ber_get_stringal(BerElement * ber, struct berval ** bv)"echoh None inorea ber_get_stringb ber_get_stringb:echoh HintHLecho "ber_tag_t ber_get_stringb(BerElement * ber, char * buf, ber_len_t * len)"echoh None inorea ber_get_stringbv ber_get_stringbv:echoh HintHLecho "ber_tag_t ber_get_stringbv(BerElement * ber, struct berval * bv, int alloc)"echoh None inorea ber_memalloc ber_memalloc:echoh HintHLecho "void *ber_memalloc(ber_len_t bytes)"echoh None inorea ber_memcalloc ber_memcalloc:echoh HintHLecho "void *ber_memcalloc(ber_len_t nelems, ber_len_t bytes)"echoh None inorea ber_memfree ber_memfree:echoh HintHLecho "void ber_memfree(void * ptr)"echoh None inorea ber_memrealloc ber_memrealloc:echoh HintHLecho "void *ber_memrealloc(void * ptr, ber_len_t bytes)"echoh None inorea ber_memvfree ber_memvfree:echoh HintHLecho "void ber_memvfree(void ** vec)"echoh None inorea ber_next_element ber_next_element:echoh HintHLecho "ber_tag_t ber_next_element(BerElement * ber, ber_len_t * len, const char * cookie)"echoh None inorea ber_peek_tag ber_peek_tag:echoh HintHLecho "ber_tag_t ber_peek_tag(BerElement * ber, ber_len_t * len)"echoh None inorea ber_printf ber_printf:echoh HintHLecho "int ber_printf(BerElement * ber, const char * fmt, ...)"echoh None inorea ber_put_bitstring ber_put_bitstring:echoh HintHLecho "int ber_put_bitstring(BerElement * ber, const char * str, ber_len_t blen, ber_tag_t tag)"echoh None inorea ber_put_boolean ber_put_boolean:echoh HintHLecho "int ber_put_boolean(BerElement * ber, ber_int_t bool, ber_tag_t tag)"echoh None inorea ber_put_enum ber_put_enum:echoh HintHLecho "int ber_put_enum(BerElement * ber, ber_int_t num, ber_tag_t tag)"echoh None inorea ber_put_int ber_put_int:echoh HintHLecho "int ber_put_int(BerElement * ber, ber_int_t num, ber_tag_t tag)"echoh None inorea ber_put_null ber_put_null:echoh HintHLecho "int ber_put_null(BerElement * ber, ber_tag_t tag)"echoh None inorea ber_put_ostring ber_put_ostring:echoh HintHLecho "int ber_put_ostring(BerElement * ber, const char * str, ber_len_t len, ber_tag_t tag)"echoh None inorea ber_put_seq ber_put_seq:echoh HintHLecho "int ber_put_seq(BerElement * ber)"echoh None inorea ber_put_set ber_put_set:echoh HintHLecho "int ber_put_set(BerElement * ber)"echoh None inorea ber_put_string ber_put_string:echoh HintHLecho "int ber_put_string(BerElement * ber, const char * str, ber_tag_t tag)"echoh None inorea ber_scanf ber_scanf:echoh HintHLecho "ber_tag_t ber_scanf(BerElement * ber, const char * fmt, ...)"echoh None inorea ber_skip_tag ber_skip_tag:echoh HintHLecho "ber_tag_t ber_skip_tag(BerElement * ber, ber_len_t * len)"echoh None inorea ber_start_seq ber_start_seq:echoh HintHLecho "int ber_start_seq(BerElement * ber, ber_tag_t tag)"echoh None inorea ber_start_set ber_start_set:echoh HintHLecho "int ber_start_set(BerElement * ber, ber_tag_t tag)"echoh None inorea ber_str2bv ber_str2bv:echoh HintHLecho "struct berval *ber_str2bv(const char * str, ber_len_t len, int dup, struct berval * bv)"echoh None inorea bindresvport bindresvport:echoh HintHLecho "int bindresvport(sd, sin)"echoh None inorea bool bool:echoh HintHLecho " bool (* const char_check)(int, const void *))"echoh None inorea bool bool:echoh HintHLecho " bool (* const field_check)(FIELD *, const void *),"echoh None inorea bool bool:echoh HintHLecho " bool (* const next_choice)(FIELD *, const void *),"echoh None inorea bool bool:echoh HintHLecho " bool (* const prev_choice)(FIELD *, const void *))"echoh None inorea bsearch bsearch:echoh HintHLecho "void *bsearch(const void * key, const void * base, size_t nmemb ,"echoh None inorea btowc btowc:echoh HintHLecho "wint_t btowc(int c)"echoh None inorea buffer buffer:echoh HintHLecho "Length of buffer (in multiple of data type size)."echoh None inorea bzero bzero:echoh HintHLecho "void bzero(void * s, int n)"echoh None inorea bzero bzero:echoh HintHLecho "void bzero(void * s, size_t n)"echoh None inorea cabs cabs:echoh HintHLecho "double cabs(double complex z)"echoh None inorea cabsf cabsf:echoh HintHLecho "float cabsf(float complex z)"echoh None inorea cabsl cabsl:echoh HintHLecho "long double cabsl(long double complex z)"echoh None inorea cacos cacos:echoh HintHLecho "double complex cacos(double complex z) "echoh None inorea cacosf cacosf:echoh HintHLecho "float complex cacosf(float complex z) "echoh None inorea cacosh cacosh:echoh HintHLecho "double complex cacosh(double complex z) "echoh None inorea cacoshf cacoshf:echoh HintHLecho "float complex cacoshf(float complex z)"echoh None inorea cacoshl cacoshl:echoh HintHLecho "long double complex cacoshl(long double complex z)"echoh None inorea cacosl cacosl:echoh HintHLecho "long double complex cacosl(long double complex z) "echoh None inorea caller caller:echoh HintHLecho "Unicode character be forced to uppercase by the caller (if"echoh None inorea calloc calloc:echoh HintHLecho "void * calloc (size_t nelem, size_t elsize)"echoh None inorea calloc calloc:echoh HintHLecho "void *calloc(size_t nmemb, size_t size)"echoh None inorea canonicalize_file_name canonicalize_file_name:echoh HintHLecho "char *canonicalize_file_name (const char * path)"echoh None inorea cap_clear cap_clear:echoh HintHLecho "int cap_clear(cap_t cap_p)"echoh None inorea cap_copy_ext cap_copy_ext:echoh HintHLecho "ssize_t cap_copy_ext(void * ext_p, cap_t cap_p, ssize_t size)"echoh None inorea cap_copy_int cap_copy_int:echoh HintHLecho "cap_t cap_copy_int(const void * ext_p)"echoh None inorea cap_dup cap_dup:echoh HintHLecho "cap_t cap_dup(cap_t cap_p)"echoh None inorea cap_free cap_free:echoh HintHLecho "int cap_free(void * obj_d)"echoh None inorea cap_from_text cap_from_text:echoh HintHLecho "cap_t cap_from_text(const char * buf_p)"echoh None inorea cap_get_flag cap_get_flag:echoh HintHLecho "int cap_get_flag(cap_t cap_p, cap_value_t cap, cap_flag_t flag, cap_flag_value_t * value_p)"echoh None inorea capgetp capgetp:echoh HintHLecho "cap_t capgetp(pid_t pid, cap_t cap_d)"echoh None inorea cap_get_proc cap_get_proc:echoh HintHLecho "cap_t cap_get_proc(void)"echoh None inorea cap_init cap_init:echoh HintHLecho "cap_t cap_init(void)"echoh None inorea cap_set_flag cap_set_flag:echoh HintHLecho "int cap_set_flag(cap_t cap_p, cap_flag_t flag, int ncap, cap_value_t * caps, cap_flag_value_t value)"echoh None inorea capsetp capsetp:echoh HintHLecho "cap_t capsetp(pid_t pid, cap_t cap_d)"echoh None inorea cap_set_proc cap_set_proc:echoh HintHLecho "int cap_set_proc(cap_t cap_p)"echoh None inorea cap_size cap_size:echoh HintHLecho "ssize_t cap_size(cap_t cap_p)"echoh None inorea cap_to_text cap_to_text:echoh HintHLecho "char *cap_to_text(cap_t caps, ssize_t * length_p)"echoh None inorea carg carg:echoh HintHLecho "double carg(double complex z)"echoh None inorea cargf cargf:echoh HintHLecho "float cargf(float complex z)"echoh None inorea cargl cargl:echoh HintHLecho "long double cargl(long double complex z)"echoh None inorea casin casin:echoh HintHLecho "double complex casin(double complex z) "echoh None inorea casinf casinf:echoh HintHLecho "float complex casinf(float complex z) "echoh None inorea casinh casinh:echoh HintHLecho "double complex casinh(double complex z) "echoh None inorea casinhf casinhf:echoh HintHLecho "float complex casinhf(float complex z)"echoh None inorea casinhl casinhl:echoh HintHLecho "long double complex casinhl(long double complex z)"echoh None inorea casinl casinl:echoh HintHLecho "long double complex casinl(long double complex z) "echoh None inorea catan catan:echoh HintHLecho "double complex catan(double complex z) "echoh None inorea catanf catanf:echoh HintHLecho "float complex catanf(float complex z) "echoh None inorea catanh catanh:echoh HintHLecho "double complex catanh(double complex z) "echoh None inorea catanhf catanhf:echoh HintHLecho "float complex catanhf(float complex z)"echoh None inorea catanhl catanhl:echoh HintHLecho "long double complex catanhl(long double complex z)"echoh None inorea catanl catanl:echoh HintHLecho "long double complex catanl(long double complex z) "echoh None inorea catclose catclose:echoh HintHLecho "int catclose(nl_catd catalog)"echoh None inorea catgets catgets:echoh HintHLecho "char *catgets(nl_catd catalog, int set_number ,"echoh None inorea catopen catopen:echoh HintHLecho "nl_catd catopen(const char * name, int flag)"echoh None inorea cbc_crypt cbc_crypt:echoh HintHLecho "int cbc_crypt(char * key, char * data, unsigned datalen ,"echoh None inorea cbrt cbrt:echoh HintHLecho "double cbrt(double x)"echoh None inorea cbrtf cbrtf:echoh HintHLecho "float cbrtf(float x)"echoh None inorea cbrtl cbrtl:echoh HintHLecho "long double cbrtl(long double x)"echoh None inorea ccos ccos:echoh HintHLecho "double complex ccos(double complex z)"echoh None inorea ccosf ccosf:echoh HintHLecho "float complex ccosf(float complex z)"echoh None inorea ccosh ccosh:echoh HintHLecho "double complex ccosh(double complex z)"echoh None inorea ccoshf ccoshf:echoh HintHLecho "float complex ccoshf(float complex z)"echoh None inorea ccoshl ccoshl:echoh HintHLecho "long double complex ccoshl(long double complex z)"echoh None inorea ccosl ccosl:echoh HintHLecho "long double complex ccosl(long double complex z)"echoh None inorea ceil ceil:echoh HintHLecho "double ceil(double x)"echoh None inorea ceilf ceilf:echoh HintHLecho "float ceilf(float x)"echoh None inorea ceill ceill:echoh HintHLecho "long double ceill(long double x)"echoh None inorea cerfc cerfc:echoh HintHLecho "double complex cerfc(double complex z)"echoh None inorea cerf cerf:echoh HintHLecho "double complex cerf(double complex z)"echoh None inorea cerfcf cerfcf:echoh HintHLecho "float complex cerfcf(float complex z)"echoh None inorea cerfcl cerfcl:echoh HintHLecho "long double complex cerfcl(long double complex z)"echoh None inorea cerff cerff:echoh HintHLecho "float complex cerff(float complex z)"echoh None inorea cerfl cerfl:echoh HintHLecho "long double complex cerfl(long double complex z)"echoh None inorea cexp2 cexp2:echoh HintHLecho "double complex cexp2(double complex z)"echoh None inorea cexp2f cexp2f:echoh HintHLecho "float complex cexp2f(float complex z)"echoh None inorea cexp2l cexp2l:echoh HintHLecho "long double complex cexp2l(long double complex z)"echoh None inorea cexp cexp:echoh HintHLecho "double complex cexp(double complex z)"echoh None inorea cexpf cexpf:echoh HintHLecho "float complex cexpf(float complex z)"echoh None inorea cexpl cexpl:echoh HintHLecho "long double complex cexpl(long double complex z)"echoh None inorea cfgetispeed cfgetispeed:echoh HintHLecho "speed_t cfgetispeed(const struct termios * termios_p)"echoh None inorea cfgetospeed cfgetospeed:echoh HintHLecho "speed_t cfgetospeed(const struct termios * termios_p)"echoh None inorea cfmakeraw cfmakeraw:echoh HintHLecho "void cfmakeraw(struct termios * termios_p)"echoh None inorea cfree cfree:echoh HintHLecho "int cfree(void * ptr)"echoh None inorea cfree cfree:echoh HintHLecho "void cfree(char * ptr, unsigned num, unsigned size)"echoh None inorea cfree cfree:echoh HintHLecho "void cfree(void * ptr)"echoh None inorea cfree cfree:echoh HintHLecho "void cfree(void * ptr, size_t nelem, size_t elsize)"echoh None inorea cfsetispeed cfsetispeed:echoh HintHLecho "int cfsetispeed(struct termios * termios_p, speed_t speed)"echoh None inorea cfsetospeed cfsetospeed:echoh HintHLecho "int cfsetospeed(struct termios * termios_p, speed_t speed)"echoh None inorea checkPasswdAccess checkPasswdAccess:echoh HintHLecho "int checkPasswdAccess(access_vector_t requested)"echoh None inorea cimag cimag:echoh HintHLecho "double cimag(double complex z) "echoh None inorea cimagf cimagf:echoh HintHLecho "float cimagf(float complex z)"echoh None inorea cimagl cimagl:echoh HintHLecho "long double cimagl(long double complex z)"echoh None inorea clearenv clearenv:echoh HintHLecho "int clearenv(void)"echoh None inorea clearerr clearerr:echoh HintHLecho "void clearerr(FILE * stream)"echoh None inorea clearerr_unlocked clearerr_unlocked:echoh HintHLecho "void clearerr_unlocked(FILE * stream)"echoh None inorea clock clock:echoh HintHLecho "clock_t clock(void)"echoh None inorea clock_getres clock_getres:echoh HintHLecho "int clock_getres(clockid_t clk_id, struct timespec * res)"echoh None inorea clock_gettime clock_gettime:echoh HintHLecho "int clock_gettime(clockid_t clk_id, struct timespec * tp)"echoh None inorea clock_settime clock_settime:echoh HintHLecho "int clock_settime(clockid_t clk_id, const struct timespec * tp)"echoh None inorea clog10 clog10:echoh HintHLecho "double complex clog10(double complex z)"echoh None inorea clog10f clog10f:echoh HintHLecho "float complex clog10f(float complex z)"echoh None inorea clog10l clog10l:echoh HintHLecho "long double complex clog10l(long double complex z)"echoh None inorea clog2 clog2:echoh HintHLecho "double complex clog2(double complex z)"echoh None inorea clog2f clog2f:echoh HintHLecho "float complex clog2f(float complex z)"echoh None inorea clog2l clog2l:echoh HintHLecho "long double complex clog2l(long double complex z)"echoh None inorea clog clog:echoh HintHLecho "double complex clog(double complex z)"echoh None inorea clogf clogf:echoh HintHLecho "float complex clogf(float complex z)"echoh None inorea clogl clogl:echoh HintHLecho "long double complex clogl(long double complex z)"echoh None inorea closedir closedir:echoh HintHLecho "int closedir(DIR * dir)"echoh None inorea closelog closelog:echoh HintHLecho "void closelog(void)"echoh None inorea CMSG_ALIGN CMSG_ALIGN:echoh HintHLecho "size_t CMSG_ALIGN(size_t length)"echoh None inorea CMSG_DATA CMSG_DATA:echoh HintHLecho "unsigned char *CMSG_DATA(struct cmsghdr * cmsg) "echoh None inorea CMSG_FIRSTHDR CMSG_FIRSTHDR:echoh HintHLecho "struct cmsghdr *CMSG_FIRSTHDR(struct msghdr * msgh)"echoh None inorea CMSG_LEN CMSG_LEN:echoh HintHLecho "size_t CMSG_LEN(size_t length)"echoh None inorea CMSG_NXTHDR CMSG_NXTHDR:echoh HintHLecho "struct cmsghdr *CMSG_NXTHDR(struct msghdr * msgh, struct cmsghdr * cmsg)"echoh None inorea CMSG_SPACE CMSG_SPACE:echoh HintHLecho "size_t CMSG_SPACE(size_t length)"echoh None inorea code code:echoh HintHLecho "array for the error code(s)."echoh None inorea com_err com_err:echoh HintHLecho "void com_err (const char *whoami, long code, const char *format, ...)"echoh None inorea confstr confstr:echoh HintHLecho "size_t confstr(int name, char * buf, size_t len)"echoh None inorea conj conj:echoh HintHLecho "double complex conj(double complex z) "echoh None inorea conjf conjf:echoh HintHLecho "float complex conjf(float complex z) "echoh None inorea conjl conjl:echoh HintHLecho "long double complex conjl(long double complex z) "echoh None inorea context_free context_free:echoh HintHLecho "void context_free(context_t con)"echoh None inorea context_new context_new:echoh HintHLecho "context_t context_new(const char * context_str)"echoh None inorea context_range_get context_range_get:echoh HintHLecho "const char * context_range_get(context_t con)"echoh None inorea context_range_set context_range_set:echoh HintHLecho "const char * context_range_set(context_t con, const char* range)"echoh None inorea context_role_get context_role_get:echoh HintHLecho "const char * context_role_get(context_t con)"echoh None inorea context_role_set context_role_set:echoh HintHLecho "const char * context_role_set(context_t con, const char* role)"echoh None inorea context_str context_str:echoh HintHLecho "const char * context_str(context_t con)"echoh None inorea context_type_get context_type_get:echoh HintHLecho "const char * context_type_get(context_t con)"echoh None inorea context_type_set context_type_set:echoh HintHLecho "const char * context_type_set(context_t con, const char* type)"echoh None inorea context_user_get context_user_get:echoh HintHLecho "const char * context_user_get(context_t con)"echoh None inorea context_user_set context_user_set:echoh HintHLecho "const char * context_user_set(context_t con, const char* user)"echoh None inorea contributions contributions:echoh HintHLecho "More contributions (preferably as patches) are very welcome."echoh None inorea copysign copysign:echoh HintHLecho "double copysign(double x, double y)"echoh None inorea copysignf copysignf:echoh HintHLecho "float copysignf(float x, float y)"echoh None inorea copysignl copysignl:echoh HintHLecho "long double copysignl(long double x, long double y)"echoh None inorea cos cos:echoh HintHLecho "double cos(double x)"echoh None inorea cosf cosf:echoh HintHLecho "float cosf(float x)"echoh None inorea cosh cosh:echoh HintHLecho "double cosh(double x)"echoh None inorea coshf coshf:echoh HintHLecho "float coshf(float x)"echoh None inorea coshl coshl:echoh HintHLecho "long double coshl(long double x)"echoh None inorea cosl cosl:echoh HintHLecho "long double cosl(long double x)"echoh None inorea cpow cpow:echoh HintHLecho "double complex cpow(double complex x, complex double z)"echoh None inorea cpowf cpowf:echoh HintHLecho "float complex cpowf(float complex x, complex float z)"echoh None inorea cpowl cpowl:echoh HintHLecho "long double complex cpowl(long double complex x, complex long double z)"echoh None inorea cproj cproj:echoh HintHLecho "double complex cproj(double complex z)"echoh None inorea cprojf cprojf:echoh HintHLecho "float complex cprojf(float complex z)"echoh None inorea cprojl cprojl:echoh HintHLecho "long double complex cprojl(long double complex z)"echoh None inorea creal creal:echoh HintHLecho "double creal(double complex z)"echoh None inorea crealf crealf:echoh HintHLecho "float crealf(float complex z)"echoh None inorea creall creall:echoh HintHLecho "long double creall(long double complex z)"echoh None inorea crypt crypt:echoh HintHLecho "char *crypt(const char * key, const char * salt)"echoh None inorea csin csin:echoh HintHLecho "double complex csin(double complex z)"echoh None inorea csinf csinf:echoh HintHLecho "float complex csinf(float complex z)"echoh None inorea csinh csinh:echoh HintHLecho "double complex csinh(double complex z)"echoh None inorea csinhf csinhf:echoh HintHLecho "float complex csinhf(float complex z)"echoh None inorea csinhl csinhl:echoh HintHLecho "long double complex csinhl(long double complex z)"echoh None inorea csinl csinl:echoh HintHLecho "long double complex csinl(long double complex z)"echoh None inorea csqrt csqrt:echoh HintHLecho "double complex csqrt(double complex z)"echoh None inorea csqrtf csqrtf:echoh HintHLecho "float complex csqrtf(float complex z)"echoh None inorea csqrtl csqrtl:echoh HintHLecho "long double complex csqrtl(long double complex z)"echoh None inorea ctan ctan:echoh HintHLecho "double complex ctan(double complex z)"echoh None inorea ctanf ctanf:echoh HintHLecho "float complex ctanf(float complex z)"echoh None inorea ctanh ctanh:echoh HintHLecho "double complex ctanh(double complex z)"echoh None inorea ctanhf ctanhf:echoh HintHLecho "float complex ctanhf(float complex z)"echoh None inorea ctanhl ctanhl:echoh HintHLecho "long double complex ctanhl(long double complex z)"echoh None inorea ctanl ctanl:echoh HintHLecho "long double complex ctanl(long double complex z)"echoh None inorea ctermid ctermid:echoh HintHLecho "char *ctermid(char * s)"echoh None inorea ctime ctime:echoh HintHLecho "char *ctime(const time_t * timep)"echoh None inorea ctime_r ctime_r:echoh HintHLecho "char *ctime_r(const time_t * timep, char * buf)"echoh None inorea curl_easy_cleanup curl_easy_cleanup:echoh HintHLecho "void curl_easy_cleanup(CURL * handle)"echoh None inorea curl_easy_duphandle curl_easy_duphandle:echoh HintHLecho "CURL *curl_easy_duphandle(CURL *handle)"echoh None inorea curl_easy_escape curl_easy_escape:echoh HintHLecho "char *curl_easy_escape( CURL * curl, char * url, int length)"echoh None inorea curl_easy_getinfo curl_easy_getinfo:echoh HintHLecho "CURLcode curl_easy_getinfo(CURL *curl, CURLINFO info, ...)"echoh None inorea curl_easy_init curl_easy_init:echoh HintHLecho "CURL *curl_easy_init()"echoh None inorea curl_easy_perform curl_easy_perform:echoh HintHLecho "CURLcode curl_easy_perform(CURL * handle)"echoh None inorea curl_easy_reset curl_easy_reset:echoh HintHLecho "void curl_easy_reset(CURL *handle)"echoh None inorea curl_easy_setopt curl_easy_setopt:echoh HintHLecho "CURLcode curl_easy_setopt(CURL *handle, CURLoption option, parameter)"echoh None inorea curl_easy_strerror curl_easy_strerror:echoh HintHLecho "const char *curl_easy_strerror(CURLcode errornum)"echoh None inorea curl_easy_unescape curl_easy_unescape:echoh HintHLecho "char *curl_easy_unescape( CURL * curl, char * url, int inlength"echoh None inorea curl_escape curl_escape:echoh HintHLecho "char *curl_escape( char * url, int length)"echoh None inorea curl_formadd curl_formadd:echoh HintHLecho "CURLFORMcode curl_formadd(struct curl_httppost ** firstitem,"echoh None inorea curl_formfree curl_formfree:echoh HintHLecho "void curl_formfree(struct curl_httppost * form)"echoh None inorea curl_formget curl_formget:echoh HintHLecho "void curl_formget(struct curl_httppost * form, void * arg,"echoh None inorea curl_free curl_free:echoh HintHLecho "void curl_free( char * ptr)"echoh None inorea curl_getdate curl_getdate:echoh HintHLecho "time_t curl_getdate(char * datestring, time_t *now)"echoh None inorea curl_getenv curl_getenv:echoh HintHLecho "char *curl_getenv(const char * name)"echoh None inorea curl_global_cleanup curl_global_cleanup:echoh HintHLecho "void curl_global_cleanup(void)"echoh None inorea curl_global_init curl_global_init:echoh HintHLecho "CURLcode curl_global_init(long flags)"echoh None inorea curl_global_init_mem curl_global_init_mem:echoh HintHLecho "CURLcode curl_global_init_mem(long flags,"echoh None inorea curl_maprintf curl_maprintf:echoh HintHLecho "char *curl_maprintf(const char * format, ...)"echoh None inorea curl_mfprintf curl_mfprintf:echoh HintHLecho "int curl_mfprintf(FILE * fd, const char * format, ...)"echoh None inorea curl_mprintf curl_mprintf:echoh HintHLecho "int curl_mprintf(const char * format, ...)"echoh None inorea curl_msnprintf curl_msnprintf:echoh HintHLecho "int curl_msnprintf(char * buffer, size_t maxlength, const char * format, ...)"echoh None inorea curl_msprintf curl_msprintf:echoh HintHLecho "int curl_msprintf(char * buffer, const char * format, ...)"echoh None inorea curl_multi_add_handle curl_multi_add_handle:echoh HintHLecho "CURLMcode curl_multi_add_handle(CURLM *multi_handle, CURL *easy_handle)"echoh None inorea curl_multi_assign curl_multi_assign:echoh HintHLecho "CURLMcode curl_multi_assign(CURLM *multi_handle, curl_socket_t sockfd,"echoh None inorea curl_multi_cleanup curl_multi_cleanup:echoh HintHLecho "CURLMcode curl_multi_cleanup( CURLM *multi_handle)"echoh None inorea curl_multi_fdset curl_multi_fdset:echoh HintHLecho "CURLMcode curl_multi_fdset(CURLM *multi_handle,"echoh None inorea curl_multi_info_read curl_multi_info_read:echoh HintHLecho "CURLMsg *curl_multi_info_read( CURLM *multi_handle,"echoh None inorea curl_multi_init curl_multi_init:echoh HintHLecho "CURLM *curl_multi_init()"echoh None inorea curl_multi_perform curl_multi_perform:echoh HintHLecho "CURLMcode curl_multi_perform(CURLM *multi_handle, int *running_handles)"echoh None inorea curl_multi_remove_handle curl_multi_remove_handle:echoh HintHLecho "CURLMcode curl_multi_remove_handle(CURLM *multi_handle, CURL *easy_handle)"echoh None inorea curl_multi_setopt curl_multi_setopt:echoh HintHLecho "CURLMcode curl_multi_setopt(CURLM * multi_handle, CURLMoption option, param)"echoh None inorea curl_multi_socket_all curl_multi_socket_all:echoh HintHLecho "CURLMcode curl_multi_socket_all(CURLM *multi_handle,"echoh None inorea curl_multi_socket curl_multi_socket:echoh HintHLecho "CURLMcode curl_multi_socket(CURLM * multi_handle, curl_socket_t sockfd,"echoh None inorea curl_multi_strerror curl_multi_strerror:echoh HintHLecho "const char *curl_multi_strerror(CURLMcode errornum)"echoh None inorea curl_multi_timeout curl_multi_timeout:echoh HintHLecho "CURLMcode curl_multi_timeout(CURLM *multi_handle, long *timeout)"echoh None inorea curl_mvaprintf curl_mvaprintf:echoh HintHLecho "char *curl_mvaprintf(const char * format, va_list args)"echoh None inorea curl_mvfprintf curl_mvfprintf:echoh HintHLecho "int curl_mvfprintf(FILE * fd, const char * format, va_list args)"echoh None inorea curl_mvprintf curl_mvprintf:echoh HintHLecho "int curl_mvprintf(const char * format, va_list args)"echoh None inorea curl_mvsnprintf curl_mvsnprintf:echoh HintHLecho "int curl_mvsnprintf(char * buffer, size_t maxlength, const char * format, va_list args)"echoh None inorea curl_mvsprintf curl_mvsprintf:echoh HintHLecho "int curl_mvsprintf(char * buffer, const char * format, va_list args)"echoh None inorea curl_share_cleanup curl_share_cleanup:echoh HintHLecho "CURLSHcode curl_share_cleanup(CURLSH * share_handle)"echoh None inorea curl_share_init curl_share_init:echoh HintHLecho "CURLSH *curl_share_init()"echoh None inorea curl_share_setopt curl_share_setopt:echoh HintHLecho "CURLSHcode curl_share_setopt(CURLSH *share, CURLSHoption option, parameter)"echoh None inorea curl_share_strerror curl_share_strerror:echoh HintHLecho "const char *curl_share_strerror(CURLSHcode errornum)"echoh None inorea curl_slist_append curl_slist_append:echoh HintHLecho "struct curl_slist *curl_slist_append(struct curl_slist * list,"echoh None inorea curl_slist_free_all curl_slist_free_all:echoh HintHLecho "void curl_slist_free_all(struct curl_slist * list)"echoh None inorea curl_strenqual curl_strenqual:echoh HintHLecho "int curl_strenqual(char * str1, char * str2, size_t len)"echoh None inorea curl_strequal curl_strequal:echoh HintHLecho "int curl_strequal(char * str1, char * str2)"echoh None inorea curl_unescape curl_unescape:echoh HintHLecho "char *curl_unescape( char * url, int length)"echoh None inorea curl_version curl_version:echoh HintHLecho "char *curl_version()"echoh None inorea curl_version_info curl_version_info:echoh HintHLecho "curl_version_info_data *curl_version_info( CURLversion type)"echoh None inorea current_field current_field:echoh HintHLecho "FIELD *current_field(const FORM *)"echoh None inorea current_item current_item:echoh HintHLecho "ITEM *current_item(const MENU *menu)"echoh None inorea cuserid cuserid:echoh HintHLecho "char *cuserid(char * string)"echoh None inorea daemon daemon:echoh HintHLecho "int daemon(int nochdir, int noclose)"echoh None inorea data_ahead data_ahead:echoh HintHLecho "bool data_ahead(const FORM *form)"echoh None inorea data_behind data_behind:echoh HintHLecho "bool data_behind(const FORM *form)"echoh None inorea dbm_clearerr dbm_clearerr:echoh HintHLecho "dbm_clearerr (file)"echoh None inorea dbmclose dbmclose:echoh HintHLecho "dbmclose ()"echoh None inorea dbm_close dbm_close:echoh HintHLecho "dbm_close (file)"echoh None inorea dbm_delete dbm_delete:echoh HintHLecho "dbm_delete (file, key)"echoh None inorea dbm_dirfno dbm_dirfno:echoh HintHLecho "dbm_dirfno (file)"echoh None inorea dbm_error dbm_error:echoh HintHLecho "dbm_error (file)"echoh None inorea dbm_fetch dbm_fetch:echoh HintHLecho "dbm_fetch (file, key)"echoh None inorea dbm_firstkey dbm_firstkey:echoh HintHLecho "dbm_firstkey (file)"echoh None inorea dbminit dbminit:echoh HintHLecho "dbminit (name)"echoh None inorea dbm_nextkey dbm_nextkey:echoh HintHLecho "dbm_nextkey (file)"echoh None inorea dbm_open dbm_open:echoh HintHLecho "*dbm_open (name, flags, mode)"echoh None inorea dbm_pagfno dbm_pagfno:echoh HintHLecho "dbm_pagfno (file)"echoh None inorea dbm_rdonly dbm_rdonly:echoh HintHLecho "dbm_rdonly (file)"echoh None inorea dbm_store dbm_store:echoh HintHLecho "dbm_store (file, key, content, flags)"echoh None inorea dbopen dbopen:echoh HintHLecho "dbopen(const char *file, int flags, int mode, DBTYPE type,"echoh None inorea decoded decoded:echoh HintHLecho "being decoded (if possible), and zero (false, unflagged) suggests"echoh None inorea delete delete:echoh HintHLecho "delete (key)"echoh None inorea DES_FAILED DES_FAILED:echoh HintHLecho "int DES_FAILED(int status)"echoh None inorea des_setparity des_setparity:echoh HintHLecho "void des_setparity(char * key)"echoh None inorea dev_lock dev_lock:echoh HintHLecho "pid_t dev_lock( const char * devname)"echoh None inorea dev_relock dev_relock:echoh HintHLecho "pid_t dev_relock( const char * devname, pid_t pid)"echoh None inorea dev_testlock dev_testlock:echoh HintHLecho "pid_t dev_testlock( const char * devname)"echoh None inorea dev_unlock dev_unlock:echoh HintHLecho "pid_t dev_unlock( const char * devname, pid_t pid)"echoh None inorea difftime difftime:echoh HintHLecho "double difftime(time_t time1, time_t time0)"echoh None inorea dirfd dirfd:echoh HintHLecho "int dirfd(DIR * dir)"echoh None inorea dirname dirname:echoh HintHLecho "char *dirname(char * path)"echoh None inorea div div:echoh HintHLecho "div_t div(int numerator, int denominator)"echoh None inorea dlclose dlclose:echoh HintHLecho "int dlclose(void * handle)"echoh None inorea dlerror dlerror:echoh HintHLecho "char *dlerror(void)"echoh None inorea dlopen dlopen:echoh HintHLecho "void *dlopen(const char * filename, int flag)"echoh None inorea dlsym dlsym:echoh HintHLecho "void *dlsym(void * handle, const char * symbol)"echoh None inorea dn_comp dn_comp:echoh HintHLecho "int dn_comp(unsigned char * exp_dn, unsigned char * comp_dn ,"echoh None inorea dn_expand dn_expand:echoh HintHLecho "int dn_expand(unsigned char * msg, unsigned char * eomorig ,"echoh None inorea dprintf dprintf:echoh HintHLecho "int dprintf(int fd, const char * format, ...)"echoh None inorea drand48 drand48:echoh HintHLecho "double drand48(void)"echoh None inorea drand48_r drand48_r:echoh HintHLecho "int drand48_r(struct drand48_data * buffer, double * result)"echoh None inorea drem drem:echoh HintHLecho "double drem(double x, double y)"echoh None inorea dremf dremf:echoh HintHLecho "float dremf(float x, float y)"echoh None inorea dreml dreml:echoh HintHLecho "long double dreml(long double x, long double y)"echoh None inorea dup_field dup_field:echoh HintHLecho "FIELD *dup_field(FIELD *field, int toprow, int leftcol)"echoh None inorea dynamic_field_info dynamic_field_info:echoh HintHLecho "int dynamic_field_info(const FIELD *field, int *rows, int *cols, int *max)"echoh None inorea dysize dysize:echoh HintHLecho "int dysize(int year)"echoh None inorea ecb_crypt ecb_crypt:echoh HintHLecho "int ecb_crypt(char * key, char * data, unsigned datalen ,"echoh None inorea ecvt ecvt:echoh HintHLecho "char *ecvt(double number, int ndigits, int * decpt ,"echoh None inorea ecvt_r ecvt_r:echoh HintHLecho "int ecvt_r(double number, int ndigits, int * decpt ,"echoh None inorea encrypt encrypt:echoh HintHLecho "void encrypt(char block [64], int edflag)"echoh None inorea encrypt_r encrypt_r:echoh HintHLecho "void encrypt_r (char * block, int edflag, struct crypt_data * data)"echoh None inorea endaliasent endaliasent:echoh HintHLecho "void endaliasent(void)"echoh None inorea endfsent endfsent:echoh HintHLecho "void endfsent(void)"echoh None inorea endgrent endgrent:echoh HintHLecho "void endgrent(void)"echoh None inorea endhostent endhostent:echoh HintHLecho "void endhostent(void)"echoh None inorea endmntent endmntent:echoh HintHLecho "int endmntent(FILE * fp)"echoh None inorea endnetent endnetent:echoh HintHLecho "void endnetent(void)"echoh None inorea endnetgrent endnetgrent:echoh HintHLecho "void endnetgrent(void) "echoh None inorea endprotoent endprotoent:echoh HintHLecho "void endprotoent(void)"echoh None inorea endpwent endpwent:echoh HintHLecho "void endpwent(void)"echoh None inorea endrpcent endrpcent:echoh HintHLecho "endrpcent ()"echoh None inorea endservent endservent:echoh HintHLecho "void endservent(void)"echoh None inorea endttyent endttyent:echoh HintHLecho "int endttyent(void)"echoh None inorea endusershell endusershell:echoh HintHLecho "void endusershell(void)"echoh None inorea endutent endutent:echoh HintHLecho "void endutent(void)"echoh None inorea envz_add envz_add:echoh HintHLecho "envz_add(char ** envz, size_t * envz_len ,"echoh None inorea envz_entry envz_entry:echoh HintHLecho "envz_entry(const char * envz, size_t * envz_len, const char * name)"echoh None inorea envz_get envz_get:echoh HintHLecho "envz_get(const char * envz, size_t * envz_len, const char * name)"echoh None inorea envz_merge envz_merge:echoh HintHLecho "envz_merge(char ** envz, size_t * envz_len ,"echoh None inorea envz_remove envz_remove:echoh HintHLecho "envz_remove(char ** envz, size_t * envz_len, const char * name)"echoh None inorea envz_strip envz_strip:echoh HintHLecho "envz_strip(char ** envz, size_t * envz_len)"echoh None inorea erand48 erand48:echoh HintHLecho "double erand48(unsigned short xsubi [3])"echoh None inorea erand48_r erand48_r:echoh HintHLecho "int erand48_r(unsigned short xsubi [3] ,"echoh None inorea erfc erfc:echoh HintHLecho "double erfc(double x)"echoh None inorea erfcf erfcf:echoh HintHLecho "float erfcf(float x)"echoh None inorea erfcl erfcl:echoh HintHLecho "long double erfcl(long double x)"echoh None inorea erf erf:echoh HintHLecho "double erf(double x)"echoh None inorea erff erff:echoh HintHLecho "float erff(float x)"echoh None inorea erfl erfl:echoh HintHLecho "long double erfl(long double x)"echoh None inorea errfunc errfunc:echoh HintHLecho " int errfunc (const char * epath, int eerrno),"echoh None inorea ether_aton ether_aton:echoh HintHLecho "ether_aton(const char * asc)"echoh None inorea ether_aton_r ether_aton_r:echoh HintHLecho "ether_aton_r(const char * asc, struct ether_addr * addr)"echoh None inorea ether_hostton ether_hostton:echoh HintHLecho "ether_hostton(const char * hostname, struct ether_addr * addr)"echoh None inorea ether_line ether_line:echoh HintHLecho "ether_line(const char * line, struct ether_addr * addr ,"echoh None inorea ether_ntoa ether_ntoa:echoh HintHLecho "ether_ntoa(const struct ether_addr * addr)"echoh None inorea ether_ntoa_r ether_ntoa_r:echoh HintHLecho "ether_ntoa_r(const struct ether_addr * addr, char * buf)"echoh None inorea ether_ntohost ether_ntohost:echoh HintHLecho "ether_ntohost(char * hostname, const struct ether_addr * addr)"echoh None inorea execle execle:echoh HintHLecho "int execle(const char * path, const char * arg"echoh None inorea execl execl:echoh HintHLecho "int execl(const char * path, const char * arg, ...)"echoh None inorea execlp execlp:echoh HintHLecho "int execlp(const char * file, const char * arg, ...)"echoh None inorea execv execv:echoh HintHLecho "int execv(const char * path, char *const argv [])"echoh None inorea execvp execvp:echoh HintHLecho "int execvp(const char * file, char *const argv [])"echoh None inorea exit exit:echoh HintHLecho "void exit(int status)"echoh None inorea exp10 exp10:echoh HintHLecho "double exp10(double x)"echoh None inorea exp10f exp10f:echoh HintHLecho "float exp10f(float x)"echoh None inorea exp10l exp10l:echoh HintHLecho "long double exp10l(long double x)"echoh None inorea exp2 exp2:echoh HintHLecho "double exp2(double x)"echoh None inorea exp2f exp2f:echoh HintHLecho "float exp2f(float x)"echoh None inorea exp2l exp2l:echoh HintHLecho "long double exp2l(long double x)"echoh None inorea exp exp:echoh HintHLecho "double exp(double x)"echoh None inorea expf expf:echoh HintHLecho "float expf(float x)"echoh None inorea expl expl:echoh HintHLecho "long double expl(long double x)"echoh None inorea expm1 expm1:echoh HintHLecho "double expm1(double x)"echoh None inorea expm1f expm1f:echoh HintHLecho "float expm1f(float x)"echoh None inorea expm1l expm1l:echoh HintHLecho "long double expm1l(long double x)"echoh None inorea expression expression:echoh HintHLecho "GNU regular expression (pattern) to match on names in mailbox database."echoh None inorea exsltCommonRegister exsltCommonRegister:echoh HintHLecho "void exsltCommonRegister(void)"echoh None inorea exsltDateRegister exsltDateRegister:echoh HintHLecho "void exsltDateRegister(void)"echoh None inorea exsltDynRegister exsltDynRegister:echoh HintHLecho "void exsltDynRegister(void)"echoh None inorea exsltFuncRegister exsltFuncRegister:echoh HintHLecho "void exsltFuncRegister(void)"echoh None inorea exsltMathRegister exsltMathRegister:echoh HintHLecho "void exsltMathRegister(void)"echoh None inorea exsltRegisterAll exsltRegisterAll:echoh HintHLecho "void exsltRegisterAll(void)"echoh None inorea exsltSaxonRegister exsltSaxonRegister:echoh HintHLecho "void exsltSaxonRegister(void)"echoh None inorea exsltSetsRegister exsltSetsRegister:echoh HintHLecho "void exsltSetsRegister(void)"echoh None inorea exsltStrRegister exsltStrRegister:echoh HintHLecho "void exsltStrRegister(void)"echoh None inorea Extension Extension:echoh HintHLecho "The Double Buffer Extension (DBE) provides a standard way to utilize"echoh None inorea extracted extracted:echoh HintHLecho "parameter then these sections are extracted (see Pod::Select)"echoh None inorea fabs fabs:echoh HintHLecho "double fabs(double x)"echoh None inorea fabsf fabsf:echoh HintHLecho "float fabsf(float x)"echoh None inorea fabsl fabsl:echoh HintHLecho "long double fabsl(long double x)"echoh None inorea faster faster:echoh HintHLecho "# much faster (i.e. 3 times faster). It uses qr// for better performance on"echoh None inorea __fbufsize __fbufsize:echoh HintHLecho "size_t __fbufsize(FILE * stream)"echoh None inorea fcloseall fcloseall:echoh HintHLecho "int fcloseall(void)"echoh None inorea fclose fclose:echoh HintHLecho "fclose(myfile)"echoh None inorea fclose fclose:echoh HintHLecho "int fclose(FILE * fp)"echoh None inorea fcvt fcvt:echoh HintHLecho "char *fcvt(double number, int ndigits, int * decpt ,"echoh None inorea fcvt_r fcvt_r:echoh HintHLecho "int fcvt_r(double number, int ndigits, int * decpt ,"echoh None inorea fdim fdim:echoh HintHLecho "double fdim(double x, double y)"echoh None inorea fdimf fdimf:echoh HintHLecho "float fdimf(float x, float y)"echoh None inorea fdiml fdiml:echoh HintHLecho "long double fdiml(long double x, long double y)"echoh None inorea fdopen fdopen:echoh HintHLecho "FILE *fdopen(int fildes, const char * mode)"echoh None inorea feclearexcept feclearexcept:echoh HintHLecho "int feclearexcept(int excepts)"echoh None inorea fegetenv fegetenv:echoh HintHLecho "int fegetenv(fenv_t * envp)"echoh None inorea fegetexceptflag fegetexceptflag:echoh HintHLecho "int fegetexceptflag(fexcept_t * flagp, int excepts)"echoh None inorea fegetround fegetround:echoh HintHLecho "int fegetround(void)"echoh None inorea feholdexcept feholdexcept:echoh HintHLecho "int feholdexcept(fenv_t * envp)"echoh None inorea feof feof:echoh HintHLecho "int feof(FILE * stream)"echoh None inorea feof_unlocked feof_unlocked:echoh HintHLecho "int feof_unlocked(FILE * stream)"echoh None inorea feraiseexcept feraiseexcept:echoh HintHLecho "int feraiseexcept(int excepts)"echoh None inorea ferror ferror:echoh HintHLecho "int ferror(FILE * stream)"echoh None inorea ferror_unlocked ferror_unlocked:echoh HintHLecho "int ferror_unlocked(FILE * stream)"echoh None inorea fesetenv fesetenv:echoh HintHLecho "int fesetenv(const fenv_t * envp)"echoh None inorea fesetexceptflag fesetexceptflag:echoh HintHLecho "int fesetexceptflag(const fexcept_t * flagp, int excepts)"echoh None inorea fesetround fesetround:echoh HintHLecho "int fesetround(int rounding_mode)"echoh None inorea fetch fetch:echoh HintHLecho "fetch (key)"echoh None inorea fetestexcept fetestexcept:echoh HintHLecho "int fetestexcept(int excepts)"echoh None inorea feupdateenv feupdateenv:echoh HintHLecho "int feupdateenv(const fenv_t * envp)"echoh None inorea fflush fflush:echoh HintHLecho "int fflush(FILE * stream)"echoh None inorea fflush_unlocked fflush_unlocked:echoh HintHLecho "int fflush_unlocked(FILE * stream)"echoh None inorea ffs ffs:echoh HintHLecho "int ffs(int i)"echoh None inorea ffsl ffsl:echoh HintHLecho "int ffsl(long int i)"echoh None inorea ffsll ffsll:echoh HintHLecho "int ffsll(long long int i)"echoh None inorea fgetc fgetc:echoh HintHLecho "int fgetc(FILE * stream)"echoh None inorea fgetc_unlocked fgetc_unlocked:echoh HintHLecho "int fgetc_unlocked(FILE * stream)"echoh None inorea fgetfilecon fgetfilecon:echoh HintHLecho "int fgetfilecon(int fd, security_context_t * con)"echoh None inorea fgetgrent fgetgrent:echoh HintHLecho "struct group *fgetgrent(FILE * stream)"echoh None inorea fgetgrent_r fgetgrent_r:echoh HintHLecho "int fgetgrent_r(FILE * fp, struct group * gbuf, char * buf ,"echoh None inorea fgetpos fgetpos:echoh HintHLecho "int fgetpos(FILE * stream, fpos_t * pos)"echoh None inorea fgetpwent fgetpwent:echoh HintHLecho "struct passwd *fgetpwent(FILE * stream)"echoh None inorea fgetpwent_r fgetpwent_r:echoh HintHLecho "int fgetpwent_r(FILE * fp, struct passwd * pwbuf, char * buf ,"echoh None inorea fgets fgets:echoh HintHLecho "char *fgets(char * s, int size, FILE * stream)"echoh None inorea fgets_unlocked fgets_unlocked:echoh HintHLecho "char *fgets_unlocked(char * s, int n, FILE * stream)"echoh None inorea fgetwc fgetwc:echoh HintHLecho "wint_t fgetwc(FILE * stream)"echoh None inorea fgetwc_unlocked fgetwc_unlocked:echoh HintHLecho "wint_t fgetwc_unlocked(FILE * stream)"echoh None inorea fgetws fgetws:echoh HintHLecho "wchar_t *fgetws(wchar_t * ws, int n, FILE * stream)"echoh None inorea fgetws_unlocked fgetws_unlocked:echoh HintHLecho "wchar_t *fgetws_unlocked(wchar_t * ws, int n, FILE * stream)"echoh None inorea field_arg field_arg:echoh HintHLecho "void *field_arg(const FIELD *field)"echoh None inorea field_back field_back:echoh HintHLecho "chtype field_back(const FIELD *field)"echoh None inorea field_buffer field_buffer:echoh HintHLecho "char *field_buffer(const FIELD *field, int buffer)"echoh None inorea field_count field_count:echoh HintHLecho "int field_count(const FORM *form)"echoh None inorea field_fore field_fore:echoh HintHLecho "chtype field_fore(const FIELD *field)"echoh None inorea field_index field_index:echoh HintHLecho "int field_index(const FIELD *field)"echoh None inorea field_info field_info:echoh HintHLecho "int field_info(const FIELD *field, int *rows, int *cols,"echoh None inorea field_just field_just:echoh HintHLecho "int field_just(const FIELD *field)"echoh None inorea field_opts field_opts:echoh HintHLecho "OPTIONS field_opts(const FIELD *field)"echoh None inorea field_opts_off field_opts_off:echoh HintHLecho "int field_opts_off(FIELD *field, OPTIONS opts)"echoh None inorea field_opts_on field_opts_on:echoh HintHLecho "int field_opts_on(FIELD *field, OPTIONS opts)"echoh None inorea field_pad field_pad:echoh HintHLecho "int field_pad(const FIELD *field)"echoh None inorea field_status field_status:echoh HintHLecho "bool field_status(const FIELD *field)"echoh None inorea field_type field_type:echoh HintHLecho "FIELDTYPE *field_type(const FIELD *field)"echoh None inorea field_userptr field_userptr:echoh HintHLecho "void *field_userptr(const FIELD *field)"echoh None inorea file file:echoh HintHLecho "Use the supplied 60_awl.cf file (ie you don't have to do anything) or"echoh None inorea fileno fileno:echoh HintHLecho "int fileno(FILE * stream)"echoh None inorea fileno_unlocked fileno_unlocked:echoh HintHLecho "int fileno_unlocked(FILE * stream)"echoh None inorea finitef finitef:echoh HintHLecho "int finitef(float x)"echoh None inorea finite finite:echoh HintHLecho "int finite(double x)"echoh None inorea finitel finitel:echoh HintHLecho "int finitel(long double x)"echoh None inorea firstkey firstkey:echoh HintHLecho "firstkey ()"echoh None inorea __flbf __flbf:echoh HintHLecho "int __flbf(FILE * stream)"echoh None inorea flockfile flockfile:echoh HintHLecho "void flockfile(FILE * filehandle)"echoh None inorea floorf floorf:echoh HintHLecho "float floorf(float x)"echoh None inorea floor floor:echoh HintHLecho "double floor(double x)"echoh None inorea floorl floorl:echoh HintHLecho "long double floorl(long double x)"echoh None inorea _flushlbf _flushlbf:echoh HintHLecho "void _flushlbf(void)"echoh None inorea fmaf fmaf:echoh HintHLecho "float fmaf(float x, float y, float z)"echoh None inorea fma fma:echoh HintHLecho "double fma(double x, double y, double z)"echoh None inorea fmal fmal:echoh HintHLecho "long double fmal(long double x, long double y, long double z)"echoh None inorea fmaxf fmaxf:echoh HintHLecho "float fmaxf(float x, float y)"echoh None inorea fmax fmax:echoh HintHLecho "double fmax(double x, double y)"echoh None inorea fmaxl fmaxl:echoh HintHLecho "long double fmaxl(long double x, long double y)"echoh None inorea fmemopen fmemopen:echoh HintHLecho "FILE *fmemopen (void *buf, size_t size ,"echoh None inorea fminf fminf:echoh HintHLecho "float fminf(float x, float y)"echoh None inorea fmin fmin:echoh HintHLecho "double fmin(double x, double y)"echoh None inorea fminl fminl:echoh HintHLecho "long double fminl(long double x, long double y)"echoh None inorea fmodf fmodf:echoh HintHLecho "float fmodf(float x, float y)"echoh None inorea fmod fmod:echoh HintHLecho "double fmod(double x, double y)"echoh None inorea fmodl fmodl:echoh HintHLecho "long double fmodl(long double x, long double y)"echoh None inorea fmtmsg fmtmsg:echoh HintHLecho "int fmtmsg(long classification, const char * label ,"echoh None inorea fnmatch fnmatch:echoh HintHLecho "int fnmatch(const char * pattern, const char * string, int flags)"echoh None inorea fopen fopen:echoh HintHLecho "FILE *fopen(const char * path, const char * mode)"echoh None inorea forkpty forkpty:echoh HintHLecho "pid_t forkpty(int * amaster, char * name, struct termios * termp, struct winsize * winp)"echoh None inorea form_driver form_driver:echoh HintHLecho "int form_driver(FORM *form, int c)"echoh None inorea form_fields form_fields:echoh HintHLecho "FIELD **form_fields(const FORM *form)"echoh None inorea form_opts form_opts:echoh HintHLecho "OPTIONS form_opts(const FORM *form)"echoh None inorea form_opts_off form_opts_off:echoh HintHLecho "int form_opts_off(FORM *form, OPTIONS opts)"echoh None inorea form_opts_on form_opts_on:echoh HintHLecho "int form_opts_on(FORM *form, OPTIONS opts)"echoh None inorea form_page form_page:echoh HintHLecho "int form_page(const FORM *form)"echoh None inorea form_request_by_name form_request_by_name:echoh HintHLecho "int form_request_by_name(const char *name)"echoh None inorea form_request_name form_request_name:echoh HintHLecho "const char *form_request_name(int request)"echoh None inorea form_sub form_sub:echoh HintHLecho "WINDOW *form_sub(const FORM *form)"echoh None inorea form_userptr form_userptr:echoh HintHLecho "void* form_userptr(const FORM *form)"echoh None inorea form_win form_win:echoh HintHLecho "WINDOW *form_win(const FORM *form)"echoh None inorea fpathconf fpathconf:echoh HintHLecho "long fpathconf(int filedes, int name)"echoh None inorea fpclassify fpclassify:echoh HintHLecho "int fpclassify( x)"echoh None inorea __fpending __fpending:echoh HintHLecho "size_t __fpending(FILE * stream)"echoh None inorea fprintf fprintf:echoh HintHLecho "int fprintf(FILE * stream, const char * format, ...)"echoh None inorea fpurge fpurge:echoh HintHLecho "int fpurge(FILE * stream)"echoh None inorea __fpurge __fpurge:echoh HintHLecho "void __fpurge(FILE * stream)"echoh None inorea fputc fputc:echoh HintHLecho "int fputc(int c, FILE * stream)"echoh None inorea fputc_unlocked fputc_unlocked:echoh HintHLecho "int fputc_unlocked(int c, FILE * stream)"echoh None inorea fputs fputs:echoh HintHLecho "int fputs(const char * s, FILE * stream)"echoh None inorea fputs_unlocked fputs_unlocked:echoh HintHLecho "int fputs_unlocked(const char * s, FILE * stream)"echoh None inorea fputwc fputwc:echoh HintHLecho "wint_t fputwc(wchar_t wc, FILE * stream)"echoh None inorea fputwc_unlocked fputwc_unlocked:echoh HintHLecho "wint_t fputwc_unlocked(wchar_t wc, FILE * stream)"echoh None inorea fputws fputws:echoh HintHLecho "int fputws(const wchar_t * ws, FILE * stream)"echoh None inorea fputws_unlocked fputws_unlocked:echoh HintHLecho "int fputws_unlocked(const wchar_t * ws, FILE * stream)"echoh None inorea __freadable __freadable:echoh HintHLecho "int __freadable(FILE * stream)"echoh None inorea fread fread:echoh HintHLecho "fread(buffer, sizeof(buffer), 1, myfile)"echoh None inorea fread fread:echoh HintHLecho "size_t fread(void * ptr, size_t size, size_t nmemb ,"echoh None inorea __freading __freading:echoh HintHLecho "int __freading(FILE * stream)"echoh None inorea fread_unlocked fread_unlocked:echoh HintHLecho "size_t fread_unlocked(void * ptr, size_t size, size_t n ,"echoh None inorea freeaddrinfo freeaddrinfo:echoh HintHLecho "void freeaddrinfo(struct addrinfo * res)"echoh None inorea freeconary freeconary:echoh HintHLecho "void freeconary(security_context_t * con)"echoh None inorea freecon freecon:echoh HintHLecho "void freecon(security_context_t con)"echoh None inorea free_field free_field:echoh HintHLecho "int free_field(FIELD *field)"echoh None inorea free_fieldtype free_fieldtype:echoh HintHLecho "int free_fieldtype(FIELDTYPE *fieldtype)"echoh None inorea free_form free_form:echoh HintHLecho "int free_form(FORM *form)"echoh None inorea free free:echoh HintHLecho "void free (void *ptr)"echoh None inorea free free:echoh HintHLecho "void free(void *ptr)"echoh None inorea free_item free_item:echoh HintHLecho "int free_item(ITEM *item)"echoh None inorea free_menu free_menu:echoh HintHLecho "int free_menu(MENU *menu)"echoh None inorea freopen freopen:echoh HintHLecho "FILE *freopen(const char * path, const char * mode, FILE * stream)"echoh None inorea frexpf frexpf:echoh HintHLecho "float frexpf(float x, int * exp)"echoh None inorea frexp frexp:echoh HintHLecho "double frexp(double x, int * exp)"echoh None inorea frexpl frexpl:echoh HintHLecho "long double frexpl(long double x, int * exp)"echoh None inorea fscanf fscanf:echoh HintHLecho "int fscanf(FILE * stream, const char * format, ...)"echoh None inorea fseek fseek:echoh HintHLecho "fseek(myfile, 0, SEEK_SET)"echoh None inorea fseek fseek:echoh HintHLecho "int fseek(FILE * stream, long offset, int whence)"echoh None inorea fseeko fseeko:echoh HintHLecho "int fseeko(FILE * stream, off_t offset, int whence)"echoh None inorea fsetfilecon fsetfilecon:echoh HintHLecho "int fsetfilecon(int fd, security_context_t con)"echoh None inorea __fsetlocking __fsetlocking:echoh HintHLecho "int __fsetlocking(FILE * stream, int type)"echoh None inorea fsetpos fsetpos:echoh HintHLecho "int fsetpos(FILE * stream, fpos_t * pos)"echoh None inorea ftell ftell:echoh HintHLecho "long ftell(FILE * stream)"echoh None inorea ftello ftello:echoh HintHLecho "off_t ftello(FILE * stream)"echoh None inorea ftime ftime:echoh HintHLecho "int ftime(struct timeb * tp)"echoh None inorea ftok ftok:echoh HintHLecho "key_t ftok(const char * pathname, int proj_id)"echoh None inorea ftrylockfile ftrylockfile:echoh HintHLecho "int ftrylockfile(FILE * filehandle)"echoh None inorea ftw ftw:echoh HintHLecho "int ftw(const char * dir, int (* fn)(const"echoh None inorea func func:echoh HintHLecho " C void func(int *datatype, void *x, void *y, "echoh None inorea func func:echoh HintHLecho " Fortran call func(datatype, x, y, num, info)"echoh None inorea funlockfile funlockfile:echoh HintHLecho "void funlockfile(FILE * filehandle)"echoh None inorea fwide fwide:echoh HintHLecho "int fwide(FILE * stream, int mode)"echoh None inorea fwprintf fwprintf:echoh HintHLecho "int fwprintf(FILE * stream, const wchar_t * format, ...)"echoh None inorea __fwritable __fwritable:echoh HintHLecho "int __fwritable(FILE * stream)"echoh None inorea fwrite fwrite:echoh HintHLecho "size_t fwrite(const void * ptr, size_t size, size_t nmemb ,"echoh None inorea fwrite_unlocked fwrite_unlocked:echoh HintHLecho "size_t fwrite_unlocked(const void * ptr, size_t size, size_t n ,"echoh None inorea __fwriting __fwriting:echoh HintHLecho "int __fwriting(FILE * stream)"echoh None inorea gai_strerror gai_strerror:echoh HintHLecho "const char *gai_strerror(int errcode)"echoh None inorea gammaf gammaf:echoh HintHLecho "float gammaf(float x)"echoh None inorea gamma gamma:echoh HintHLecho "double gamma(double x)"echoh None inorea gammal gammal:echoh HintHLecho "long double gammal(long double x)"echoh None inorea gcvt gcvt:echoh HintHLecho "char *gcvt(double number, size_t ndigit, char * buf)"echoh None inorea gdbm_close gdbm_close:echoh HintHLecho "gdbm_close (dbf)"echoh None inorea gdbm_delete gdbm_delete:echoh HintHLecho "gdbm_delete (dbf, key)"echoh None inorea gdbm_exists gdbm_exists:echoh HintHLecho "gdbm_exists (dbf, key)"echoh None inorea gdbm_fdesc gdbm_fdesc:echoh HintHLecho "gdbm_fdesc (dbf)"echoh None inorea gdbm_fetch gdbm_fetch:echoh HintHLecho "gdbm_fetch (dbf, key)"echoh None inorea gdbm_firstkey gdbm_firstkey:echoh HintHLecho "gdbm_firstkey (dbf)"echoh None inorea gdbm_nextkey gdbm_nextkey:echoh HintHLecho "gdbm_nextkey (dbf, key)"echoh None inorea gdbm_open gdbm_open:echoh HintHLecho "gdbm_open (name, block_size, read_write, mode, fatal_func)"echoh None inorea gdbm_reorganize gdbm_reorganize:echoh HintHLecho "gdbm_reorganize (dbf)"echoh None inorea gdbm_setopt gdbm_setopt:echoh HintHLecho "gdbm_setopt (dbf, option, value, size)"echoh None inorea gdbm_store gdbm_store:echoh HintHLecho "gdbm_store (dbf, key, content, flag)"echoh None inorea gdbm_strerror gdbm_strerror:echoh HintHLecho "gdbm_strerror (errno)"echoh None inorea gdbm_sync gdbm_sync:echoh HintHLecho "gdbm_sync (dbf)"echoh None inorea getaddrinfo getaddrinfo:echoh HintHLecho "int getaddrinfo(const char * node, const char * service ,"echoh None inorea getaliasbyname getaliasbyname:echoh HintHLecho "struct aliasent *getaliasbyname(const char * name)"echoh None inorea getaliasbyname_r getaliasbyname_r:echoh HintHLecho "int getaliasbyname_r(const char * name ,"echoh None inorea getaliasent getaliasent:echoh HintHLecho "struct aliasent *getaliasent(void)"echoh None inorea getaliasent_r getaliasent_r:echoh HintHLecho "int getaliasent_r(struct aliasent * result ,"echoh None inorea getc getc:echoh HintHLecho "int getc(FILE * stream)"echoh None inorea getchar getchar:echoh HintHLecho "int getchar(void)"echoh None inorea getchar_unlocked getchar_unlocked:echoh HintHLecho "int getchar_unlocked(void)"echoh None inorea getcon getcon:echoh HintHLecho "int getcon(security_context_t * context)"echoh None inorea getc_unlocked getc_unlocked:echoh HintHLecho "int getc_unlocked(FILE * stream)"echoh None inorea get_current_dir_name get_current_dir_name:echoh HintHLecho "char *get_current_dir_name(void)"echoh None inorea getcwd getcwd:echoh HintHLecho "char *getcwd(char * buf, size_t size)"echoh None inorea getdate getdate:echoh HintHLecho "struct tm *getdate (const char * string)"echoh None inorea getdate_r getdate_r:echoh HintHLecho "int getdate_r (const char * string, struct tm * res)"echoh None inorea get_default_context get_default_context:echoh HintHLecho "int get_default_context(const char * user, security_context_t fromcon, security_context_t * newcon)"echoh None inorea get_default_context_with_level get_default_context_with_level:echoh HintHLecho "int get_default_context_with_level(const char * user, const char * level, security_context_t fromcon, security_context_t * newcon)"echoh None inorea get_default_context_with_role get_default_context_with_role:echoh HintHLecho "int get_default_context_with_role(const char* user, const char * role, security_context_t fromcon, security_context_t * newcon)"echoh None inorea get_default_context_with_rolelevel get_default_context_with_rolelevel:echoh HintHLecho "int get_default_context_with_rolelevel(const char* user, const char* level, const char * role, security_context_t fromcon, security_context_t * newcon)"echoh None inorea get_default_type get_default_type:echoh HintHLecho "int get_default_type(const char * role, char ** type)"echoh None inorea getdelim getdelim:echoh HintHLecho "ssize_t getdelim(char ** lineptr, size_t * n, int delim, FILE * stream)"echoh None inorea getdirentries getdirentries:echoh HintHLecho "ssize_t getdirentries(int fd, char * buf, size_t nbytes"echoh None inorea getenv getenv:echoh HintHLecho "char *getenv(const char * name)"echoh None inorea getexeccon getexeccon:echoh HintHLecho "int getexeccon(security_context_t * context)"echoh None inorea getfilecon getfilecon:echoh HintHLecho "int getfilecon(const char * path, security_context_t * con)"echoh None inorea getfscreatecon getfscreatecon:echoh HintHLecho "int getfscreatecon(security_context_t * con)"echoh None inorea getfsent getfsent:echoh HintHLecho "struct fstab *getfsent(void)"echoh None inorea getfsfile getfsfile:echoh HintHLecho "struct fstab *getfsfile(const char * mount_point)"echoh None inorea getfsspec getfsspec:echoh HintHLecho "struct fstab *getfsspec(const char * special_file)"echoh None inorea getgrent getgrent:echoh HintHLecho "struct group *getgrent(void)"echoh None inorea getgrent_r getgrent_r:echoh HintHLecho "int getgrent_r(struct group * gbuf, char * buf ,"echoh None inorea getgrgid getgrgid:echoh HintHLecho "struct group *getgrgid(gid_t gid)"echoh None inorea getgrgid_r getgrgid_r:echoh HintHLecho "int getgrgid_r(gid_t gid, struct group * gbuf ,"echoh None inorea getgrnam getgrnam:echoh HintHLecho "struct group *getgrnam(const char * name)"echoh None inorea getgrnam_r getgrnam_r:echoh HintHLecho "int getgrnam_r(const char * name, struct group * gbuf ,"echoh None inorea getgrouplist getgrouplist:echoh HintHLecho "int getgrouplist (const char * user, gid_t group ,"echoh None inorea gethostbyaddr gethostbyaddr:echoh HintHLecho "gethostbyaddr(const void * addr, int len, int type)"echoh None inorea gethostbyname2 gethostbyname2:echoh HintHLecho "struct hostent *gethostbyname2(const char * name, int af)"echoh None inorea gethostbyname2_r gethostbyname2_r:echoh HintHLecho "int gethostbyname2_r(const char * name, int af,"echoh None inorea gethostbyname gethostbyname:echoh HintHLecho "struct hostent *gethostbyname(const char * name)"echoh None inorea gethostbyname_r gethostbyname_r:echoh HintHLecho "int gethostbyname_r(const char * name ,"echoh None inorea gethostent gethostent:echoh HintHLecho "struct hostent *gethostent(void)"echoh None inorea gethostent_r gethostent_r:echoh HintHLecho "int gethostent_r("echoh None inorea getline getline:echoh HintHLecho "ssize_t getline(char ** lineptr, size_t * n, FILE * stream)"echoh None inorea getlogin getlogin:echoh HintHLecho "char *getlogin(void)"echoh None inorea getlogin_r getlogin_r:echoh HintHLecho "int getlogin_r(char * buf, size_t bufsize)"echoh None inorea getmntent getmntent:echoh HintHLecho "struct mntent *getmntent(FILE * fp)"echoh None inorea getmntent_r getmntent_r:echoh HintHLecho "struct mntent *getmntent_r(FILE * fp, struct mntent * mntbuf ,"echoh None inorea getnameinfo getnameinfo:echoh HintHLecho "int getnameinfo(const struct sockaddr * sa, socklen_t salen ,"echoh None inorea getnetbyaddr getnetbyaddr:echoh HintHLecho "struct netent *getnetbyaddr(long net, int type)"echoh None inorea getnetbyname getnetbyname:echoh HintHLecho "struct netent *getnetbyname(const char * name)"echoh None inorea getnetent getnetent:echoh HintHLecho "struct netent *getnetent(void)"echoh None inorea getnetgrent getnetgrent:echoh HintHLecho "int getnetgrent(char ** host, char ** user, char ** domain)"echoh None inorea getnetgrent_r getnetgrent_r:echoh HintHLecho "int getnetgrent_r(char ** host, char ** user ,"echoh None inorea getopt getopt:echoh HintHLecho "int getopt(int argc, char * const argv[] ,"echoh None inorea getopt_long getopt_long:echoh HintHLecho "int getopt_long(int argc, char * const argv[] ,"echoh None inorea getopt_long_only getopt_long_only:echoh HintHLecho "int getopt_long_only(int argc, char * const argv[] ,"echoh None inorea get_ordered_context_list get_ordered_context_list:echoh HintHLecho "int get_ordered_context_list(const char * user, security_context_t fromcon, security_context_t ** list)"echoh None inorea get_ordered_context_list_with_level get_ordered_context_list_with_level:echoh HintHLecho "int get_ordered_context_list_with_level(const char * user, const char * level, security_context_t fromcon, security_context_t ** list)"echoh None inorea getpass getpass:echoh HintHLecho "char *getpass( const char * prompt)"echoh None inorea getpeercon getpeercon:echoh HintHLecho "int getpeercon(int fd, security_context_t * context)"echoh None inorea getpidcon getpidcon:echoh HintHLecho "int getpidcon(pid_t pid, security_context_t * context)"echoh None inorea getprevcon getprevcon:echoh HintHLecho "int getprevcon(security_context_t * context)"echoh None inorea getprotobyname getprotobyname:echoh HintHLecho "struct protoent *getprotobyname(const char * name)"echoh None inorea getprotobynumber getprotobynumber:echoh HintHLecho "struct protoent *getprotobynumber(int proto)"echoh None inorea getprotoent getprotoent:echoh HintHLecho "struct protoent *getprotoent(void)"echoh None inorea getpt getpt:echoh HintHLecho "int getpt(void)"echoh None inorea getpwent getpwent:echoh HintHLecho "struct passwd *getpwent(void)"echoh None inorea getpwent_r getpwent_r:echoh HintHLecho "int getpwent_r(struct passwd * pwbuf, char * buf ,"echoh None inorea getpw getpw:echoh HintHLecho "int getpw(uid_t uid, char * buf)"echoh None inorea getpwnam getpwnam:echoh HintHLecho "struct passwd *getpwnam(const char * name)"echoh None inorea getpwnam_r getpwnam_r:echoh HintHLecho "int getpwnam_r(const char * name, struct passwd * pwbuf ,"echoh None inorea getpwuid getpwuid:echoh HintHLecho "struct passwd *getpwuid(uid_t uid)"echoh None inorea getpwuid_r getpwuid_r:echoh HintHLecho "int getpwuid_r(uid_t uid, struct passwd * pwbuf ,"echoh None inorea getrpcbyname getrpcbyname:echoh HintHLecho "struct rpcent *getrpcbyname(name)"echoh None inorea getrpcbynumber getrpcbynumber:echoh HintHLecho "struct rpcent *getrpcbynumber(number)"echoh None inorea getrpcent getrpcent:echoh HintHLecho "struct rpcent *getrpcent()"echoh None inorea getrpcport getrpcport:echoh HintHLecho "int getrpcport(host, prognum, versnum, proto)"echoh None inorea getservbyname getservbyname:echoh HintHLecho "struct servent *getservbyname(const char * name, const char * proto)"echoh None inorea getservbyport getservbyport:echoh HintHLecho "struct servent *getservbyport(int port, const char * proto)"echoh None inorea getservent getservent:echoh HintHLecho "struct servent *getservent(void)"echoh None inorea getseuserbyname getseuserbyname:echoh HintHLecho "int getseuserbyname(const char * linuxuser, char ** selinuxuser, char ** level)"echoh None inorea gets gets:echoh HintHLecho "char *gets(char * s)"echoh None inorea getttyent getttyent:echoh HintHLecho "struct ttyent *getttyent(void)"echoh None inorea getttynam getttynam:echoh HintHLecho "struct ttyent *getttynam(const char * name)"echoh None inorea getumask getumask:echoh HintHLecho "mode_t getumask(void)"echoh None inorea getusershell getusershell:echoh HintHLecho "char *getusershell(void)"echoh None inorea getutent getutent:echoh HintHLecho "struct utmp *getutent(void)"echoh None inorea getutid getutid:echoh HintHLecho "struct utmp *getutid(struct utmp * ut)"echoh None inorea getutline getutline:echoh HintHLecho "struct utmp *getutline(struct utmp * ut)"echoh None inorea getwc getwc:echoh HintHLecho "wint_t getwc(FILE * stream)"echoh None inorea getwchar getwchar:echoh HintHLecho "wint_t getwchar(void)"echoh None inorea getwchar_unlocked getwchar_unlocked:echoh HintHLecho "wint_t getwchar_unlocked(void)"echoh None inorea getwc_unlocked getwc_unlocked:echoh HintHLecho "wint_t getwc_unlocked(FILE * stream)"echoh None inorea getwd getwd:echoh HintHLecho "char *getwd(char * buf)"echoh None inorea getw getw:echoh HintHLecho "int getw(FILE * stream)"echoh None inorea globfree globfree:echoh HintHLecho "void globfree(glob_t * pglob)"echoh None inorea glob glob:echoh HintHLecho "int glob(const char * pattern, int flags ,"echoh None inorea gmtime gmtime:echoh HintHLecho "struct tm *gmtime(const time_t * timep)"echoh None inorea gmtime_r gmtime_r:echoh HintHLecho "struct tm *gmtime_r(const time_t * timep, struct tm * result)"echoh None inorea grantpt grantpt:echoh HintHLecho "int grantpt(int fd)"echoh None inorea gsignal gsignal:echoh HintHLecho "int gsignal( signum)"echoh None inorea hasmntopt hasmntopt:echoh HintHLecho "char *hasmntopt(const struct mntent * mnt, const char * opt)"echoh None inorea hcreate hcreate:echoh HintHLecho "int hcreate(size_t nel)"echoh None inorea hcreate_r hcreate_r:echoh HintHLecho "int hcreate_r(size_t nel, struct hsearch_data * tab)"echoh None inorea hdestroy hdestroy:echoh HintHLecho "void hdestroy(void)"echoh None inorea hdestroy_r hdestroy_r:echoh HintHLecho "void hdestroy_r(struct hsearch_data * tab)"echoh None inorea herror herror:echoh HintHLecho "void herror(const char * s)"echoh None inorea hosts_access hosts_access:echoh HintHLecho "int hosts_access(request)"echoh None inorea hosts_ctl hosts_ctl:echoh HintHLecho "int hosts_ctl(daemon, client_name, client_addr, client_user)"echoh None inorea hosts hosts:echoh HintHLecho "Integer returning the number of hosts (pvmds) in the virtual machine."echoh None inorea hsearch hsearch:echoh HintHLecho "ENTRY *hsearch(ENTRY item, ACTION action)"echoh None inorea hsearch_r hsearch_r:echoh HintHLecho "int hsearch_r(ENTRY item, ACTION action ,"echoh None inorea hstrerror hstrerror:echoh HintHLecho "const char *hstrerror(int err)"echoh None inorea htonl htonl:echoh HintHLecho "uint32_t htonl(uint32_t hostlong)"echoh None inorea htons htons:echoh HintHLecho "uint16_t htons(uint16_t hostshort)"echoh None inorea hypotf hypotf:echoh HintHLecho "float hypotf(float x, float y)"echoh None inorea hypot hypot:echoh HintHLecho "double hypot(double x, double y)"echoh None inorea hypotl hypotl:echoh HintHLecho "long double hypotl (long double x, long double y)"echoh None inorea iconv_close iconv_close:echoh HintHLecho "int iconv_close(iconv_t cd)"echoh None inorea iconv iconv:echoh HintHLecho "size_t iconv(iconv_t cd ,"echoh None inorea iconv_open iconv_open:echoh HintHLecho "iconv_t iconv_open(const char * tocode, const char * fromcode)"echoh None inorea idna_strerror idna_strerror:echoh HintHLecho "const char * idna_strerror(Idna_rc rc)"echoh None inorea idna_to_ascii_4i idna_to_ascii_4i:echoh HintHLecho "int idna_to_ascii_4i(const uint32_t * in, size_t inlen, char * out, int flags)"echoh None inorea idna_to_ascii_4z idna_to_ascii_4z:echoh HintHLecho "int idna_to_ascii_4z(const uint32_t * input, char ** output, int flags)"echoh None inorea idna_to_ascii_8z idna_to_ascii_8z:echoh HintHLecho "int idna_to_ascii_8z(const char * input, char ** output, int flags)"echoh None inorea idna_to_ascii_lz idna_to_ascii_lz:echoh HintHLecho "int idna_to_ascii_lz(const char * input, char ** output, int flags)"echoh None inorea idna_to_unicode_44i idna_to_unicode_44i:echoh HintHLecho "int idna_to_unicode_44i(const uint32_t * in, size_t inlen, uint32_t * out, size_t * outlen, int flags)"echoh None inorea idna_to_unicode_4z4z idna_to_unicode_4z4z:echoh HintHLecho "int idna_to_unicode_4z4z(const uint32_t * input, uint32_t ** output, int flags)"echoh None inorea idna_to_unicode_8z4z idna_to_unicode_8z4z:echoh HintHLecho "int idna_to_unicode_8z4z(const char * input, uint32_t ** output, int flags)"echoh None inorea idna_to_unicode_8z8z idna_to_unicode_8z8z:echoh HintHLecho "int idna_to_unicode_8z8z(const char * input, char ** output, int flags)"echoh None inorea idna_to_unicode_8zlz idna_to_unicode_8zlz:echoh HintHLecho "int idna_to_unicode_8zlz(const char * input, char ** output, int flags)"echoh None inorea idna_to_unicode_lzlz idna_to_unicode_lzlz:echoh HintHLecho "int idna_to_unicode_lzlz(const char * input, char ** output, int flags)"echoh None inorea ilogbf ilogbf:echoh HintHLecho "int ilogbf(float x)"echoh None inorea ilogb ilogb:echoh HintHLecho "int ilogb(double x)"echoh None inorea ilogbl ilogbl:echoh HintHLecho "int ilogbl(long double x)"echoh None inorea imaxabs imaxabs:echoh HintHLecho "intmax_t imaxabs(intmax_t j)"echoh None inorea imaxdiv imaxdiv:echoh HintHLecho "imaxdiv_t imaxdiv(intmax_t numerator, intmax_t denominator)"echoh None inorea index index:echoh HintHLecho "char *index(const char * s, int c)"echoh None inorea inet_addr inet_addr:echoh HintHLecho "in_addr_t inet_addr(const char * cp)"echoh None inorea inet_aton inet_aton:echoh HintHLecho "int inet_aton(const char * cp, struct in_addr * inp)"echoh None inorea inet_lnaof inet_lnaof:echoh HintHLecho "in_addr_t inet_lnaof(struct in_addr in)"echoh None inorea inet_makeaddr inet_makeaddr:echoh HintHLecho "struct in_addr inet_makeaddr(int net, int host)"echoh None inorea inet_netof inet_netof:echoh HintHLecho "in_addr_t inet_netof(struct in_addr in)"echoh None inorea inet_network inet_network:echoh HintHLecho "in_addr_t inet_network(const char * cp)"echoh None inorea inet_ntoa inet_ntoa:echoh HintHLecho "char *inet_ntoa(struct in_addr in)"echoh None inorea inet_ntop inet_ntop:echoh HintHLecho "const char *inet_ntop(int af, const void * src ,"echoh None inorea inet_pton inet_pton:echoh HintHLecho "int inet_pton(int af, const char * src, void * dst)"echoh None inorea initgroups initgroups:echoh HintHLecho "int initgroups(const char * user, gid_t group)"echoh None inorea initialize_XXXX_error_table initialize_XXXX_error_table:echoh HintHLecho "void initialize_XXXX_error_table ()"echoh None inorea initstate initstate:echoh HintHLecho "char *initstate(unsigned int seed, char * state, size_t n)"echoh None inorea innetgr innetgr:echoh HintHLecho "int innetgr(const char * netgroup, const char * host ,"echoh None inorea insque insque:echoh HintHLecho "void insque(void * elem, void * prev)"echoh None inorea int int:echoh HintHLecho "fts_open char * const *path_argv int options int (*compar)(const FTSENT **, const FTSENT **)"echoh None inorea int int:echoh HintHLecho "int (*cmp)()"echoh None inorea int int:echoh HintHLecho "int(* compar)(const struct dirent **, const struct dirent **))"echoh None inorea int int:echoh HintHLecho " int(* compar)(const void *, const void *))"echoh None inorea int int:echoh HintHLecho "int(* compar)(const void *, const void *))"echoh None inorea int int:echoh HintHLecho " int (*conv)(int num_msg, const struct pam_message **msg,"echoh None inorea int int:echoh HintHLecho "int(* filter)(const struct dirent *),"echoh None inorea int int:echoh HintHLecho "int (*rebindproc)()"echoh None inorea int int:echoh HintHLecho "size_t size, int (* compar)(const void *, const void *))"echoh None inorea int int:echoh HintHLecho "size_t size, int(* compar)(const void *, const void *))"echoh None inorea int int:echoh HintHLecho "typedef int (*TIFFCloseProc)(thandle_t)"echoh None inorea int int:echoh HintHLecho "typedef int (*TIFFMapFileProc)(thandle_t, tdata_t*, toff_t*)"echoh None inorea isalnum isalnum:echoh HintHLecho "int isalnum(int c)"echoh None inorea isalpha isalpha:echoh HintHLecho "int isalpha(int c)"echoh None inorea isascii isascii:echoh HintHLecho "int isascii(int c)"echoh None inorea isatty isatty:echoh HintHLecho "int isatty(int desc)"echoh None inorea isblank isblank:echoh HintHLecho "int isblank(int c)"echoh None inorea iscntrl iscntrl:echoh HintHLecho "int iscntrl(int c)"echoh None inorea is_context_customizable is_context_customizable:echoh HintHLecho "int is_context_customizable(security_context_t scon)"echoh None inorea isdigit isdigit:echoh HintHLecho "int isdigit(int c)"echoh None inorea isfinite isfinite:echoh HintHLecho "int isfinite( x)"echoh None inorea isgraph isgraph:echoh HintHLecho "int isgraph(int c)"echoh None inorea isgreaterequal isgreaterequal:echoh HintHLecho "int isgreaterequal(x,y)"echoh None inorea isgreater isgreater:echoh HintHLecho "int isgreater(x,y)"echoh None inorea isinff isinff:echoh HintHLecho "int isinff(float x)"echoh None inorea isinf isinf:echoh HintHLecho "int isinf(double x)"echoh None inorea isinf isinf:echoh HintHLecho "int isinf( x)"echoh None inorea isinfl isinfl:echoh HintHLecho "int isinfl(long double x)"echoh None inorea islessequal islessequal:echoh HintHLecho "int islessequal(x,y)"echoh None inorea islessgreater islessgreater:echoh HintHLecho "int islessgreater(x,y)"echoh None inorea isless isless:echoh HintHLecho "int isless(x,y)"echoh None inorea islower islower:echoh HintHLecho "int islower(int c)"echoh None inorea isnanf isnanf:echoh HintHLecho "int isnanf(float x)"echoh None inorea isnan isnan:echoh HintHLecho "int isnan(double x)"echoh None inorea isnan isnan:echoh HintHLecho "int isnan( x)"echoh None inorea isnanl isnanl:echoh HintHLecho "int isnanl(long double x)"echoh None inorea isnormal isnormal:echoh HintHLecho "int isnormal( x)"echoh None inorea isprint isprint:echoh HintHLecho "int isprint(int c)"echoh None inorea ispunct ispunct:echoh HintHLecho "int ispunct(int c)"echoh None inorea is_selinux_enabled is_selinux_enabled:echoh HintHLecho "int is_selinux_enabled()"echoh None inorea isspace isspace:echoh HintHLecho "int isspace(int c)"echoh None inorea isunordered isunordered:echoh HintHLecho "int isunordered(x,y)"echoh None inorea isupper isupper:echoh HintHLecho "int isupper(int c)"echoh None inorea iswalnum iswalnum:echoh HintHLecho "int iswalnum(wint_t wc)"echoh None inorea iswalpha iswalpha:echoh HintHLecho "int iswalpha(wint_t wc)"echoh None inorea iswblank iswblank:echoh HintHLecho "int iswblank(wint_t wc)"echoh None inorea iswcntrl iswcntrl:echoh HintHLecho "int iswcntrl(wint_t wc)"echoh None inorea iswctype iswctype:echoh HintHLecho "int iswctype(wint_t wc, wctype_t desc)"echoh None inorea iswdigit iswdigit:echoh HintHLecho "int iswdigit(wint_t wc)"echoh None inorea iswgraph iswgraph:echoh HintHLecho "int iswgraph(wint_t wc)"echoh None inorea iswlower iswlower:echoh HintHLecho "int iswlower(wint_t wc)"echoh None inorea iswprint iswprint:echoh HintHLecho "int iswprint(wint_t wc)"echoh None inorea iswpunct iswpunct:echoh HintHLecho "int iswpunct(wint_t wc)"echoh None inorea iswspace iswspace:echoh HintHLecho "int iswspace(wint_t wc)"echoh None inorea iswupper iswupper:echoh HintHLecho "int iswupper(wint_t wc)"echoh None inorea iswxdigit iswxdigit:echoh HintHLecho "int iswxdigit(wint_t wc)"echoh None inorea isxdigit isxdigit:echoh HintHLecho "int isxdigit(int c)"echoh None inorea item_count item_count:echoh HintHLecho "int item_count(const MENU *menu)"echoh None inorea item_description item_description:echoh HintHLecho "const char *item_description(const ITEM *item)"echoh None inorea item_index item_index:echoh HintHLecho "int item_index(const ITEM *item)"echoh None inorea item_name item_name:echoh HintHLecho "const char *item_name(const ITEM *item)"echoh None inorea item_opts item_opts:echoh HintHLecho "OPTIONS item_opts(const ITEM *item)"echoh None inorea item_opts_off item_opts_off:echoh HintHLecho "int item_opts_off(ITEM *item, OPTIONS opts)"echoh None inorea item_opts_on item_opts_on:echoh HintHLecho "int item_opts_on(ITEM *item, OPTIONS opts)"echoh None inorea item_userptr item_userptr:echoh HintHLecho "void *item_userptr(const ITEM *item)"echoh None inorea item_value item_value:echoh HintHLecho "bool item_value(const ITEM *item)"echoh None inorea item_visible item_visible:echoh HintHLecho "bool item_visible(const ITEM *item)"echoh None inorea j0f j0f:echoh HintHLecho "float j0f(float x)"echoh None inorea j0 j0:echoh HintHLecho "double j0(double x)"echoh None inorea j0l j0l:echoh HintHLecho "long double j0l(long double x)"echoh None inorea j1f j1f:echoh HintHLecho "float j1f(float x)"echoh None inorea j1 j1:echoh HintHLecho "double j1(double x)"echoh None inorea j1l j1l:echoh HintHLecho "long double j1l(long double x)"echoh None inorea jnf jnf:echoh HintHLecho "float jnf(int n, float x)"echoh None inorea jn jn:echoh HintHLecho "double jn(int n, double x)"echoh None inorea jnl jnl:echoh HintHLecho "long double jnl(int n, long double x)"echoh None inorea jrand48 jrand48:echoh HintHLecho "long int jrand48(unsigned short xsubi [3])"echoh None inorea jrand48_r jrand48_r:echoh HintHLecho "int jrand48_r(unsigned short int xsubi[3] ,"echoh None inorea key_decryptsession key_decryptsession:echoh HintHLecho "int key_decryptsession(const char * remotename ,"echoh None inorea key_encryptsession key_encryptsession:echoh HintHLecho "int key_encryptsession(const char * remotename ,"echoh None inorea key_gendes key_gendes:echoh HintHLecho "int key_gendes(des_block * deskey)"echoh None inorea key key:echoh HintHLecho "Database key (class name), any null-terminated string."echoh None inorea key_secretkey_is_set key_secretkey_is_set:echoh HintHLecho "int key_secretkey_is_set(void)"echoh None inorea key_setsecret key_setsecret:echoh HintHLecho "int key_setsecret(const char * key)"echoh None inorea killpg killpg:echoh HintHLecho "int killpg(pid_t pgrp, int signal)"echoh None inorea l64a l64a:echoh HintHLecho "char *l64a(long value)"echoh None inorea labs labs:echoh HintHLecho "long int labs(long int j)"echoh None inorea lcong48 lcong48:echoh HintHLecho "void lcong48(unsigned short param [7])"echoh None inorea lcong48_r lcong48_r:echoh HintHLecho "int lcong48_r(unsigned short int param[7] ,"echoh None inorea ldap_abandon_ext ldap_abandon_ext:echoh HintHLecho "int ldap_abandon_ext(LDAP * ld, int msgid ,"echoh None inorea ldap_abandon ldap_abandon:echoh HintHLecho "int ldap_abandon(LDAP * ld, int msgid)"echoh None inorea ldap_add_ext ldap_add_ext:echoh HintHLecho "int ldap_add_ext(LDAP * ld, const char * dn, LDAPMod * attrs [],"echoh None inorea ldap_add_ext_s ldap_add_ext_s:echoh HintHLecho "int ldap_add_ext_s(LDAP * ld, const char * dn, LDAPMod * attrs [],"echoh None inorea ldap_add ldap_add:echoh HintHLecho "int ldap_add(LDAP * ld, const char * dn, LDAPMod * attrs [])"echoh None inorea ldap_add_s ldap_add_s:echoh HintHLecho "int ldap_add_s(LDAP * ld, const char * dn, LDAPMod * attrs [])"echoh None inorea ldap_attributetype2name ldap_attributetype2name:echoh HintHLecho "const char * ldap_attributetype2name(at)"echoh None inorea ldap_attributetype2str ldap_attributetype2str:echoh HintHLecho "char * ldap_attributetype2str(at)"echoh None inorea ldap_attributetype_free ldap_attributetype_free:echoh HintHLecho "ldap_attributetype_free(at)"echoh None inorea ldap_bind ldap_bind:echoh HintHLecho "int ldap_bind(LDAP * ld, const char * who, const char * cred ,"echoh None inorea ldap_bind_s ldap_bind_s:echoh HintHLecho "int ldap_bind_s(LDAP * ld, const char * who, const char * cred ,"echoh None inorea ldap_compare ldap_compare:echoh HintHLecho "int ldap_compare(ld, dn, attr, value)"echoh None inorea ldap_compare_s ldap_compare_s:echoh HintHLecho "int ldap_compare_s(ld, dn, attr, value)"echoh None inorea ldap_count_entries ldap_count_entries:echoh HintHLecho "int ldap_count_entries( LDAP *ld, LDAPMessage *result)"echoh None inorea ldap_count_messages ldap_count_messages:echoh HintHLecho "int ldap_count_messages( LDAP *ld, LDAPMessage *result)"echoh None inorea ldap_count_references ldap_count_references:echoh HintHLecho "int ldap_count_references( LDAP *ld, LDAPMessage *result)"echoh None inorea ldap_count_values ldap_count_values:echoh HintHLecho "ldap_count_values(vals)"echoh None inorea ldap_count_values_len ldap_count_values_len:echoh HintHLecho "ldap_count_values_len(vals)"echoh None inorea ldap_dcedn2dn ldap_dcedn2dn:echoh HintHLecho "char *ldap_dcedn2dn( const char * dn)"echoh None inorea ldap_delete ldap_delete:echoh HintHLecho "int ldap_delete(ld, dn)"echoh None inorea ldap_delete_s ldap_delete_s:echoh HintHLecho "int ldap_delete_s(ld, dn)"echoh None inorea ldap_dn2ad_canonical ldap_dn2ad_canonical:echoh HintHLecho "char *ldap_dn2ad_canonical( const char * dn)"echoh None inorea ldap_dn2dcedn ldap_dn2dcedn:echoh HintHLecho "char *ldap_dn2dcedn( const char * dn)"echoh None inorea ldap_dn2str ldap_dn2str:echoh HintHLecho "int ldap_dn2str( LDAPDN *dn, char **str, unsigned flags)"echoh None inorea ldap_dn2ufn ldap_dn2ufn:echoh HintHLecho "char *ldap_dn2ufn( const char * dn)"echoh None inorea ldap_err2string ldap_err2string:echoh HintHLecho "char *ldap_err2string( int err)"echoh None inorea ldap_explode_dn ldap_explode_dn:echoh HintHLecho "char **ldap_explode_dn( const char *dn, int notypes)"echoh None inorea ldap_explode_rdn ldap_explode_rdn:echoh HintHLecho "char **ldap_explode_rdn( const char *rdn, int notypes)"echoh None inorea ldap_first_attribute ldap_first_attribute:echoh HintHLecho "char *ldap_first_attribute("echoh None inorea ldap_first_entry ldap_first_entry:echoh HintHLecho "LDAPMessage *ldap_first_entry( LDAP *ld, LDAPMessage *result)"echoh None inorea ldap_first_message ldap_first_message:echoh HintHLecho "LDAPMessage *ldap_first_message( LDAP *ld, LDAPMessage *result)"echoh None inorea ldap_first_reference ldap_first_reference:echoh HintHLecho "LDAPMessage *ldap_first_reference( LDAP *ld, LDAPMessage *result)"echoh None inorea ldap_free_urldesc ldap_free_urldesc:echoh HintHLecho "ldap_free_urldesc( LDAPURLDesc *ludp)"echoh None inorea ldap_get_dn ldap_get_dn:echoh HintHLecho "char *ldap_get_dn( LDAP *ld, LDAPMessage *entry)"echoh None inorea ldap_get_values ldap_get_values:echoh HintHLecho "char **ldap_get_values(ld, entry, attr)"echoh None inorea ldap_get_values_len ldap_get_values_len:echoh HintHLecho "struct berval **ldap_get_values_len(ld, entry, attr)"echoh None inorea ldap_init ldap_init:echoh HintHLecho "LDAP *ldap_init(host, port)"echoh None inorea ldap_is_ldap_url ldap_is_ldap_url:echoh HintHLecho "int ldap_is_ldap_url( const char *url)"echoh None inorea ldap_matchingrule2name ldap_matchingrule2name:echoh HintHLecho "const char * ldap_matchingrule2name(mr)"echoh None inorea ldap_matchingrule2str ldap_matchingrule2str:echoh HintHLecho "char * ldap_matchingrule2str(mr)"echoh None inorea ldap_matchingrule_free ldap_matchingrule_free:echoh HintHLecho "ldap_matchingrule_free(mr)"echoh None inorea ldap_modify ldap_modify:echoh HintHLecho "int ldap_modify(ld, dn, mods)"echoh None inorea ldap_modify_s ldap_modify_s:echoh HintHLecho "int ldap_modify_s(ld, dn, mods)"echoh None inorea ldap_modrdn2 ldap_modrdn2:echoh HintHLecho "int ldap_modrdn2(ld, dn, newrdn, deleteoldrdn)"echoh None inorea ldap_modrdn2_s ldap_modrdn2_s:echoh HintHLecho "int ldap_modrdn2_s(ld, dn, newrdn, deleteoldrdn)"echoh None inorea ldap_modrdn ldap_modrdn:echoh HintHLecho "int ldap_modrdn(ld, dn, newrdn)"echoh None inorea ldap_modrdn_s ldap_modrdn_s:echoh HintHLecho "int ldap_modrdn_s(ld, dn, newrdn)"echoh None inorea ldap_mods_free ldap_mods_free:echoh HintHLecho "void ldap_mods_free( mods, freemods)"echoh None inorea ldap_msgfree ldap_msgfree:echoh HintHLecho "int ldap_msgfree( LDAPMessage *msg)"echoh None inorea ldap_msgid ldap_msgid:echoh HintHLecho "int ldap_msgid( LDAPMessage *msg)"echoh None inorea ldap_msgtype ldap_msgtype:echoh HintHLecho "int ldap_msgtype( LDAPMessage *msg)"echoh None inorea ldap_next_attribute ldap_next_attribute:echoh HintHLecho "char *ldap_next_attribute("echoh None inorea ldap_next_entry ldap_next_entry:echoh HintHLecho "LDAPMessage *ldap_next_entry( LDAP *ld, LDAPMessage *entry)"echoh None inorea ldap_next_message ldap_next_message:echoh HintHLecho "LDAPMessage *ldap_next_message( LDAP *ld, LDAPMessage *message)"echoh None inorea ldap_next_reference ldap_next_reference:echoh HintHLecho "LDAPMessage *ldap_next_reference( LDAP *ld, LDAPMessage *reference)"echoh None inorea ldap_objectclass2name ldap_objectclass2name:echoh HintHLecho "const char * ldap_objectclass2name(oc)"echoh None inorea ldap_objectclass2str ldap_objectclass2str:echoh HintHLecho "char * ldap_objectclass2str(oc)"echoh None inorea ldap_objectclass_free ldap_objectclass_free:echoh HintHLecho "ldap_objectclass_free(oc)"echoh None inorea ldap_open ldap_open:echoh HintHLecho "LDAP *ldap_open(host, port)"echoh None inorea ldap_parse_extended_result ldap_parse_extended_result:echoh HintHLecho "int ldap_parse_extended_result( LDAP *ld, LDAPMessage *result,"echoh None inorea ldap_parse_reference ldap_parse_reference:echoh HintHLecho "int ldap_parse_reference( LDAP *ld, LDAPMessage *reference,"echoh None inorea ldap_parse_result ldap_parse_result:echoh HintHLecho "int ldap_parse_result( LDAP *ld, LDAPMessage *result,"echoh None inorea ldap_parse_sasl_bind_result ldap_parse_sasl_bind_result:echoh HintHLecho "int ldap_parse_sasl_bind_result(LDAP * ld, LDAPMessage * res ,"echoh None inorea ldap_parse_sasl_bind_result ldap_parse_sasl_bind_result:echoh HintHLecho "int ldap_parse_sasl_bind_result( LDAP *ld, LDAPMessage *result,"echoh None inorea ldap_perror ldap_perror:echoh HintHLecho "void ldap_perror( LDAP *ld, const char *s)"echoh None inorea ldap_result2error ldap_result2error:echoh HintHLecho "int ldap_result2error( LDAP *ld, LDAPMessage *res, int freeit)"echoh None inorea ldap_result ldap_result:echoh HintHLecho "int ldap_result( LDAP *ld, int msgid, int all,"echoh None inorea ldap_sasl_bind ldap_sasl_bind:echoh HintHLecho "int ldap_sasl_bind(LDAP * ld, const char * dn, const char * mechanism ,"echoh None inorea ldap_sasl_bind_s ldap_sasl_bind_s:echoh HintHLecho "int ldap_sasl_bind_s(LDAP * ld, const char * dn, const char * mechanism ,"echoh None inorea ldap_sasl_interactive_bind_s ldap_sasl_interactive_bind_s:echoh HintHLecho "int ldap_sasl_interactive_bind_s(LDAP * ld, const char * dn ,"echoh None inorea ldap_scherr2str ldap_scherr2str:echoh HintHLecho "char * ldap_scherr2str(code)"echoh None inorea ldap_search ldap_search:echoh HintHLecho "int ldap_search(ld, base, scope, filter, attrs, attrsonly)"echoh None inorea ldap_search_s ldap_search_s:echoh HintHLecho "int ldap_search_s(ld, base, scope, filter, attrs, attrsonly, res)"echoh None inorea ldap_search_st ldap_search_st:echoh HintHLecho "int ldap_search_st(ld, base, scope, filter, attrs, attrsonly, timeout, res)"echoh None inorea ldap_set_rebind_proc ldap_set_rebind_proc:echoh HintHLecho "void ldap_set_rebind_proc( ld, rebindproc)"echoh None inorea ldap_simple_bind ldap_simple_bind:echoh HintHLecho "int ldap_simple_bind(LDAP * ld, const char * who, const char * passwd)"echoh None inorea ldap_simple_bind_s ldap_simple_bind_s:echoh HintHLecho "int ldap_simple_bind_s(LDAP * ld, const char * who, const char * passwd)"echoh None inorea ldap_sort_entries ldap_sort_entries:echoh HintHLecho "ldap_sort_entries(ld, chain, attr, cmp)"echoh None inorea ldap_sort_strcasecmp ldap_sort_strcasecmp:echoh HintHLecho "ldap_sort_strcasecmp(a, b)"echoh None inorea ldap_sort_values ldap_sort_values:echoh HintHLecho "ldap_sort_values(ld, vals, cmp)"echoh None inorea ldap_str2attributetype ldap_str2attributetype:echoh HintHLecho "LDAPAttributeType * ldap_str2attributetype(s, code, errp, flags)"echoh None inorea ldap_str2dn ldap_str2dn:echoh HintHLecho "int ldap_str2dn( const char *str, LDAPDN **dn, unsigned flags)"echoh None inorea ldap_str2matchingrule ldap_str2matchingrule:echoh HintHLecho "LDAPMatchingRule * ldap_str2matchingrule(s, code, errp, flags)"echoh None inorea ldap_str2objectclass ldap_str2objectclass:echoh HintHLecho "LDAPObjectClass * ldap_str2objectclass(s, code, errp, flags)"echoh None inorea ldap_str2syntax ldap_str2syntax:echoh HintHLecho "LDAPSyntax * ldap_str2syntax(s, code, errp, flags)"echoh None inorea ldap_syntax2name ldap_syntax2name:echoh HintHLecho "const char * ldap_syntax2name(syn)"echoh None inorea ldap_syntax2str ldap_syntax2str:echoh HintHLecho "char * ldap_syntax2str(syn)"echoh None inorea ldap_syntax_free ldap_syntax_free:echoh HintHLecho "ldap_syntax_free(syn)"echoh None inorea ldap_unbind ldap_unbind:echoh HintHLecho "int ldap_unbind(LDAP * ld)"echoh None inorea ldap_unbind_s ldap_unbind_s:echoh HintHLecho "int ldap_unbind_s(LDAP * ld)"echoh None inorea ldap_url_parse ldap_url_parse:echoh HintHLecho "int ldap_url_parse( const char *url, LDAPURLDesc **ludpp)"echoh None inorea ldap_value_free ldap_value_free:echoh HintHLecho "ldap_value_free(vals)"echoh None inorea ldap_value_free_len ldap_value_free_len:echoh HintHLecho "ldap_value_free_len(vals)"echoh None inorea ldexpf ldexpf:echoh HintHLecho "float ldexpf(float x, int exp)"echoh None inorea ldexp ldexp:echoh HintHLecho "double ldexp(double x, int exp)"echoh None inorea ldexpl ldexpl:echoh HintHLecho "long double ldexpl(long double x, int exp)"echoh None inorea ldiv ldiv:echoh HintHLecho "ldiv_t ldiv(long numerator, long denominator)"echoh None inorea lfind lfind:echoh HintHLecho "void *lfind(const void * key, const void * base, size_t * nmemb ,"echoh None inorea lgammaf lgammaf:echoh HintHLecho "float lgammaf(float x)"echoh None inorea lgammaf_r lgammaf_r:echoh HintHLecho "float lgammaf_r(float x, int * signp)"echoh None inorea lgamma lgamma:echoh HintHLecho "double lgamma(double x)"echoh None inorea lgammal lgammal:echoh HintHLecho "long double lgammal(long double x)"echoh None inorea lgammal_r lgammal_r:echoh HintHLecho "long double lgammal_r(long double x, int * signp)"echoh None inorea lgamma_r lgamma_r:echoh HintHLecho "double lgamma_r(double x, int * signp)"echoh None inorea lgetfilecon lgetfilecon:echoh HintHLecho "int lgetfilecon(const char * path, security_context_t * con)"echoh None inorea link_field link_field:echoh HintHLecho "FIELD *link_field(FIELD *field, int toprow, int leftcol)"echoh None inorea link_fieldtype link_fieldtype:echoh HintHLecho "FIELDTYPE *link_fieldtype(FIELDTYPE *type1,"echoh None inorea llabs llabs:echoh HintHLecho "long long int llabs(long long int j)"echoh None inorea lldiv lldiv:echoh HintHLecho "lldiv_t lldiv(long long numerator, long long denominator)"echoh None inorea llrintf llrintf:echoh HintHLecho "long long int llrintf(float x)"echoh None inorea llrintl llrintl:echoh HintHLecho "long long int llrintl(long double x)"echoh None inorea llrint llrint:echoh HintHLecho "long long int llrint(double x)"echoh None inorea llroundf llroundf:echoh HintHLecho "long long int llroundf(float x)"echoh None inorea llroundl llroundl:echoh HintHLecho "long long int llroundl(long double x)"echoh None inorea llround llround:echoh HintHLecho "long long int llround(double x)"echoh None inorea localeconv localeconv:echoh HintHLecho "struct lconv *localeconv(void)"echoh None inorea localtime localtime:echoh HintHLecho "struct tm *localtime(const time_t * timep)"echoh None inorea localtime_r localtime_r:echoh HintHLecho "struct tm *localtime_r(const time_t * timep, struct tm * result)"echoh None inorea lockf lockf:echoh HintHLecho "int lockf(int fd, int cmd, off_t len)"echoh None inorea log10f log10f:echoh HintHLecho "float log10f(float x)"echoh None inorea log10l log10l:echoh HintHLecho "long double log10l(long double x)"echoh None inorea log10 log10:echoh HintHLecho "double log10(double x)"echoh None inorea log1pf log1pf:echoh HintHLecho "float log1pf(float x)"echoh None inorea log1pl log1pl:echoh HintHLecho "long double log1pl(long double x)"echoh None inorea log1p log1p:echoh HintHLecho "double log1p(double x)"echoh None inorea log2f log2f:echoh HintHLecho "float log2f(float x)"echoh None inorea log2l log2l:echoh HintHLecho "long double log2l(long double x)"echoh None inorea log2 log2:echoh HintHLecho "double log2(double x)"echoh None inorea logbf logbf:echoh HintHLecho "float logbf(float x)"echoh None inorea logbl logbl:echoh HintHLecho "long double logbl(long double x)"echoh None inorea logb logb:echoh HintHLecho "double logb(double x)"echoh None inorea logf logf:echoh HintHLecho "float logf(float x)"echoh None inorea login login:echoh HintHLecho "void login(const struct utmp * ut)"echoh None inorea login_tty login_tty:echoh HintHLecho "int login_tty(int fd)"echoh None inorea logl logl:echoh HintHLecho "long double logl(long double x)"echoh None inorea log log:echoh HintHLecho "double log(double x)"echoh None inorea logout logout:echoh HintHLecho "int logout(const char * ut_line)"echoh None inorea logwtmp logwtmp:echoh HintHLecho "void logwtmp(const char * line, const char * name, const char * host)"echoh None inorea longjmp longjmp:echoh HintHLecho "void longjmp(jmp_buf env, int val)"echoh None inorea lowercase lowercase:echoh HintHLecho "that it be forced to lowercase (if possible). ASCII code points"echoh None inorea lowercase lowercase:echoh HintHLecho "to lowercase (if possible). ASCII code points (0..7F) are output"echoh None inorea lrand48 lrand48:echoh HintHLecho "long int lrand48(void)"echoh None inorea lrand48_r lrand48_r:echoh HintHLecho "int lrand48_r(struct drand48_data * buffer, long int * result)"echoh None inorea lrintf lrintf:echoh HintHLecho "long int lrintf(float x)"echoh None inorea lrintl lrintl:echoh HintHLecho "long int lrintl(long double x)"echoh None inorea lrint lrint:echoh HintHLecho "long int lrint(double x)"echoh None inorea lroundf lroundf:echoh HintHLecho "long int lroundf(float x)"echoh None inorea lroundl lroundl:echoh HintHLecho "long int lroundl(long double x)"echoh None inorea lround lround:echoh HintHLecho "long int lround(double x)"echoh None inorea lsearch lsearch:echoh HintHLecho "void *lsearch(const void * key, void * base, size_t * nmemb ,"echoh None inorea lseek64 lseek64:echoh HintHLecho "off64_t lseek64(int fd, off64_t offset, int whence)"echoh None inorea lsetfilecon lsetfilecon:echoh HintHLecho "int lsetfilecon(const char * path, security_context_t con)"echoh None inorea makecontext makecontext:echoh HintHLecho "void makecontext(ucontext_t * ucp, void * func (),"echoh None inorea malloc malloc:echoh HintHLecho "void * malloc (size_t size)"echoh None inorea malloc malloc:echoh HintHLecho "void *malloc(size_t size)"echoh None inorea manual_user_enter_context manual_user_enter_context:echoh HintHLecho "int manual_user_enter_context(const char * user, security_context_t * newcon)"echoh None inorea mask mask:echoh HintHLecho "Trace mask (owned by caller),"echoh None inorea matchmediacon matchmediacon:echoh HintHLecho "int matchmediacon(const char * media, security_context_t * con)"echoh None inorea matchpathcon_fini matchpathcon_fini:echoh HintHLecho "int matchpathcon_fini(void)"echoh None inorea matchpathcon_init matchpathcon_init:echoh HintHLecho "int matchpathcon_init(const char * path)"echoh None inorea matchpathcon matchpathcon:echoh HintHLecho "int matchpathcon(const char * path, mode_t mode, security_context_t * con)"echoh None inorea mblen mblen:echoh HintHLecho "int mblen(const char * s, size_t n)"echoh None inorea mbrlen mbrlen:echoh HintHLecho "size_t mbrlen(const char * s, size_t n, mbstate_t * ps)"echoh None inorea mbrtowc mbrtowc:echoh HintHLecho "size_t mbrtowc(wchar_t * pwc, const char * s, size_t n, mbstate_t * ps)"echoh None inorea mbsinit mbsinit:echoh HintHLecho "int mbsinit(const mbstate_t * ps)"echoh None inorea mbsnrtowcs mbsnrtowcs:echoh HintHLecho "size_t mbsnrtowcs(wchar_t * dest, const char ** src ,"echoh None inorea mbsrtowcs mbsrtowcs:echoh HintHLecho "size_t mbsrtowcs(wchar_t * dest, const char ** src ,"echoh None inorea mbstowcs mbstowcs:echoh HintHLecho "size_t mbstowcs(wchar_t * dest, const char * src, size_t n)"echoh None inorea mbtowc mbtowc:echoh HintHLecho "int mbtowc(wchar_t * pwc, const char * s, size_t n)"echoh None inorea memalign memalign:echoh HintHLecho "void * memalign (size_t alignment, size_t size)"echoh None inorea memalign memalign:echoh HintHLecho "void *memalign(size_t boundary, size_t size)"echoh None inorea memccpy memccpy:echoh HintHLecho "void *memccpy(void * dest, const void * src, int c, size_t n)"echoh None inorea memchr memchr:echoh HintHLecho "void *memchr(const void * s, int c, size_t n)"echoh None inorea memcmp memcmp:echoh HintHLecho "int memcmp(const void * s1, const void * s2, size_t n)"echoh None inorea memcpy memcpy:echoh HintHLecho "void *memcpy(void * dest, const void * src, size_t n)"echoh None inorea memfrob memfrob:echoh HintHLecho "void *memfrob(void * s, size_t n)"echoh None inorea memmem memmem:echoh HintHLecho "void *memmem(const void * haystack, size_t haystacklen ,"echoh None inorea memmem memmem:echoh HintHLecho "void *memmem(const void * needle, size_t needlelen ,"echoh None inorea memmove memmove:echoh HintHLecho "void *memmove(void * dest, const void * src, size_t n)"echoh None inorea mempcpy mempcpy:echoh HintHLecho "void *mempcpy(void * dest, const void * src, size_t n)"echoh None inorea memrchr memrchr:echoh HintHLecho "void *memrchr(const void * s, int c, size_t n)"echoh None inorea memset memset:echoh HintHLecho "void *memset(void * s, int c, size_t n)"echoh None inorea menu_back menu_back:echoh HintHLecho "chtype menu_back(const MENU *menu)"echoh None inorea menu_driver menu_driver:echoh HintHLecho "int menu_driver(MENU *menu, int c)"echoh None inorea menu_fore menu_fore:echoh HintHLecho "chtype menu_fore(const MENU *menu)"echoh None inorea menu_format menu_format:echoh HintHLecho "void menu_format(const MENU *menu, int *rows, int *cols)"echoh None inorea menu_grey menu_grey:echoh HintHLecho "chtype menu_grey(const MENU *menu)"echoh None inorea menu_items menu_items:echoh HintHLecho "ITEM **menu_items(const MENU *menu)"echoh None inorea menu_mark menu_mark:echoh HintHLecho "const char *menu_mark(const MENU *menu)"echoh None inorea menu_opts menu_opts:echoh HintHLecho "OPTIONS menu_opts(const MENU *menu)"echoh None inorea menu_opts_off menu_opts_off:echoh HintHLecho "int menu_opts_off(MENU *menu, OPTIONS opts)"echoh None inorea menu_opts_on menu_opts_on:echoh HintHLecho "int menu_opts_on(MENU *menu, OPTIONS opts)"echoh None inorea menu_pad menu_pad:echoh HintHLecho "int menu_pad(const MENU *menu)"echoh None inorea menu_pattern menu_pattern:echoh HintHLecho "char *menu_pattern(const MENU *menu)"echoh None inorea menu_request_by_name menu_request_by_name:echoh HintHLecho "int menu_request_by_name(const char *name)"echoh None inorea menu_request_name menu_request_name:echoh HintHLecho "const char *menu_request_name(int request)"echoh None inorea menu_spacing menu_spacing:echoh HintHLecho "int menu_spacing(const MENU *menu,"echoh None inorea menu_sub menu_sub:echoh HintHLecho "WINDOW *menu_sub(const MENU *menu)"echoh None inorea menu_userptr menu_userptr:echoh HintHLecho "void *menu_userptr(const MENU *menu)"echoh None inorea menu_win menu_win:echoh HintHLecho "WINDOW *menu_win(const MENU *menu)"echoh None inorea mkdtemp mkdtemp:echoh HintHLecho "char *mkdtemp(char * template)"echoh None inorea mkfifo mkfifo:echoh HintHLecho "int mkfifo(const char * pathname, mode_t mode)"echoh None inorea mkstemp mkstemp:echoh HintHLecho "int mkstemp(char * template)"echoh None inorea mktemp mktemp:echoh HintHLecho "char *mktemp(char * template)"echoh None inorea mktime mktime:echoh HintHLecho "time_t mktime(struct tm * tm)"echoh None inorea modff modff:echoh HintHLecho "float modff(float x, float * iptr)"echoh None inorea modfl modfl:echoh HintHLecho "long double modfl(long double x, long double * iptr)"echoh None inorea modf modf:echoh HintHLecho "double modf(double x, double * iptr)"echoh None inorea mostly mostly:echoh HintHLecho "if you accept that its development is mostly (though not completely)"echoh None inorea move_field move_field:echoh HintHLecho "int move_field(FIELD *field, int frow, int fcol)"echoh None inorea mpool_close mpool_close:echoh HintHLecho "mpool_close (MPOOL *mp)"echoh None inorea mpool_filter mpool_filter:echoh HintHLecho "mpool_filter (MPOOL *mp, void (*pgin)(void *, pgno_t, void *),"echoh None inorea mpool_get mpool_get:echoh HintHLecho "mpool_get (MPOOL *mp, pgno_t pgno, u_int flags)"echoh None inorea mpool_new mpool_new:echoh HintHLecho "mpool_new (MPOOL *mp, pgno_t *pgnoaddr)"echoh None inorea mpool_open mpool_open:echoh HintHLecho "mpool_open (DBT *key, int fd, pgno_t pagesize, pgno_t maxcache)"echoh None inorea mpool_put mpool_put:echoh HintHLecho "mpool_put (MPOOL *mp, void *pgaddr, u_int flags)"echoh None inorea mpool_sync mpool_sync:echoh HintHLecho "mpool_sync (MPOOL *mp)"echoh None inorea mrand48 mrand48:echoh HintHLecho "long int mrand48(void)"echoh None inorea mrand48_r mrand48_r:echoh HintHLecho "int mrand48_r(struct drand48_data * buffer ,long int * result)"echoh None inorea mtrace mtrace:echoh HintHLecho "void mtrace(void)"echoh None inorea muntrace muntrace:echoh HintHLecho "void muntrace(void)"echoh None inorea name name:echoh HintHLecho "TLD name (e.g. com) as zero terminated ASCII byte string."echoh None inorea nanf nanf:echoh HintHLecho "float nanf(const char * tagp)"echoh None inorea nanl nanl:echoh HintHLecho "long double nanl(const char * tagp)"echoh None inorea nan nan:echoh HintHLecho "double nan(const char * tagp)"echoh None inorea nearbyintf nearbyintf:echoh HintHLecho "float nearbyintf(float x)"echoh None inorea nearbyintl nearbyintl:echoh HintHLecho "long double nearbyintl(long double x)"echoh None inorea nearbyint nearbyint:echoh HintHLecho "double nearbyint(double x)"echoh None inorea new_field new_field:echoh HintHLecho "FIELD *new_field(int height, int width,"echoh None inorea new_fieldtype new_fieldtype:echoh HintHLecho "FIELDTYPE *new_fieldtype("echoh None inorea new_form new_form:echoh HintHLecho "FORM *new_form(FIELD **fields)"echoh None inorea new_item new_item:echoh HintHLecho "ITEM *new_item(const char *name, const char *description)"echoh None inorea new_menu new_menu:echoh HintHLecho "MENU *new_menu(ITEM **items)"echoh None inorea new_page new_page:echoh HintHLecho "bool new_page(const FIELD *field)"echoh None inorea nextafterf nextafterf:echoh HintHLecho "float nextafterf(float x, float y)"echoh None inorea nextafterl nextafterl:echoh HintHLecho "long double nextafterl(long double x, long double y)"echoh None inorea nextafter nextafter:echoh HintHLecho "double nextafter(double x, double y)"echoh None inorea nextkey nextkey:echoh HintHLecho "nextkey (key)"echoh None inorea nexttowardf nexttowardf:echoh HintHLecho "float nexttowardf(float x, long double y)"echoh None inorea nexttowardl nexttowardl:echoh HintHLecho "long double nexttowardl(long double x, long double y) "echoh None inorea nexttoward nexttoward:echoh HintHLecho "double nexttoward(double x, long double y)"echoh None inorea nfs4_get_default_domain nfs4_get_default_domain:echoh HintHLecho "int nfs4_get_default_domain(char *server, char *domain, size_t len)"echoh None inorea nfs4_get_grouplist nfs4_get_grouplist:echoh HintHLecho "int nfs4_get_grouplist(const char *name, gid_t *groups, int *ngroups)"echoh None inorea nfs4_gid_to_name nfs4_gid_to_name:echoh HintHLecho "int nfs4_gid_to_name(gid_t gid, char *domain, char *name, size_t len)"echoh None inorea nfs4_gss_princ_to_ids nfs4_gss_princ_to_ids:echoh HintHLecho "int nfs4_gss_princ_to_ids(char *princ, uid_t *uid, gid_t *gid)"echoh None inorea nfs4_init_name_mapping nfs4_init_name_mapping:echoh HintHLecho "int nfs4_init_name_mapping(char *conffile)"echoh None inorea nfs4_name_to_gid nfs4_name_to_gid:echoh HintHLecho "int nfs4_name_to_gid(char *name, gid_t *gid)"echoh None inorea nfs4_name_to_uid nfs4_name_to_uid:echoh HintHLecho "int nfs4_name_to_uid(char *name, uid_t *uid)"echoh None inorea nfs4_uid_to_name nfs4_uid_to_name:echoh HintHLecho "int nfs4_uid_to_name(uid_t uid, char *domain, char *name, size_t len)"echoh None inorea nftw nftw:echoh HintHLecho "int nftw(const char * dir, int (* fn)(const"echoh None inorea nl_langinfo nl_langinfo:echoh HintHLecho "char *nl_langinfo(nl_item item)"echoh None inorea NLMSG_ALIGN NLMSG_ALIGN:echoh HintHLecho "int NLMSG_ALIGN(size_t len)"echoh None inorea NLMSG_DATA NLMSG_DATA:echoh HintHLecho "void *NLMSG_DATA(struct nlmsghdr * nlh)"echoh None inorea NLMSG_LENGTH NLMSG_LENGTH:echoh HintHLecho "int NLMSG_LENGTH(size_t len)"echoh None inorea NLMSG_NEXT NLMSG_NEXT:echoh HintHLecho "struct nlmsghdr *NLMSG_NEXT(struct nlmsghdr * nlh, int len)"echoh None inorea NLMSG_OK NLMSG_OK:echoh HintHLecho "int NLMSG_OK(struct nlmsghdr * nlh, int len)"echoh None inorea NLMSG_PAYLOAD NLMSG_PAYLOAD:echoh HintHLecho "int NLMSG_PAYLOAD(struct nlmsghdr * nlh, int len)"echoh None inorea NLMSG_SPACE NLMSG_SPACE:echoh HintHLecho "int NLMSG_SPACE(size_t len)"echoh None inorea Nonzero Nonzero:echoh HintHLecho "array. Nonzero (true, flagged) suggests that the corresponding"echoh None inorea nrand48 nrand48:echoh HintHLecho "long int nrand48(unsigned short xsubi [3])"echoh None inorea nrand48_r nrand48_r:echoh HintHLecho "int nrand48_r(unsigned short int xsubi[3], "echoh None inorea ntohl ntohl:echoh HintHLecho "uint32_t ntohl(uint32_t netlong)"echoh None inorea ntohs ntohs:echoh HintHLecho "uint16_t ntohs(uint16_t netshort)"echoh None inorea numa_alloc_interleaved numa_alloc_interleaved:echoh HintHLecho "void *numa_alloc_interleaved(size_t size)"echoh None inorea numa_alloc_interleaved_subset numa_alloc_interleaved_subset:echoh HintHLecho "void *numa_alloc_interleaved_subset(size_t size, nodemask_t *nodemask)"echoh None inorea numa_alloc_local numa_alloc_local:echoh HintHLecho "void *numa_alloc_local(size_t size)"echoh None inorea numa_alloc numa_alloc:echoh HintHLecho "void *numa_alloc(size_t size)"echoh None inorea numa_alloc_onnode numa_alloc_onnode:echoh HintHLecho "void *numa_alloc_onnode(size_t size, int node)"echoh None inorea numa_available numa_available:echoh HintHLecho "int numa_available(void)"echoh None inorea numa_bind numa_bind:echoh HintHLecho "void numa_bind(nodemask_t *nodemask)"echoh None inorea numa_error numa_error:echoh HintHLecho "void numa_error(char *where)"echoh None inorea numa_free numa_free:echoh HintHLecho "void numa_free(void *start, size_t size)"echoh None inorea numa_get_interleave_mask numa_get_interleave_mask:echoh HintHLecho "nodemask_t numa_get_interleave_mask(void)"echoh None inorea numa_get_membind numa_get_membind:echoh HintHLecho "nodemask_t numa_get_membind(void)"echoh None inorea numa_get_run_node_mask numa_get_run_node_mask:echoh HintHLecho "int numa_get_run_node_mask(void)"echoh None inorea numa_interleave_memory numa_interleave_memory:echoh HintHLecho "void numa_interleave_memory(void *start, size_t size, nodemask_t *nodemask)"echoh None inorea numa_max_node numa_max_node:echoh HintHLecho "int numa_max_node(void)"echoh None inorea numa_node_size numa_node_size:echoh HintHLecho "long numa_node_size(int node, long *freep)"echoh None inorea numa_node_to_cpus numa_node_to_cpus:echoh HintHLecho "int numa_node_to_cpus(int node, unsigned long *buffer, int bufferlen)"echoh None inorea numa_police_memory numa_police_memory:echoh HintHLecho "void numa_police_memory(void *start, size_t size)"echoh None inorea numa_preferred numa_preferred:echoh HintHLecho "int numa_preferred(void)"echoh None inorea numa_run_on_node_mask numa_run_on_node_mask:echoh HintHLecho "int numa_run_on_node_mask(nodemask_t *nodemask)"echoh None inorea numa_run_on_node numa_run_on_node:echoh HintHLecho "int numa_run_on_node(int node)"echoh None inorea numa_set_bind_policy numa_set_bind_policy:echoh HintHLecho "void numa_set_bind_policy(int strict) "echoh None inorea numa_set_interleave_mask numa_set_interleave_mask:echoh HintHLecho "void numa_set_interleave_mask(nodemask_t *nodemask)"echoh None inorea numa_set_localalloc numa_set_localalloc:echoh HintHLecho "void numa_set_localalloc(int flag)"echoh None inorea numa_setlocal_memory numa_setlocal_memory:echoh HintHLecho "void numa_setlocal_memory(void *start, size_t size)"echoh None inorea numa_set_membind numa_set_membind:echoh HintHLecho "void numa_set_membind(nodemask_t *nodemask)"echoh None inorea numa_set_preferred numa_set_preferred:echoh HintHLecho "void numa_set_preferred(int node)"echoh None inorea numa_set_strict numa_set_strict:echoh HintHLecho "void numa_set_strict(int strict) "echoh None inorea numa_tonodemask_memory numa_tonodemask_memory:echoh HintHLecho "void numa_tonodemask_memory(void *start, size_t size, nodemask_t *nodemask)"echoh None inorea numa_tonode_memory numa_tonode_memory:echoh HintHLecho "void numa_tonode_memory(void *start, size_t size, int node)"echoh None inorea on_exit on_exit:echoh HintHLecho "int on_exit(void (* function)(int, void *), void * arg)"echoh None inorea on on:echoh HintHLecho "Integer defining whether detection is to be turned on (1) or off (0)."echoh None inorea opendir opendir:echoh HintHLecho "DIR *opendir(const char * name)"echoh None inorea openlog openlog:echoh HintHLecho "void openlog(const char * ident, int option, int facility)"echoh None inorea open_memstream open_memstream:echoh HintHLecho "FILE * open_memstream(char ** ptr, size_t * sizeloc)"echoh None inorea openpty openpty:echoh HintHLecho "int openpty(int * amaster, int * aslave, char * name, struct termios * termp, struct winsize * winp)"echoh None inorea other other:echoh HintHLecho "For the other (non-root) members of the group the values"echoh None inorea output output:echoh HintHLecho "actually output (which is also the number of flags actually"echoh None inorea page page:echoh HintHLecho "web page (generous volunteers do that). So please don't send mail"echoh None inorea passwd2des passwd2des:echoh HintHLecho "void passwd2des (char *passwd, char * key)"echoh None inorea pathconf pathconf:echoh HintHLecho "long pathconf(char * path, int name)"echoh None inorea pattern pattern:echoh HintHLecho "# Create a string representing an optimized pattern (a la Friedl)"echoh None inorea pcap_breakloop pcap_breakloop:echoh HintHLecho "void pcap_breakloop(pcap_t *)"echoh None inorea pcap_close pcap_close:echoh HintHLecho "void pcap_close(pcap_t *p)"echoh None inorea pcap_compile pcap_compile:echoh HintHLecho "int pcap_compile(pcap_t *p, struct bpf_program *fp,"echoh None inorea pcap_datalink_name_to_val pcap_datalink_name_to_val:echoh HintHLecho "int pcap_datalink_name_to_val(const char *name)"echoh None inorea pcap_datalink pcap_datalink:echoh HintHLecho "int pcap_datalink(pcap_t *p)"echoh None inorea pcap_datalink_val_to_description pcap_datalink_val_to_description:echoh HintHLecho "const char *pcap_datalink_val_to_description(int dlt)"echoh None inorea pcap_datalink_val_to_name pcap_datalink_val_to_name:echoh HintHLecho "const char *pcap_datalink_val_to_name(int dlt)"echoh None inorea pcap_dispatch pcap_dispatch:echoh HintHLecho "int pcap_dispatch(pcap_t *p, int cnt,"echoh None inorea pcap_dump_close pcap_dump_close:echoh HintHLecho "void pcap_dump_close(pcap_dumper_t *p)"echoh None inorea pcap_dump_file pcap_dump_file:echoh HintHLecho "FILE *pcap_dump_file(pcap_dumper_t *p)"echoh None inorea pcap_dump_flush pcap_dump_flush:echoh HintHLecho "int pcap_dump_flush(pcap_dumper_t *p)"echoh None inorea pcap_dump_fopen pcap_dump_fopen:echoh HintHLecho "pcap_dumper_t *pcap_dump_fopen(pcap_t *p, FILE *fp)"echoh None inorea pcap_dump_ftell pcap_dump_ftell:echoh HintHLecho "long pcap_dump_ftell(pcap_dumper_t *p)"echoh None inorea pcap_dump_open pcap_dump_open:echoh HintHLecho "pcap_dumper_t *pcap_dump_open(pcap_t *p, const char *fname)"echoh None inorea pcap_dump pcap_dump:echoh HintHLecho "void pcap_dump(u_char *user, struct pcap_pkthdr *h,"echoh None inorea pcap_fileno pcap_fileno:echoh HintHLecho "int pcap_fileno(pcap_t *p)"echoh None inorea pcap_file pcap_file:echoh HintHLecho "FILE *pcap_file(pcap_t *p)"echoh None inorea pcap_findalldevs pcap_findalldevs:echoh HintHLecho "int pcap_findalldevs(pcap_if_t **alldevsp, char *errbuf)"echoh None inorea pcap_fopen_offline pcap_fopen_offline:echoh HintHLecho "pcap_t *pcap_fopen_offline(FILE *fp, char *errbuf)"echoh None inorea pcap_freealldevs pcap_freealldevs:echoh HintHLecho "void pcap_freealldevs(pcap_if_t *alldevs)"echoh None inorea pcap_freecode pcap_freecode:echoh HintHLecho "void pcap_freecode(struct bpf_program *)"echoh None inorea pcap_geterr pcap_geterr:echoh HintHLecho "char *pcap_geterr(pcap_t *p)"echoh None inorea pcap_getnonblock pcap_getnonblock:echoh HintHLecho "int pcap_getnonblock(pcap_t *p, char *errbuf)"echoh None inorea pcap_get_selectable_fd pcap_get_selectable_fd:echoh HintHLecho "int pcap_get_selectable_fd(pcap_t *p)"echoh None inorea pcap_inject pcap_inject:echoh HintHLecho "int pcap_inject(pcap_t *p, const void *buf, size_t size)"echoh None inorea pcap_is_swapped pcap_is_swapped:echoh HintHLecho "int pcap_is_swapped(pcap_t *p)"echoh None inorea pcap_lib_version pcap_lib_version:echoh HintHLecho "const char *pcap_lib_version(void)"echoh None inorea pcap_list_datalinks pcap_list_datalinks:echoh HintHLecho "int pcap_list_datalinks(pcap_t *p, int **dlt_buf)"echoh None inorea pcap_lookupdev pcap_lookupdev:echoh HintHLecho "char *pcap_lookupdev(char *errbuf)"echoh None inorea pcap_lookupnet pcap_lookupnet:echoh HintHLecho "int pcap_lookupnet(const char *device, bpf_u_int32 *netp,"echoh None inorea pcap_loop pcap_loop:echoh HintHLecho "int pcap_loop(pcap_t *p, int cnt,"echoh None inorea pcap_major_version pcap_major_version:echoh HintHLecho "int pcap_major_version(pcap_t *p)"echoh None inorea pcap_minor_version pcap_minor_version:echoh HintHLecho "int pcap_minor_version(pcap_t *p)"echoh None inorea pcap_next_ex pcap_next_ex:echoh HintHLecho "int pcap_next_ex(pcap_t *p, struct pcap_pkthdr **pkt_header,"echoh None inorea pcap_next pcap_next:echoh HintHLecho "const u_char *pcap_next(pcap_t *p, struct pcap_pkthdr *h)"echoh None inorea pcap_open_dead pcap_open_dead:echoh HintHLecho "pcap_t *pcap_open_dead(int linktype, int snaplen)"echoh None inorea pcap_open_live pcap_open_live:echoh HintHLecho "pcap_t *pcap_open_live(const char *device, int snaplen,"echoh None inorea pcap_open_offline pcap_open_offline:echoh HintHLecho "pcap_t *pcap_open_offline(const char *fname, char *errbuf)"echoh None inorea pcap_perror pcap_perror:echoh HintHLecho "void pcap_perror(pcap_t *p, char *prefix)"echoh None inorea pcap_sendpacket pcap_sendpacket:echoh HintHLecho "int pcap_sendpacket(pcap_t *p, const u_char *buf, int size)"echoh None inorea pcap_set_datalink pcap_set_datalink:echoh HintHLecho "int pcap_set_datalink(pcap_t *p, int dlt)"echoh None inorea pcap_setdirection pcap_setdirection:echoh HintHLecho "int pcap_setdirection(pcap_t *p, pcap_direction_t d)"echoh None inorea pcap_setfilter pcap_setfilter:echoh HintHLecho "int pcap_setfilter(pcap_t *p, struct bpf_program *fp)"echoh None inorea pcap_setnonblock pcap_setnonblock:echoh HintHLecho "int pcap_setnonblock(pcap_t *p, int nonblock, char *errbuf)"echoh None inorea pcap_snapshot pcap_snapshot:echoh HintHLecho "int pcap_snapshot(pcap_t *p)"echoh None inorea pcap_stats pcap_stats:echoh HintHLecho "int pcap_stats(pcap_t *p, struct pcap_stat *ps)"echoh None inorea pcap_strerror pcap_strerror:echoh HintHLecho "char *pcap_strerror(int error)"echoh None inorea pclose pclose:echoh HintHLecho "int pclose(FILE * stream)"echoh None inorea perror perror:echoh HintHLecho "void perror(const char *s)"echoh None inorea pm_tmpfile pm_tmpfile:echoh HintHLecho "pm_tmpfile(void)"echoh None inorea podchecker podchecker:echoh HintHLecho "Subsection podchecker()"echoh None inorea points points:echoh HintHLecho "An array of ASCII code points (0..7F)."echoh None inorea points points:echoh HintHLecho "Type of data to which buf points (see below)."echoh None inorea policy policy:echoh HintHLecho "PvmPollType 19 Message wait policy (shared memory)"echoh None inorea popen popen:echoh HintHLecho "FILE *popen(const char * command, const char * type)"echoh None inorea poptAddAlias poptAddAlias:echoh HintHLecho "int poptAddAlias(poptContext con, struct poptAlias alias, "echoh None inorea poptBadOption poptBadOption:echoh HintHLecho "const char * poptBadOption(poptContext con, int flags)"echoh None inorea poptDupArgv poptDupArgv:echoh HintHLecho "int poptDupArgv(int argc, const char ** argv, int * argcPtr ,"echoh None inorea poptFreeContext poptFreeContext:echoh HintHLecho "void poptFreeContext(poptContext con)"echoh None inorea poptGetArg poptGetArg:echoh HintHLecho "const char * poptGetArg(poptContext con)"echoh None inorea poptGetArgs poptGetArgs:echoh HintHLecho "const char ** poptGetArgs(poptContext con)"echoh None inorea poptGetContext poptGetContext:echoh HintHLecho "poptContext poptGetContext(const char * name, int argc ,"echoh None inorea poptGetNextOpt poptGetNextOpt:echoh HintHLecho "int poptGetNextOpt(poptContext con)"echoh None inorea poptGetOptArg poptGetOptArg:echoh HintHLecho "const char * poptGetOptArg(poptContext con)"echoh None inorea poptParseArgvString poptParseArgvString:echoh HintHLecho "int poptParseArgvString(char * s, int * argcPtr, "echoh None inorea poptPeekArg poptPeekArg:echoh HintHLecho "const char * poptPeekArg(poptContext con)"echoh None inorea poptReadConfigFile poptReadConfigFile:echoh HintHLecho "int poptReadConfigFile(poptContext con, char * fn)"echoh None inorea poptReadDefaultConfig poptReadDefaultConfig:echoh HintHLecho "int poptReadDefaultConfig(poptContext con, int flags)"echoh None inorea poptResetContext poptResetContext:echoh HintHLecho "void poptResetContext(poptContext con)"echoh None inorea poptStrerror poptStrerror:echoh HintHLecho "const char *const poptStrerror(const int error)"echoh None inorea poptStuffArgs poptStuffArgs:echoh HintHLecho "int poptStuffArgs(poptContext con, const char ** argv)"echoh None inorea pos_form_cursor pos_form_cursor:echoh HintHLecho "int pos_form_cursor(FORM *form)"echoh None inorea posix_memalign posix_memalign:echoh HintHLecho "int posix_memalign(void ** memptr, size_t alignment, size_t size)"echoh None inorea posix_openpt posix_openpt:echoh HintHLecho "char *posix_openpt(int flags)"echoh None inorea pos_menu_cursor pos_menu_cursor:echoh HintHLecho "int pos_menu_cursor(const MENU *menu)"echoh None inorea post_form post_form:echoh HintHLecho "int post_form(FORM *form)"echoh None inorea post_menu post_menu:echoh HintHLecho "int post_menu(MENU *menu)"echoh None inorea pow10f pow10f:echoh HintHLecho "float pow10f(float x)"echoh None inorea pow10l pow10l:echoh HintHLecho "long double pow10l(long double x)"echoh None inorea pow10 pow10:echoh HintHLecho "double pow10(double x)"echoh None inorea powf powf:echoh HintHLecho "float powf(float x, float y)"echoh None inorea powl powl:echoh HintHLecho "long double powl(long double x, long double y)"echoh None inorea pow pow:echoh HintHLecho "double pow(double x, double y)"echoh None inorea pr29_4 pr29_4:echoh HintHLecho "int pr29_4(const uint32_t * in, size_t len)"echoh None inorea pr29_4z pr29_4z:echoh HintHLecho "int pr29_4z(const uint32_t * in)"echoh None inorea pr29_8z pr29_8z:echoh HintHLecho "int pr29_8z(const char * in)"echoh None inorea pr29_strerror pr29_strerror:echoh HintHLecho "const char * pr29_strerror(Pr29_rc rc)"echoh None inorea printf printf:echoh HintHLecho "int printf(const char * format, ...)"echoh None inorea process process:echoh HintHLecho "Integer task identifier of sending process (to match)."echoh None inorea profiling profiling:echoh HintHLecho "PvmTraceCount 3 Only do PVM routine profiling (call counts)"echoh None inorea profil profil:echoh HintHLecho "int profil(u_short * buf, size_t bufsiz, size_t offset, u_int scale)"echoh None inorea prop_clear prop_clear:echoh HintHLecho "void prop_clear(struct propctx *ctx, int requests)"echoh None inorea prop_dispose prop_dispose:echoh HintHLecho "void prop_dispose(struct propctx **ctx)"echoh None inorea prop_dup prop_dup:echoh HintHLecho "int prop_dup(struct propctx *src_ctx, "echoh None inorea prop_erase prop_erase:echoh HintHLecho "void prop_erase(struct propctx *ctx, const char *name)"echoh None inorea prop_format prop_format:echoh HintHLecho "int prop_format(struct propctx *ctx, const char *sep, int seplen, "echoh None inorea prop_getnames prop_getnames:echoh HintHLecho "int prop_getnames(struct propctx *ctx, const char **names ,"echoh None inorea prop_get prop_get:echoh HintHLecho "const struct propval *prop_get(struct propctx *ctx)"echoh None inorea prop_new prop_new:echoh HintHLecho "struct propctx *prop_new(unsigned estimate) "echoh None inorea prop_request prop_request:echoh HintHLecho "int prop_request(struct propctx *ctx, "echoh None inorea prop_set prop_set:echoh HintHLecho "int prop_set(struct propctx *ctx, const char *name ,"echoh None inorea prop_setvals prop_setvals:echoh HintHLecho "int prop_setvals(struct propctx *ctx, const char *name ,"echoh None inorea psignal psignal:echoh HintHLecho "void psignal(int sig, const char * s)"echoh None inorea ptsname ptsname:echoh HintHLecho "char *ptsname(int fd)"echoh None inorea ptsname_r ptsname_r:echoh HintHLecho "char *ptsname_r(int fd, char * buf, size_t buflen)"echoh None inorea punycode_decode punycode_decode:echoh HintHLecho "int punycode_decode(size_t input_length, const char [] input, size_t * output_length, punycode_uint [] output, unsigned char [] case_flags)"echoh None inorea punycode_encode punycode_encode:echoh HintHLecho "int punycode_encode(size_t input_length, const punycode_uint [] input, const unsigned char [] case_flags, size_t * output_length, char [] output)"echoh None inorea punycode_strerror punycode_strerror:echoh HintHLecho "const char * punycode_strerror(Punycode_status rc)"echoh None inorea putchar putchar:echoh HintHLecho "int putchar(int c)"echoh None inorea putchar_unlocked putchar_unlocked:echoh HintHLecho "int putchar_unlocked(int c)"echoh None inorea putc putc:echoh HintHLecho "int putc(int c, FILE * stream)"echoh None inorea putc_unlocked putc_unlocked:echoh HintHLecho "int putc_unlocked(int c, FILE * stream)"echoh None inorea putenv putenv:echoh HintHLecho "int putenv(char * string)"echoh None inorea putgrent putgrent:echoh HintHLecho "int putgrent(const struct group * grp, FILE * fp)"echoh None inorea putpwent putpwent:echoh HintHLecho "int putpwent(const struct passwd * p, FILE * stream)"echoh None inorea puts puts:echoh HintHLecho "int puts(const char * s)"echoh None inorea pututline pututline:echoh HintHLecho "struct utmp *pututline(struct utmp * ut)"echoh None inorea putwchar putwchar:echoh HintHLecho "wint_t putwchar(wchar_t wc)"echoh None inorea putwchar_unlocked putwchar_unlocked:echoh HintHLecho "wint_t putwchar_unlocked(wchar_t wc)"echoh None inorea putwc putwc:echoh HintHLecho "wint_t putwc(wchar_t wc, FILE * stream)"echoh None inorea putwc_unlocked putwc_unlocked:echoh HintHLecho "wint_t putwc_unlocked(wchar_t wc, FILE * stream)"echoh None inorea putw putw:echoh HintHLecho "int putw(int w, FILE * stream)"echoh None inorea pvmfaddhost pvmfaddhost:echoh HintHLecho "Fortran call pvmfaddhost( host, info)"echoh None inorea pvmfadvise pvmfadvise:echoh HintHLecho "Fortran call pvmfadvise( route, info)"echoh None inorea pvmfarchcode pvmfarchcode:echoh HintHLecho "Fortran call pvmfarchcode( arch, cod)"echoh None inorea pvmfbarrier pvmfbarrier:echoh HintHLecho "Fortran call pvmfbarrier( group, count, info)"echoh None inorea pvmfbcast pvmfbcast:echoh HintHLecho "Fortran call pvmfbcast( group, msgtag, info)"echoh None inorea pvmfbufinfo pvmfbufinfo:echoh HintHLecho "Fortran call pvmfbufinfo( bufid, bytes, msgtag, tid, info)"echoh None inorea pvmfcatchout pvmfcatchout:echoh HintHLecho "Fortran call pvmfcatchout( onoff, info)"echoh None inorea pvmfconfig pvmfconfig:echoh HintHLecho "Fortran call pvmfconfig( nhost, narch, dtid, name, arch, speed, info)"echoh None inorea pvmfdelhost pvmfdelhost:echoh HintHLecho "Fortran call pvmfdelhost( host, info)"echoh None inorea pvmfdelinfo pvmfdelinfo:echoh HintHLecho " call pvmfdelinfo( name, index, flags, info)"echoh None inorea pvmfexit pvmfexit:echoh HintHLecho "Fortran call pvmfexit( info)"echoh None inorea pvmffreebuf pvmffreebuf:echoh HintHLecho "Fortran call pvmffreebuf( bufid, info)"echoh None inorea pvmffreecontext pvmffreecontext:echoh HintHLecho " call pvmffreecontext( ctx, info)"echoh None inorea pvmffreezegroup pvmffreezegroup:echoh HintHLecho "Fortran call pvmffreezegroup( group, size, info)"echoh None inorea pvmfgather pvmfgather:echoh HintHLecho "Fortran call pvmfgather(result, data, count, datatype, "echoh None inorea pvmfgetcontext pvmfgetcontext:echoh HintHLecho " call pvmfgetcontext( ctx)"echoh None inorea pvmfgetinst pvmfgetinst:echoh HintHLecho "Fortran call pvmfgetinst( group, tid, inum)"echoh None inorea pvmfgetmboxinfo pvmfgetmboxinfo:echoh HintHLecho " call pvmfgetmboxinfo( pattern, name, nclasses, nentries, "echoh None inorea pvmfgetopt pvmfgetopt:echoh HintHLecho "Fortran call pvmfgetopt( what, val)"echoh None inorea pvmfgetrbuf pvmfgetrbuf:echoh HintHLecho "Fortran call pvmfgetrbuf( bufid)"echoh None inorea pvmfgetsbuf pvmfgetsbuf:echoh HintHLecho "Fortran call pvmfgetsbuf( bufid)"echoh None inorea pvmfgettid pvmfgettid:echoh HintHLecho "Fortran call pvmfgettid( group, inum, tid)"echoh None inorea pvmfgsize pvmfgsize:echoh HintHLecho "Fortran call pvmfgsize( group, size)"echoh None inorea pvmfhalt pvmfhalt:echoh HintHLecho "Fortran call pvmfhalt( info)"echoh None inorea pvmfhostsync pvmfhostsync:echoh HintHLecho "Fortran call pvmfhostsync( host, clksec, clkusec, deltasec, deltausec, info)"echoh None inorea pvmfinitsend pvmfinitsend:echoh HintHLecho "Fortran call pvmfinitsend( encoding, bufid)"echoh None inorea pvmfjoingroup pvmfjoingroup:echoh HintHLecho "Fortran call pvmfjoingroup( group, inum)"echoh None inorea pvmfkill pvmfkill:echoh HintHLecho "Fortran call pvmfkill( tid, info)"echoh None inorea pvmflvgroup pvmflvgroup:echoh HintHLecho "Fortran call pvmflvgroup( group, info)"echoh None inorea pvmfmcast pvmfmcast:echoh HintHLecho "Fortran call pvmfmcast( ntask, tids, msgtag, info)"echoh None inorea pvmfmkbuf pvmfmkbuf:echoh HintHLecho "Fortran call pvmfmkbuf( encoding, bufid)"echoh None inorea pvmfmstat pvmfmstat:echoh HintHLecho "Fortran call pvmfmstat( host, mstat)"echoh None inorea pvmfmytid pvmfmytid:echoh HintHLecho "Fortran call pvmfmytid( tid)"echoh None inorea pvmfnewcontext pvmfnewcontext:echoh HintHLecho " call pvmfnewcontext( ctx)"echoh None inorea pvmfnotify pvmfnotify:echoh HintHLecho "Fortran call pvmfnotify( what, msgtag, cnt, tids, info)"echoh None inorea pvmfnrecv pvmfnrecv:echoh HintHLecho "Fortran call pvmfnrecv( tid, msgtag, bufid)"echoh None inorea pvmfpack pvmfpack:echoh HintHLecho " call pvmfpack( what, xp, nitem, stride, info)"echoh None inorea pvmfparent pvmfparent:echoh HintHLecho "Fortran call pvmfparent( tid)"echoh None inorea pvmfperror pvmfperror:echoh HintHLecho "Fortran call pvmfperror( msg, info)"echoh None inorea pvmfpkmesgbody pvmfpkmesgbody:echoh HintHLecho " call pvmfpkmesgbody( bufid, info)"echoh None inorea pvmfpkmesg pvmfpkmesg:echoh HintHLecho "Fortran call pvmfpkmesg( bufid, info)"echoh None inorea pvmfprecv pvmfprecv:echoh HintHLecho "Fortran call pvmfprecv( tid, msgtag, buf, len, datatype,"echoh None inorea pvmfprobe pvmfprobe:echoh HintHLecho "Fortran call pvmfprobe( tid, msgtag, bufid)"echoh None inorea pvmfpsend pvmfpsend:echoh HintHLecho "Fortran call pvmfpsend( tid, msgtag, buf, len, datatype,"echoh None inorea pvmfpstat pvmfpstat:echoh HintHLecho "Fortran call pvmfpstat( tid, status)"echoh None inorea pvmfputinfo pvmfputinfo:echoh HintHLecho " call pvmfputinfo( name, bufid, flags, index)"echoh None inorea pvmfrecvinfo pvmfrecvinfo:echoh HintHLecho " call pvmfrecvinfo( name, index, flags, bufid)"echoh None inorea pvmfrecv pvmfrecv:echoh HintHLecho "Fortran call pvmfrecv( tid, msgtag, bufid)"echoh None inorea pvmfreduce pvmfreduce:echoh HintHLecho "Fortran call pvmfreduce(func, data, count, datatype, "echoh None inorea pvmfscatter pvmfscatter:echoh HintHLecho "Fortran call pvmfscatter(result, data, count, datatype, "echoh None inorea pvmfsend pvmfsend:echoh HintHLecho "Fortran call pvmfsend( tid, msgtag, info)"echoh None inorea pvmfsendsig pvmfsendsig:echoh HintHLecho "Fortran call pvmfsendsig( tid, signum, info)"echoh None inorea pvmfserror pvmfserror:echoh HintHLecho "Fortran call pvmfserror( set, oldset)"echoh None inorea pvmfsetcontext pvmfsetcontext:echoh HintHLecho " call pvmfsetcontext( new_ctx, old_ctx)"echoh None inorea pvmfsetopt pvmfsetopt:echoh HintHLecho "Fortran call pvmfsetopt( what, val, oldval)"echoh None inorea pvmfsetrbuf pvmfsetrbuf:echoh HintHLecho "Fortran call pvmfsetrbuf( bufid, oldbuf)"echoh None inorea pvmfsetsbuf pvmfsetsbuf:echoh HintHLecho "Fortran call pvmfsetsbuf( bufid, oldbuf)"echoh None inorea pvmfsiblings pvmfsiblings:echoh HintHLecho "Fortran call pvmfsiblings( ntids, index, sibling)"echoh None inorea pvmfspawn pvmfspawn:echoh HintHLecho "Fortran call pvmfspawn( task, flag, where, ntask, tids, numt)"echoh None inorea pvmfstartpvmd pvmfstartpvmd:echoh HintHLecho "Fortran call pvmfstartpvmd( args, block, info)"echoh None inorea pvmftasks pvmftasks:echoh HintHLecho "Fortran call pvmftasks( where, ntask, tid, ptid, dtid, flag, aout, info)"echoh None inorea pvmftidtoh pvmftidtoh:echoh HintHLecho "Fortran call pvmftidtoh( tid, dtid)"echoh None inorea pvmftrecv pvmftrecv:echoh HintHLecho "Fortran call pvmftrecv( tid, msgtag, sec, usec, bufid)"echoh None inorea pvmfunpack pvmfunpack:echoh HintHLecho " call pvmfunpack( what, xp, nitem, stride, info)"echoh None inorea pvmfupkmesg pvmfupkmesg:echoh HintHLecho " call pvmfupkmesg( bufid, newbufid)"echoh None inorea qecvt qecvt:echoh HintHLecho "char *qecvt(long double number, int ndigits, int * decpt ,"echoh None inorea qecvt_r qecvt_r:echoh HintHLecho "int qecvt_r(long double number, int ndigits, int * decpt ,"echoh None inorea qfcvt qfcvt:echoh HintHLecho "char *qfcvt(long double number, int ndigits, int * decpt ,"echoh None inorea qfcvt_r qfcvt_r:echoh HintHLecho "int qfcvt_r(long double number, int ndigits, int * decpt ,"echoh None inorea qgcvt qgcvt:echoh HintHLecho "char *qgcvt(long double number, int ndigit, char * buf)"echoh None inorea qsort qsort:echoh HintHLecho "void qsort(void * base, size_t nmemb, size_t size ,"echoh None inorea query query:echoh HintHLecho "forms whose initial values are taken from the current query (thereby"echoh None inorea query_user_context query_user_context:echoh HintHLecho "int query_user_context(security_context_t * list, security_context_t * newcon)"echoh None inorea raise raise:echoh HintHLecho "int raise(int sig)"echoh None inorea random random:echoh HintHLecho "long int random(void)"echoh None inorea rand rand:echoh HintHLecho "int rand(void)"echoh None inorea rand_r rand_r:echoh HintHLecho "int rand_r(unsigned int * seedp)"echoh None inorea readdir readdir:echoh HintHLecho "struct dirent *readdir(DIR * dir)"echoh None inorea realloc realloc:echoh HintHLecho "void * realloc (void *ptr, size_t size)"echoh None inorea realloc realloc:echoh HintHLecho "void *realloc(void *ptr, size_t size)"echoh None inorea realpath realpath:echoh HintHLecho "char *realpath(const char * path, char * resolved_path) "echoh None inorea re_comp re_comp:echoh HintHLecho "char *re_comp(char * regex)"echoh None inorea re_exec re_exec:echoh HintHLecho "int re_exec(char * string)"echoh None inorea remainderf remainderf:echoh HintHLecho "float remainderf(float x, float y)"echoh None inorea remainderl remainderl:echoh HintHLecho "long double remainderl(long double x, long double y)"echoh None inorea remainder remainder:echoh HintHLecho "double remainder(double x, double y)"echoh None inorea remove remove:echoh HintHLecho "int remove(const char * pathname)"echoh None inorea remque remque:echoh HintHLecho "void remque(void * elem)"echoh None inorea remquof remquof:echoh HintHLecho "float remquof(float x, float y, int * quo)"echoh None inorea remquol remquol:echoh HintHLecho "long double remquol(long double x, long double y, int * quo)"echoh None inorea remquo remquo:echoh HintHLecho "double remquo(double x, double y, int * quo)"echoh None inorea request_init request_init:echoh HintHLecho "struct request_info *request_init(request, key, value, ..., 0)"echoh None inorea request_set request_set:echoh HintHLecho "struct request_info *request_set(request, key, value, ..., 0)"echoh None inorea res_init res_init:echoh HintHLecho "int res_init(void)"echoh None inorea res_mkquery res_mkquery:echoh HintHLecho "int res_mkquery(int op, const char * dname, int class ,"echoh None inorea res_querydomain res_querydomain:echoh HintHLecho "int res_querydomain(const char * name, const char * domain ,"echoh None inorea res_query res_query:echoh HintHLecho "int res_query(const char * dname, int class, int type ,"echoh None inorea res_search res_search:echoh HintHLecho "int res_search(const char * dname, int class, int type ,"echoh None inorea res_send res_send:echoh HintHLecho "int res_send(const char * msg, int msglen, char * answer, "echoh None inorea rewinddir rewinddir:echoh HintHLecho "void rewinddir(DIR * dir)"echoh None inorea rewind rewind:echoh HintHLecho "void rewind(FILE * stream)"echoh None inorea rindex rindex:echoh HintHLecho "char *rindex(const char * s, int c)"echoh None inorea rintf rintf:echoh HintHLecho "float rintf(float x)"echoh None inorea rintl rintl:echoh HintHLecho "long double rintl(long double x)"echoh None inorea rint rint:echoh HintHLecho "double rint(double x)"echoh None inorea roundf roundf:echoh HintHLecho "float roundf(float x)"echoh None inorea roundl roundl:echoh HintHLecho "long double roundl(long double x)"echoh None inorea round round:echoh HintHLecho "double round(double x)"echoh None inorea rpm_execcon rpm_execcon:echoh HintHLecho "int rpm_execcon(unsigned int verified, const char * filename, char *const argv [], char *const envp [])"echoh None inorea RTA_DATA RTA_DATA:echoh HintHLecho "void *RTA_DATA(struct rtattr *rta) "echoh None inorea RTA_LENGTH RTA_LENGTH:echoh HintHLecho "unsigned int RTA_LENGTH(unsigned int length) "echoh None inorea RTA_NEXT RTA_NEXT:echoh HintHLecho "struct rtattr *RTA_NEXT(struct rtattr *rta, unsigned int rtabuflen) "echoh None inorea RTA_OK RTA_OK:echoh HintHLecho "int RTA_OK(struct rtattr *rta, int rtabuflen) "echoh None inorea RTA_PAYLOAD RTA_PAYLOAD:echoh HintHLecho "unsigned int RTA_PAYLOAD(struct rtattr *rta) "echoh None inorea RTA_SPACE RTA_SPACE:echoh HintHLecho "unsigned int RTA_SPACE(unsigned int length) "echoh None inorea rtime rtime:echoh HintHLecho "int rtime(struct sockaddr_in * addrp ,"echoh None inorea sasl_authorize_t sasl_authorize_t:echoh HintHLecho "int sasl_authorize_t(void *context, "echoh None inorea sasl_auxprop_getctx sasl_auxprop_getctx:echoh HintHLecho "int sasl_auxprop_getctx(sasl_conn_t *conn)"echoh None inorea sasl_auxprop_request sasl_auxprop_request:echoh HintHLecho "int sasl_auxprop_request(sasl_conn_t *conn, "echoh None inorea sasl_canon_user_t sasl_canon_user_t:echoh HintHLecho "int sasl_canon_user_t(sasl_conn_t *conn ,"echoh None inorea sasl_chalprompt_t sasl_chalprompt_t:echoh HintHLecho "int sasl_chalprompt_t(void *context, int id, "echoh None inorea sasl_checkapop sasl_checkapop:echoh HintHLecho "int sasl_checkapop(sasl_conn_t * conn, "echoh None inorea sasl_checkpass sasl_checkpass:echoh HintHLecho "int sasl_checkpass(sasl_conn_t * conn, "echoh None inorea sasl_client_init sasl_client_init:echoh HintHLecho "int sasl_client_init(const sasl_callback_t *callbacks)"echoh None inorea sasl_client_new sasl_client_new:echoh HintHLecho "int sasl_client_new(const char *service, "echoh None inorea sasl_client_start sasl_client_start:echoh HintHLecho "int sasl_client_start(sasl_conn_t * conn, "echoh None inorea sasl_client_step sasl_client_step:echoh HintHLecho "int sasl_client_step(sasl_conn_t *conn, "echoh None inorea sasl_decode sasl_decode:echoh HintHLecho "int sasl_decode(sasl_conn_t *conn, "echoh None inorea sasl_dispose sasl_dispose:echoh HintHLecho "void sasl_dispose( sasl_conn_t **pconn)"echoh None inorea sasl_done sasl_done:echoh HintHLecho "void sasl_done( void)"echoh None inorea sasl_encode sasl_encode:echoh HintHLecho "int sasl_encode(sasl_conn_t *conn, "echoh None inorea sasl_encodev sasl_encodev:echoh HintHLecho "int sasl_encodev(sasl_conn_t *conn, "echoh None inorea sasl_errdetail sasl_errdetail:echoh HintHLecho "const char *sasl_errdetail( sasl_conn_t *conn)"echoh None inorea sasl_errstring sasl_errstring:echoh HintHLecho "const char * sasl_errstring(int saslerr, "echoh None inorea sasl_getopt_t sasl_getopt_t:echoh HintHLecho "int sasl_getopt_t(void *context, "echoh None inorea sasl_getpath_t sasl_getpath_t:echoh HintHLecho "int sasl_getpath_t(void *context, "echoh None inorea sasl_getprop sasl_getprop:echoh HintHLecho "int sasl_getprop(sasl_conn_t *conn, "echoh None inorea sasl_getrealm_t sasl_getrealm_t:echoh HintHLecho "int sasl_getrealm_t(void *context, int id, "echoh None inorea sasl_getsecret_t sasl_getsecret_t:echoh HintHLecho "int sasl_getsecret_t(sasl_conn_t *conn, "echoh None inorea sasl_getsimple_t sasl_getsimple_t:echoh HintHLecho "int sasl_getsimple_t(void *context, "echoh None inorea sasl_global_listmech sasl_global_listmech:echoh HintHLecho "const char ** sasl_global_listmech()"echoh None inorea sasl_idle sasl_idle:echoh HintHLecho "int sasl_idle( sasl_conn_t *conn)"echoh None inorea sasl_listmech sasl_listmech:echoh HintHLecho "int sasl_listmech(sasl_conn_t * conn, "echoh None inorea sasl_log_t sasl_log_t:echoh HintHLecho "int sasl_log_t(void *context, "echoh None inorea sasl_server_init sasl_server_init:echoh HintHLecho "int sasl_server_init(const sasl_callback_t *callbacks, "echoh None inorea sasl_server_new sasl_server_new:echoh HintHLecho "int sasl_server_new(const char *service, "echoh None inorea sasl_server_start sasl_server_start:echoh HintHLecho "int sasl_server_start(sasl_conn_t * conn, "echoh None inorea sasl_server_step sasl_server_step:echoh HintHLecho "int sasl_server_step(sasl_conn_t *conn, "echoh None inorea sasl_server_userdb_checkpass_t sasl_server_userdb_checkpass_t:echoh HintHLecho "int sasl_server_userdb_checkpass_t(sasl_conn_t *conn ,"echoh None inorea sasl_server_userdb_setpass_t sasl_server_userdb_setpass_t:echoh HintHLecho "int sasl_server_userdb_setpass_t(sasl_conn_t *conn ,"echoh None inorea sasl_setpass sasl_setpass:echoh HintHLecho "int sasl_setpass(sasl_conn_t * conn, "echoh None inorea sasl_setprop sasl_setprop:echoh HintHLecho "int sasl_setprop(sasl_conn_t *conn, "echoh None inorea sasl_user_exists sasl_user_exists:echoh HintHLecho "int sasl_user_exists( sasl_conn_t *conn ,"echoh None inorea sasl_verifyfile_t sasl_verifyfile_t:echoh HintHLecho "int sasl_verifyfile_t(void *context, "echoh None inorea scalbf scalbf:echoh HintHLecho "float scalbf(float x, double exp)"echoh None inorea scalblnf scalblnf:echoh HintHLecho "float scalblnf(float x, long int exp)"echoh None inorea scalblnl scalblnl:echoh HintHLecho "long double scalblnl(long double x, long int exp)"echoh None inorea scalbln scalbln:echoh HintHLecho "double scalbln(double x, long int exp)"echoh None inorea scalbl scalbl:echoh HintHLecho "long double scalbl(long double x, double exp)"echoh None inorea scalbnf scalbnf:echoh HintHLecho "float scalbnf(float x, int exp)"echoh None inorea scalbnl scalbnl:echoh HintHLecho "long double scalbnl(long double x, int exp)"echoh None inorea scalbn scalbn:echoh HintHLecho "double scalbn(double x, int exp)"echoh None inorea scalb scalb:echoh HintHLecho "double scalb(double x, double exp)"echoh None inorea scale_form scale_form:echoh HintHLecho "int scale_form(const FORM *form, int *rows, int *columns)"echoh None inorea scale_menu scale_menu:echoh HintHLecho "int scale_menu(const MENU *menu, int *rows, int *columns)"echoh None inorea scandir scandir:echoh HintHLecho "int scandir(const char * dir, struct dirent *** namelist ,"echoh None inorea scanf scanf:echoh HintHLecho "int scanf(const char * format, ...)"echoh None inorea security_check_context security_check_context:echoh HintHLecho "int security_check_context(security_context_t con)"echoh None inorea security_commit_booleans security_commit_booleans:echoh HintHLecho "extern int security_commit_booleans(void)"echoh None inorea security_compute_av security_compute_av:echoh HintHLecho "int security_compute_av(security_context_t scon, security_context_t tcon, security_class_t tclass, access_vector_t requested, struct av_decision * avd)"echoh None inorea security_compute_create security_compute_create:echoh HintHLecho "int security_compute_create(security_context_t scon, security_context_t tcon, security_class_t tclass, security_context_t * newcon)"echoh None inorea security_compute_relabel security_compute_relabel:echoh HintHLecho "int security_compute_relabel(security_context_t scon, security_context_t tcon, security_class_t tclass, security_context_t * newcon)"echoh None inorea security_compute_user security_compute_user:echoh HintHLecho "int security_compute_user(security_context_t scon, const char * username, security_context_t ** con)"echoh None inorea security_get_boolean_active security_get_boolean_active:echoh HintHLecho "extern int security_get_boolean_active(const char *name)"echoh None inorea security_get_boolean_names security_get_boolean_names:echoh HintHLecho "extern int security_get_boolean_names(char ***names, int *len)"echoh None inorea security_get_boolean_pending security_get_boolean_pending:echoh HintHLecho "extern int security_get_boolean_pending(const char *name)"echoh None inorea security_getenforce security_getenforce:echoh HintHLecho "int security_getenforce()"echoh None inorea security_load_booleans security_load_booleans:echoh HintHLecho "extern int security_load_booleans(char *path)"echoh None inorea security_load_policy security_load_policy:echoh HintHLecho "int security_load_policy(void * data, size_t len)"echoh None inorea security_policyvers security_policyvers:echoh HintHLecho "int security_policyvers()"echoh None inorea security_set_boolean security_set_boolean:echoh HintHLecho "extern int security_set_boolean(const char *name, int value)"echoh None inorea security_setenforce security_setenforce:echoh HintHLecho "int security_setenforce(int value)"echoh None inorea seed48_r seed48_r:echoh HintHLecho "int seed48_r(unsigned short int seed16v[3], "echoh None inorea seed48 seed48:echoh HintHLecho "unsigned short *seed48(unsigned short seed16v [3])"echoh None inorea seekdir seekdir:echoh HintHLecho "void seekdir(DIR * dir, off_t offset)"echoh None inorea selinux_binary_policy_path selinux_binary_policy_path:echoh HintHLecho "extern const char *selinux_binary_policy_path(void)"echoh None inorea selinux_booleans_path selinux_booleans_path:echoh HintHLecho "extern const char *selinux_booleans_path(void)"echoh None inorea selinux_contexts_path selinux_contexts_path:echoh HintHLecho "extern const char *selinux_contexts_path(void)"echoh None inorea selinux_default_context_path selinux_default_context_path:echoh HintHLecho "extern const char *selinux_default_context_path(void)"echoh None inorea selinux_failsafe_context_path selinux_failsafe_context_path:echoh HintHLecho "extern const char *selinux_failsafe_context_path(void)"echoh None inorea selinux_file_context_path selinux_file_context_path:echoh HintHLecho "extern const char *selinux_file_context_path(void)"echoh None inorea selinux_getenforcemode selinux_getenforcemode:echoh HintHLecho "int selinux_getenforcemode(int *enforce)"echoh None inorea selinux_media_context_path selinux_media_context_path:echoh HintHLecho "extern const char *selinux_media_context_path(void)"echoh None inorea selinux_policy_root selinux_policy_root:echoh HintHLecho "char *selinux_policy_root()"echoh None inorea selinux_policy_root selinux_policy_root:echoh HintHLecho "extern const char *selinux_policy_root(void)"echoh None inorea selinux_removable_context_path selinux_removable_context_path:echoh HintHLecho "extern const char *selinux_removable_context_path(void)"echoh None inorea selinux_user_contexts_path selinux_user_contexts_path:echoh HintHLecho "extern const char *selinux_user_contexts_path(void)"echoh None inorea setaliasent setaliasent:echoh HintHLecho "void setaliasent(void)"echoh None inorea setbuffer setbuffer:echoh HintHLecho "void setbuffer(FILE * stream, char * buf, size_t size)"echoh None inorea setbuf setbuf:echoh HintHLecho "void setbuf(FILE * stream, char * buf)"echoh None inorea setcchar setcchar:echoh HintHLecho "int setcchar("echoh None inorea setcon setcon:echoh HintHLecho "int setcon(security_context_t context)"echoh None inorea set_current_field set_current_field:echoh HintHLecho "int set_current_field(FORM *form, FIELD *field)"echoh None inorea set_current_item set_current_item:echoh HintHLecho "int set_current_item(MENU *menu, const ITEM *item)"echoh None inorea setenv setenv:echoh HintHLecho "int setenv(const char * name, const char * value, int overwrite)"echoh None inorea setexeccon setexeccon:echoh HintHLecho "int setexeccon(security_context_t context)"echoh None inorea set_field_back set_field_back:echoh HintHLecho "int set_field_back(FIELD *field, chtype attr)"echoh None inorea set_field_buffer set_field_buffer:echoh HintHLecho "int set_field_buffer(FIELD *field, int buf, const char *value)"echoh None inorea set_field_fore set_field_fore:echoh HintHLecho "int set_field_fore(FIELD *field, chtype attr)"echoh None inorea set_field_init set_field_init:echoh HintHLecho "int set_field_init(FORM *form, void (*func)(FORM *))"echoh None inorea set_field_just set_field_just:echoh HintHLecho "int set_field_just(FIELD *field, int justification)"echoh None inorea set_field_opts set_field_opts:echoh HintHLecho "int set_field_opts(FIELD *field, OPTIONS opts)"echoh None inorea set_field_pad set_field_pad:echoh HintHLecho "int set_field_pad(FIELD *field, int pad)"echoh None inorea set_field_status set_field_status:echoh HintHLecho "int set_field_status(FIELD *field, bool status)"echoh None inorea set_field_term set_field_term:echoh HintHLecho "int set_field_term(FORM *form, void (*func)(FORM *))"echoh None inorea set_fieldtype_arg set_fieldtype_arg:echoh HintHLecho "int set_fieldtype_arg("echoh None inorea set_fieldtype_choice set_fieldtype_choice:echoh HintHLecho "int set_fieldtype_choice("echoh None inorea set_field_type set_field_type:echoh HintHLecho "int set_field_type(FIELD *field, FIELDTYPE *type, ...)"echoh None inorea set_field_userptr set_field_userptr:echoh HintHLecho "int set_field_userptr(FIELD *field, void*userptr)"echoh None inorea setfilecon setfilecon:echoh HintHLecho "int setfilecon(const char * path, security_context_t con)"echoh None inorea set_form_fields set_form_fields:echoh HintHLecho "int set_form_fields(FORM *form, FIELD **fields)"echoh None inorea set_form_init set_form_init:echoh HintHLecho "int set_form_init(FORM *form, void (*func)(FORM *))"echoh None inorea set_form_opts set_form_opts:echoh HintHLecho "int set_form_opts(FORM *form, OPTIONS opts)"echoh None inorea set_form_page set_form_page:echoh HintHLecho "int set_form_page(FORM *form, int n)"echoh None inorea set_form_sub set_form_sub:echoh HintHLecho "int set_form_sub(FORM *form, WINDOW *sub)"echoh None inorea set_form_term set_form_term:echoh HintHLecho "int set_form_term(FORM *form, void (*func)(FORM *))"echoh None inorea set_form_userptr set_form_userptr:echoh HintHLecho "int set_form_userptr(FORM *form, void *userptr)"echoh None inorea set_form_win set_form_win:echoh HintHLecho "int set_form_win(FORM *form, WINDOW *win)"echoh None inorea __setfpucw __setfpucw:echoh HintHLecho "void __setfpucw((unsigned short) control_word)"echoh None inorea setfscreatecon setfscreatecon:echoh HintHLecho "int setfscreatecon(security_context_t context)"echoh None inorea setfsent setfsent:echoh HintHLecho "int setfsent(void)"echoh None inorea setgrent setgrent:echoh HintHLecho "void setgrent(void)"echoh None inorea sethostent sethostent:echoh HintHLecho "void sethostent(int stayopen)"echoh None inorea set_item_init set_item_init:echoh HintHLecho "int set_item_init(MENU *menu, void (*func)(MENU *))"echoh None inorea set_item_opts set_item_opts:echoh HintHLecho "int set_item_opts(ITEM *item, OPTIONS opts)"echoh None inorea set_item_term set_item_term:echoh HintHLecho "int set_item_term(MENU *menu, void (*func)(MENU *))"echoh None inorea set_item_userptr set_item_userptr:echoh HintHLecho "int set_item_userptr(ITEM *item, void *userptr)"echoh None inorea set_item_value set_item_value:echoh HintHLecho "int set_item_value(ITEM *item, bool value)"echoh None inorea setjmp setjmp:echoh HintHLecho "int setjmp(jmp_buf env)"echoh None inorea setkey_r setkey_r:echoh HintHLecho "void setkey_r (const char * key, struct crypt_data * data)"echoh None inorea setkey setkey:echoh HintHLecho "void setkey(const char * key)"echoh None inorea setlinebuf setlinebuf:echoh HintHLecho "void setlinebuf(FILE * stream)"echoh None inorea setlocale setlocale:echoh HintHLecho "char *setlocale(int category, const char * locale)"echoh None inorea setlogmask setlogmask:echoh HintHLecho "int setlogmask(int mask)"echoh None inorea set_matchpathcon_flags set_matchpathcon_flags:echoh HintHLecho "void set_matchpathcon_flags(unsigned int flags)"echoh None inorea set_matchpathcon_invalidcon set_matchpathcon_invalidcon:echoh HintHLecho "void set_matchpathcon_invalidcon(int (* f)(const char *path, unsigned lineno, char * context))"echoh None inorea set_matchpathcon_printf set_matchpathcon_printf:echoh HintHLecho "void set_matchpathcon_printf(void (* f)(const char * fmt, ...))"echoh None inorea set_max_field set_max_field:echoh HintHLecho "int set_max_field(FIELD *field, int max)"echoh None inorea set_menu_back set_menu_back:echoh HintHLecho "int set_menu_back(MENU *menu, chtype attr)"echoh None inorea set_menu_fore set_menu_fore:echoh HintHLecho "int set_menu_fore(MENU *menu, chtype attr)"echoh None inorea set_menu_format set_menu_format:echoh HintHLecho "int set_menu_format(MENU *menu, int rows, int cols)"echoh None inorea set_menu_grey set_menu_grey:echoh HintHLecho "int set_menu_grey(MENU *menu, chtype attr)"echoh None inorea set_menu_init set_menu_init:echoh HintHLecho "int set_menu_init(MENU *menu, void (*func)(MENU *))"echoh None inorea set_menu_items set_menu_items:echoh HintHLecho "int set_menu_items(MENU *menu, ITEM **items)"echoh None inorea set_menu_mark set_menu_mark:echoh HintHLecho "int set_menu_mark(MENU *menu, const char *mark)"echoh None inorea set_menu_opts set_menu_opts:echoh HintHLecho "int set_menu_opts(MENU *menu, OPTIONS opts)"echoh None inorea set_menu_pad set_menu_pad:echoh HintHLecho "int set_menu_pad(MENU *menu, int pad)"echoh None inorea set_menu_pattern set_menu_pattern:echoh HintHLecho "int set_menu_pattern(MENU *menu, const char *pattern)"echoh None inorea set_menu_spacing set_menu_spacing:echoh HintHLecho "int set_menu_spacing(MENU *menu,"echoh None inorea set_menu_sub set_menu_sub:echoh HintHLecho "int set_menu_sub(MENU *menu, WINDOW *sub)"echoh None inorea set_menu_term set_menu_term:echoh HintHLecho "int set_menu_term(MENU *menu, void (*func)(MENU *))"echoh None inorea set_menu_userptr set_menu_userptr:echoh HintHLecho "int set_menu_userptr(MENU *menu, void *userptr)"echoh None inorea set_menu_win set_menu_win:echoh HintHLecho "int set_menu_win(MENU *menu, WINDOW *win)"echoh None inorea setmntent setmntent:echoh HintHLecho "FILE *setmntent(const char * filename, const char * type)"echoh None inorea setnetent setnetent:echoh HintHLecho "void setnetent(int stayopen)"echoh None inorea setnetgrent setnetgrent:echoh HintHLecho "int setnetgrent(const char * netgroup)"echoh None inorea set_new_page set_new_page:echoh HintHLecho "int set_new_page(FIELD *field, bool new_page_flag)"echoh None inorea setprotoent setprotoent:echoh HintHLecho "void setprotoent(int stayopen)"echoh None inorea setpwent setpwent:echoh HintHLecho "void setpwent(void)"echoh None inorea setrpcent setrpcent:echoh HintHLecho "setrpcent (stayopen)"echoh None inorea setservent setservent:echoh HintHLecho "void setservent(int stayopen)"echoh None inorea setstate setstate:echoh HintHLecho "char *setstate(char * state)"echoh None inorea set_top_row set_top_row:echoh HintHLecho "int set_top_row(MENU *menu, int row)"echoh None inorea setttyent setttyent:echoh HintHLecho "int setttyent(void)"echoh None inorea setusershell setusershell:echoh HintHLecho "void setusershell(void)"echoh None inorea setutent setutent:echoh HintHLecho "void setutent(void)"echoh None inorea setvbuf setvbuf:echoh HintHLecho "int setvbuf(FILE * stream, char * buf, int mode"echoh None inorea shm_open shm_open:echoh HintHLecho "int shm_open(const char * name, int oflag, mode_t mode)"echoh None inorea shm_unlink shm_unlink:echoh HintHLecho "int shm_unlink(const char * name)"echoh None inorea sidget sidget:echoh HintHLecho "int sidget(security_id_t sid)"echoh None inorea sidput sidput:echoh HintHLecho "int sidput(security_id_t sid)"echoh None inorea sigaddset sigaddset:echoh HintHLecho "int sigaddset(sigset_t * set, int signum)"echoh None inorea sigblock sigblock:echoh HintHLecho "int sigblock(int mask)"echoh None inorea sigdelset sigdelset:echoh HintHLecho "int sigdelset(sigset_t * set, int signum)"echoh None inorea sigemptyset sigemptyset:echoh HintHLecho "int sigemptyset(sigset_t * set)"echoh None inorea sigfillset sigfillset:echoh HintHLecho "int sigfillset(sigset_t * set)"echoh None inorea siggetmask siggetmask:echoh HintHLecho "int siggetmask(void)"echoh None inorea sighold sighold:echoh HintHLecho "int sighold(int sig)"echoh None inorea sigignore sigignore:echoh HintHLecho "int sigignore(int sig)"echoh None inorea siginterrupt siginterrupt:echoh HintHLecho "int siginterrupt(int sig, int flag)"echoh None inorea sigismember sigismember:echoh HintHLecho "int sigismember(const sigset_t * set, int signum)"echoh None inorea siglongjmp siglongjmp:echoh HintHLecho "void siglongjmp(sigjmp_buf env, int val)"echoh None inorea sigmask sigmask:echoh HintHLecho "int sigmask(int signum)"echoh None inorea signbit signbit:echoh HintHLecho "int signbit ( X)"echoh None inorea significandf significandf:echoh HintHLecho "float significandf(float x)"echoh None inorea significandl significandl:echoh HintHLecho "long double significandl(long double x)"echoh None inorea significand significand:echoh HintHLecho "double significand(double x)"echoh None inorea sigpause sigpause:echoh HintHLecho "int sigpause(int sigmask) /* BSD */"echoh None inorea sigpause sigpause:echoh HintHLecho "int sigpause(int sig) /* System V / Unix95 */"echoh None inorea sigrelse sigrelse:echoh HintHLecho "int sigrelse(int sig)"echoh None inorea sigsetjmp sigsetjmp:echoh HintHLecho "int sigsetjmp(sigjmp_buf env, int savesigs)"echoh None inorea sigsetmask sigsetmask:echoh HintHLecho "int sigsetmask(int mask)"echoh None inorea sigset sigset:echoh HintHLecho "sighandler_t sigset(int sig, sighandler_t disp)"echoh None inorea sigvec sigvec:echoh HintHLecho "int sigvec(int sig, struct sigvec * vec, struct sigvec * ovec)"echoh None inorea sincosf sincosf:echoh HintHLecho "void sincosf(float x, float * sin, float * cos)"echoh None inorea sincosl sincosl:echoh HintHLecho "void sincosl(long double x, long double * sin, long double * cos)"echoh None inorea sincos sincos:echoh HintHLecho "void sincos(double x, double * sin, double * cos)"echoh None inorea sinf sinf:echoh HintHLecho "float sinf(float x)"echoh None inorea sinhf sinhf:echoh HintHLecho "float sinhf(float x)"echoh None inorea sinhl sinhl:echoh HintHLecho "long double sinhl(long double x)"echoh None inorea sinh sinh:echoh HintHLecho "double sinh(double x)"echoh None inorea sinl sinl:echoh HintHLecho "long double sinl(long double x)"echoh None inorea sin sin:echoh HintHLecho "double sin(double x)"echoh None inorea sleep sleep:echoh HintHLecho "unsigned int sleep(unsigned int seconds)"echoh None inorea snprintf snprintf:echoh HintHLecho "int snprintf(char * str, size_t size, const char * format, ...)"echoh None inorea sprintf sprintf:echoh HintHLecho "int sprintf(char * str, const char * format, ...)"echoh None inorea sqrtf sqrtf:echoh HintHLecho "float sqrtf(float x)"echoh None inorea sqrtl sqrtl:echoh HintHLecho "long double sqrtl(long double x)"echoh None inorea sqrt sqrt:echoh HintHLecho "double sqrt(double x)"echoh None inorea srand48_r srand48_r:echoh HintHLecho "int srand48_r(long int seedval, struct drand48_data * buffer)"echoh None inorea srand48 srand48:echoh HintHLecho "void srand48(long int seedval)"echoh None inorea srandom srandom:echoh HintHLecho "void srandom(unsigned int seed)"echoh None inorea srand srand:echoh HintHLecho "void srand(unsigned int seed)"echoh None inorea sscanf sscanf:echoh HintHLecho "int sscanf(const char * str, const char * format, ...)"echoh None inorea ssignal ssignal:echoh HintHLecho "sighandler_t ssignal(int signum, sighandler_t action)"echoh None inorea store store:echoh HintHLecho "store (key, content)"echoh None inorea stpcpy stpcpy:echoh HintHLecho "char *stpcpy(char * dest, const char * src)"echoh None inorea stpncpy stpncpy:echoh HintHLecho "char *stpncpy(char * dest, const char * src, size_t n)"echoh None inorea strcasecmp strcasecmp:echoh HintHLecho "int strcasecmp(const char * s1, const char * s2)"echoh None inorea strcasestr strcasestr:echoh HintHLecho "char *strcasestr(const char * haystack, const char * needle)"echoh None inorea strcat strcat:echoh HintHLecho "char *strcat(char * dest, const char * src)"echoh None inorea strchr strchr:echoh HintHLecho "char *strchr(const char * s, int c)"echoh None inorea strcmp strcmp:echoh HintHLecho "int strcmp(const char * s1, const char * s2)"echoh None inorea strcoll strcoll:echoh HintHLecho "int strcoll(const char * s1, const char * s2)"echoh None inorea strcpy strcpy:echoh HintHLecho "char *strcpy(char * dest, const char * src)"echoh None inorea strcspn strcspn:echoh HintHLecho "size_t strcspn(const char * s, const char * reject)"echoh None inorea strdupa strdupa:echoh HintHLecho "char *strdupa(const char * s)"echoh None inorea strdup strdup:echoh HintHLecho "char *strdup(const char * s)"echoh None inorea strerror_r strerror_r:echoh HintHLecho "char *strerror_r(int errnum, char * buf, size_t buflen)"echoh None inorea strerror_r strerror_r:echoh HintHLecho " /* GNU-specific strerror_r() */"echoh None inorea strerror_r strerror_r:echoh HintHLecho "int strerror_r(int errnum, char * buf, size_t buflen)"echoh None inorea strerror_r strerror_r:echoh HintHLecho " /* XSI-compliant strerror_r() */"echoh None inorea strerror strerror:echoh HintHLecho "char *strerror(int errnum)"echoh None inorea strfmon strfmon:echoh HintHLecho "ssize_t strfmon(char * s, size_t max, const char * format ,"echoh None inorea strfry strfry:echoh HintHLecho "char *strfry(char * string)"echoh None inorea strftime strftime:echoh HintHLecho "size_t strftime(char * s, size_t max, const char * format ,"echoh None inorea stringprep_4i stringprep_4i:echoh HintHLecho "int stringprep_4i(uint32_t * ucs4, size_t * len, size_t maxucs4len, Stringprep_profile_flags flags, const Stringprep_profile * profile)"echoh None inorea stringprep_4zi stringprep_4zi:echoh HintHLecho "int stringprep_4zi(uint32_t * ucs4, size_t maxucs4len, Stringprep_profile_flags flags, const Stringprep_profile * profile)"echoh None inorea stringprep_check_version stringprep_check_version:echoh HintHLecho "const char * stringprep_check_version(const char * req_version)"echoh None inorea stringprep_convert stringprep_convert:echoh HintHLecho "char * stringprep_convert(const char * str, const char * to_codeset, const char * from_codeset)"echoh None inorea stringprep_locale_charset stringprep_locale_charset:echoh HintHLecho "const char * stringprep_locale_charset( void)"echoh None inorea stringprep_locale_to_utf8 stringprep_locale_to_utf8:echoh HintHLecho "char * stringprep_locale_to_utf8(const char * str)"echoh None inorea stringprep_profile stringprep_profile:echoh HintHLecho "int stringprep_profile(const char * in, char ** out, const char * profile, Stringprep_profile_flags flags)"echoh None inorea stringprep_strerror stringprep_strerror:echoh HintHLecho "const char * stringprep_strerror(Stringprep_rc rc)"echoh None inorea stringprep stringprep:echoh HintHLecho "int stringprep(char * in, size_t maxlen, Stringprep_profile_flags flags, const Stringprep_profile * profile)"echoh None inorea stringprep_ucs4_nfkc_normalize stringprep_ucs4_nfkc_normalize:echoh HintHLecho "uint32_t * stringprep_ucs4_nfkc_normalize(uint32_t * str, ssize_t len)"echoh None inorea stringprep_ucs4_to_utf8 stringprep_ucs4_to_utf8:echoh HintHLecho "char * stringprep_ucs4_to_utf8(const uint32_t * str, ssize_t len, size_t * items_read, size_t * items_written)"echoh None inorea stringprep_unichar_to_utf8 stringprep_unichar_to_utf8:echoh HintHLecho "int stringprep_unichar_to_utf8(uint32_t c, char * outbuf)"echoh None inorea stringprep_utf8_nfkc_normalize stringprep_utf8_nfkc_normalize:echoh HintHLecho "char * stringprep_utf8_nfkc_normalize(const char * str, ssize_t len)"echoh None inorea stringprep_utf8_to_locale stringprep_utf8_to_locale:echoh HintHLecho "char * stringprep_utf8_to_locale(const char * str)"echoh None inorea stringprep_utf8_to_ucs4 stringprep_utf8_to_ucs4:echoh HintHLecho "uint32_t * stringprep_utf8_to_ucs4(const char * str, ssize_t len, size_t * items_written)"echoh None inorea stringprep_utf8_to_unichar stringprep_utf8_to_unichar:echoh HintHLecho "uint32_t stringprep_utf8_to_unichar(const char * p)"echoh None inorea strings strings:echoh HintHLecho "The code points that can occur in Unicode strings (0..D7FF and"echoh None inorea strlen strlen:echoh HintHLecho "size_t strlen(const char * s)"echoh None inorea strncasecmp strncasecmp:echoh HintHLecho "int strncasecmp(const char * s1, const char * s2, size_t n)"echoh None inorea strncat strncat:echoh HintHLecho "char *strncat(char * dest, const char * src, size_t n)"echoh None inorea strncmp strncmp:echoh HintHLecho "int strncmp(const char * s1, const char * s2, size_t n)"echoh None inorea strncpy strncpy:echoh HintHLecho "char *strncpy(char * dest, const char * src, size_t n)"echoh None inorea strndupa strndupa:echoh HintHLecho "char *strndupa(const char * s, size_t n)"echoh None inorea strndup strndup:echoh HintHLecho "char *strndup(const char * s, size_t n)"echoh None inorea strnlen strnlen:echoh HintHLecho "size_t strnlen(const char * s, size_t maxlen)"echoh None inorea strpbrk strpbrk:echoh HintHLecho "char *strpbrk(const char * s, const char * accept)"echoh None inorea strptime strptime:echoh HintHLecho "char *strptime(const char * s, const char * format ,"echoh None inorea strrchr strrchr:echoh HintHLecho "char *strrchr(const char * s, int c)"echoh None inorea strsep strsep:echoh HintHLecho "char *strsep(char ** stringp, const char * delim)"echoh None inorea strsignal strsignal:echoh HintHLecho "char *strsignal(int sig)"echoh None inorea strspn strspn:echoh HintHLecho "size_t strspn(const char * s, const char * accept)"echoh None inorea strstr strstr:echoh HintHLecho "char *strstr(const char * haystack, const char * needle)"echoh None inorea strtod strtod:echoh HintHLecho "double strtod(const char * nptr, char ** endptr)"echoh None inorea strtof strtof:echoh HintHLecho "float strtof(const char * nptr, char ** endptr)"echoh None inorea strtoimax strtoimax:echoh HintHLecho "intmax_t strtoimax (const char * nptr, char ** endptr, int base)"echoh None inorea strtok_r strtok_r:echoh HintHLecho "char *strtok_r(char * str, const char * delim, char ** saveptr)"echoh None inorea strtok strtok:echoh HintHLecho "char *strtok(char * s, const char * delim)"echoh None inorea strtok strtok:echoh HintHLecho "char *strtok(char * str, const char * delim)"echoh None inorea strtold strtold:echoh HintHLecho "long double strtold(const char * nptr, char ** endptr)"echoh None inorea strtoll strtoll:echoh HintHLecho "strtoll(const char * nptr, char ** endptr, int base)"echoh None inorea strtol strtol:echoh HintHLecho "strtol(const char * nptr, char ** endptr, int base)"echoh None inorea strtoull strtoull:echoh HintHLecho "strtoull(const char * nptr, char ** endptr, int base)"echoh None inorea strtoul strtoul:echoh HintHLecho "strtoul(const char * nptr, char ** endptr, int base)"echoh None inorea strtoumax strtoumax:echoh HintHLecho "uintmax_t strtoumax (const char * nptr, char ** endptr, int base) "echoh None inorea strverscmp strverscmp:echoh HintHLecho "int strverscmp(const char * s1, const char * s2)"echoh None inorea strxfrm strxfrm:echoh HintHLecho "size_t strxfrm(char * dest, const char * src, size_t n)"echoh None inorea supplied supplied:echoh HintHLecho "assumed to be a hash. If a hash is supplied (either as a reference or"echoh None inorea swab swab:echoh HintHLecho "void swab(const void * from, void * to, ssize_t n)"echoh None inorea swapcontext swapcontext:echoh HintHLecho "int swapcontext (ucontext_t * oucp, ucontext_t * ucp)"echoh None inorea swprintf swprintf:echoh HintHLecho "int swprintf(wchar_t * wcs, size_t maxlen ,"echoh None inorea sysconf sysconf:echoh HintHLecho "long sysconf(int name)"echoh None inorea syslog syslog:echoh HintHLecho "void syslog(int priority, const char * format, ...)"echoh None inorea system system:echoh HintHLecho "int system(const char * command)"echoh None inorea tag tag:echoh HintHLecho "Integer message tag (to match)."echoh None inorea tanf tanf:echoh HintHLecho "float tanf(float x)"echoh None inorea tanhf tanhf:echoh HintHLecho "float tanhf(float x)"echoh None inorea tanhl tanhl:echoh HintHLecho "long double tanhl(long double x)"echoh None inorea tanh tanh:echoh HintHLecho "double tanh(double x)"echoh None inorea tanl tanl:echoh HintHLecho "long double tanl(long double x)"echoh None inorea tan tan:echoh HintHLecho "double tan(double x)"echoh None inorea task task:echoh HintHLecho "task(s), and will then reset to the default working directory after"echoh None inorea tcdrain tcdrain:echoh HintHLecho "int tcdrain(int fd)"echoh None inorea tcflow tcflow:echoh HintHLecho "int tcflow(int fd, int action)"echoh None inorea tcflush tcflush:echoh HintHLecho "int tcflush(int fd, int queue_selector)"echoh None inorea tcgetattr tcgetattr:echoh HintHLecho "int tcgetattr(int fd, struct termios * termios_p)"echoh None inorea tcgetpgrp tcgetpgrp:echoh HintHLecho "pid_t tcgetpgrp(int fd)"echoh None inorea tcgetsid tcgetsid:echoh HintHLecho "pid_t tcgetsid(int fd)"echoh None inorea tcsendbreak tcsendbreak:echoh HintHLecho "int tcsendbreak(int fd, int duration)"echoh None inorea tcsetattr tcsetattr:echoh HintHLecho "int tcsetattr(int fd, int optional_actions, const struct termios * termios_p)"echoh None inorea tcsetpgrp tcsetpgrp:echoh HintHLecho "int tcsetpgrp(int fd, pid_t pgrp)"echoh None inorea tdelete tdelete:echoh HintHLecho "void *tdelete(const void * key, void ** rootp ,"echoh None inorea tdestroy tdestroy:echoh HintHLecho "void tdestroy (void * root, void (* free_node)(void * nodep))"echoh None inorea telldir telldir:echoh HintHLecho "off_t telldir(DIR * dir)"echoh None inorea tempnam tempnam:echoh HintHLecho "char *tempnam(const char * dir, const char * pfx)"echoh None inorea tfind tfind:echoh HintHLecho "void *tfind(const void * key, const void ** rootp ,"echoh None inorea tgammaf tgammaf:echoh HintHLecho "float tgammaf(float x)"echoh None inorea tgammal tgammal:echoh HintHLecho "long double tgammal(long double x)"echoh None inorea tgamma tgamma:echoh HintHLecho "double tgamma(double x)"echoh None inorea this this:echoh HintHLecho "which will produce something like this (formatting has been adjusted for"echoh None inorea TIFFCheckpointDirectory TIFFCheckpointDirectory:echoh HintHLecho "int TIFFCheckpointDirectory(TIFF * tif)"echoh None inorea TIFFCheckTile TIFFCheckTile:echoh HintHLecho "int TIFFCheckTile(TIFF * tif, uint32 x, uint32 y, uint32 z, tsample_t sample)"echoh None inorea TIFFCIELabToRGBInit TIFFCIELabToRGBInit:echoh HintHLecho "int TIFFCIELabToRGBInit(TIFFCIELabToRGB * cielab, TIFFDisplay * display, float * refWhite)"echoh None inorea TIFFCIELabToXYZ TIFFCIELabToXYZ:echoh HintHLecho "void TIFFCIELabToXYZ(TIFFCIELabToRGB * cielab, uint32 L, int32 a, int32 b, float * X, float * Y, float * Z)"echoh None inorea TIFFClientOpen TIFFClientOpen:echoh HintHLecho "TIFF* TIFFClientOpen(const char * filename, const char * mode, thandle_t clientdata, TIFFReadWriteProc readproc, TIFFReadWriteProc writeproc, TIFFSeekProc seekproc, TIFFCloseProc closeproc, TIFFSizeProc sizeproc, TIFFMapFileProc mapproc, TIFFUnmapFileProc unmapproc)"echoh None inorea TIFFClose TIFFClose:echoh HintHLecho "void TIFFClose(TIFF * tif)"echoh None inorea TIFFComputeStrip TIFFComputeStrip:echoh HintHLecho "tstrip_t TIFFComputeStrip(TIFF * tif, uint32 row, tsample_t sample)"echoh None inorea TIFFComputeTile TIFFComputeTile:echoh HintHLecho "ttile_t TIFFComputeTile(TIFF * tif, uint32 x, uint32 y, uint32 z, tsample_t sample)"echoh None inorea TIFFCurrentDirectory TIFFCurrentDirectory:echoh HintHLecho "tdir_t TIFFCurrentDirectory(TIFF* tif)"echoh None inorea TIFFCurrentRow TIFFCurrentRow:echoh HintHLecho "uint32 TIFFCurrentRow(TIFF* tif)"echoh None inorea TIFFCurrentStrip TIFFCurrentStrip:echoh HintHLecho "tstrip_t TIFFCurrentStrip(TIFF* tif)"echoh None inorea TIFFCurrentTile TIFFCurrentTile:echoh HintHLecho "ttile_t TIFFCurrentTile(TIFF* tif)"echoh None inorea TIFFDataWidth TIFFDataWidth:echoh HintHLecho "int TIFFDataWidth(TIFFDataType type)"echoh None inorea TIFFDefaultStripSize TIFFDefaultStripSize:echoh HintHLecho "uint32 TIFFDefaultStripSize(TIFF * tif, uint32 estimate)"echoh None inorea TIFFDefaultTileSize TIFFDefaultTileSize:echoh HintHLecho "void TIFFDefaultTileSize(TIFF * tif, uint32 * tw, uint32 * th)"echoh None inorea TIFFError TIFFError:echoh HintHLecho "void TIFFError(const char * module, const char * fmt, ...)"echoh None inorea TIFFFdOpen TIFFFdOpen:echoh HintHLecho "TIFF* TIFFFdOpen(const int fd, const char * filename, const char * mode)"echoh None inorea TIFFFileName TIFFFileName:echoh HintHLecho "char* TIFFFileName(TIFF* tif)"echoh None inorea TIFFFileno TIFFFileno:echoh HintHLecho "int TIFFFileno(TIFF* tif)"echoh None inorea TIFFFindCODEC TIFFFindCODEC:echoh HintHLecho "const TIFFCodec* TIFFFindCODEC(uint16 scheme)"echoh None inorea TIFFFlushData TIFFFlushData:echoh HintHLecho "int TIFFFlushData(TIFF * tif)"echoh None inorea TIFFFlush TIFFFlush:echoh HintHLecho "int TIFFFlush(TIFF * tif)"echoh None inorea _TIFFfree _TIFFfree:echoh HintHLecho "void _TIFFfree(tdata_t buffer)"echoh None inorea TIFFGetBitRevTable TIFFGetBitRevTable:echoh HintHLecho "const unsigned char* TIFFGetBitRevTable(int reversed)"echoh None inorea TIFFGetFieldDefaulted TIFFGetFieldDefaulted:echoh HintHLecho "int TIFFGetFieldDefaulted(TIFF * tif, ttag_t tag, ...)"echoh None inorea TIFFGetField TIFFGetField:echoh HintHLecho "int TIFFGetField(TIFF * tif, ttag_t tag, ...)"echoh None inorea TIFFGetMode TIFFGetMode:echoh HintHLecho "int TIFFGetMode(TIFF* tif)"echoh None inorea TIFFGetVersion TIFFGetVersion:echoh HintHLecho "const char* TIFFGetVersion(void)"echoh None inorea TIFFIsByteSwapped TIFFIsByteSwapped:echoh HintHLecho "int TIFFIsByteSwapped(TIFF* tif)"echoh None inorea TIFFIsCODECConfigured TIFFIsCODECConfigured:echoh HintHLecho "int TIFFIsCODECConfigured(uint16 scheme)"echoh None inorea TIFFIsMSB2LSB TIFFIsMSB2LSB:echoh HintHLecho "int TIFFIsMSB2LSB(TIFF* tif)"echoh None inorea TIFFIsTiled TIFFIsTiled:echoh HintHLecho "int TIFFIsTiled(TIFF* tif)"echoh None inorea TIFFIsUpSampled TIFFIsUpSampled:echoh HintHLecho "int TIFFIsUpSampled(TIFF* tif)"echoh None inorea TIFFLastDirectory TIFFLastDirectory:echoh HintHLecho "int TIFFLastDirectory(TIFF* tif)"echoh None inorea _TIFFmalloc _TIFFmalloc:echoh HintHLecho "tdata_t _TIFFmalloc(tsize_t size)"echoh None inorea _TIFFmemcmp _TIFFmemcmp:echoh HintHLecho "int _TIFFmemcmp(const tdata_t s1, const tdata_t s2, tsize_t n)"echoh None inorea _TIFFmemcpy _TIFFmemcpy:echoh HintHLecho "void _TIFFmemcpy(tdata_t dest, const tdata_t src, tsize_t n)"echoh None inorea _TIFFmemset _TIFFmemset:echoh HintHLecho "void _TIFFmemset(tdata_t s, int c, tsize_t n)"echoh None inorea TIFFNumberOfStrips TIFFNumberOfStrips:echoh HintHLecho "tstrip_t TIFFNumberOfStrips(TIFF * tif)"echoh None inorea TIFFNumberOfTiles TIFFNumberOfTiles:echoh HintHLecho "ttile_t TIFFNumberOfTiles(TIFF * tif)"echoh None inorea TIFFOpen TIFFOpen:echoh HintHLecho "TIFF* TIFFOpen(const char * filename, const char * mode)"echoh None inorea TIFFPrintDirectory TIFFPrintDirectory:echoh HintHLecho "void TIFFPrintDirectory(TIFF * tif, FILE * fd, long flags)"echoh None inorea TIFFRasterScanlineSize TIFFRasterScanlineSize:echoh HintHLecho "tsize_t TIFFRasterScanlineSize(TIFF * tif)"echoh None inorea TIFFRawStripSize TIFFRawStripSize:echoh HintHLecho "tsize_t TIFFRawStripSize(TIFF * tif, tstrip_t strip)"echoh None inorea TIFFReadBufferSetup TIFFReadBufferSetup:echoh HintHLecho "int TIFFReadBufferSetup(TIFF * tif, tdata_t buffer, tsize_t size)"echoh None inorea TIFFReadDirectory TIFFReadDirectory:echoh HintHLecho "int TIFFReadDirectory(TIFF * tif)"echoh None inorea TIFFReadEncodedStrip TIFFReadEncodedStrip:echoh HintHLecho "tsize_t TIFFReadEncodedStrip(TIFF * tif, tstrip_t strip, tdata_t buf, tsize_t size)"echoh None inorea TIFFReadEncodedTile TIFFReadEncodedTile:echoh HintHLecho "int TIFFReadEncodedTile(TIFF * tif, u_long tile, u_char * buf, u_long size)"echoh None inorea TIFFReadRawStrip TIFFReadRawStrip:echoh HintHLecho "tsize_t TIFFReadRawStrip(TIFF * tif, tstrip_t strip, tdata_t buf, tsize_t size)"echoh None inorea TIFFReadRawTile TIFFReadRawTile:echoh HintHLecho "tsize_t TIFFReadRawTile(TIFF * tif, ttile_t tile, tdata_t buf, tsize_t size)"echoh None inorea TIFFReadRGBAImageOriented TIFFReadRGBAImageOriented:echoh HintHLecho "int TIFFReadRGBAImageOriented(TIFF * tif, u_long width, u_long height, u_long * raster, int orientation, int stopOnError)"echoh None inorea TIFFReadRGBAImage TIFFReadRGBAImage:echoh HintHLecho "int TIFFReadRGBAImage(TIFF * tif, u_long width, u_long height, u_long * raster, int stopOnError)"echoh None inorea TIFFReadRGBAStrip TIFFReadRGBAStrip:echoh HintHLecho "int TIFFReadRGBAStrip(TIFF * tif, uint32 row, uint32 * raster)"echoh None inorea TIFFReadRGBATile TIFFReadRGBATile:echoh HintHLecho "int TIFFReadRGBATile(TIFF * tif, uint32 x, uint32 y, uint32 * raster)"echoh None inorea TIFFReadScanline TIFFReadScanline:echoh HintHLecho "int TIFFReadScanline(TIFF * tif, tdata_t buf, uint32 row, tsample_t sample)"echoh None inorea TIFFReadTile TIFFReadTile:echoh HintHLecho "tsize_t TIFFReadTile(TIFF * tif, tdata_t buf, uint32 x, uint32 y, uint32 z, tsample_t sample)"echoh None inorea _TIFFrealloc _TIFFrealloc:echoh HintHLecho "tdata_t _TIFFrealloc(tdata_t buffer, tsize_t size)"echoh None inorea TIFFRegisterCODEC TIFFRegisterCODEC:echoh HintHLecho "TIFFCodec* TIFFRegisterCODEC(uint16 scheme, const char * method, TIFFInitMethod init)"echoh None inorea TIFFReverseBits TIFFReverseBits:echoh HintHLecho "void TIFFReverseBits(u_char * data, unsigned long nbytes)"echoh None inorea TIFFRewriteDirectory TIFFRewriteDirectory:echoh HintHLecho "int TIFFRewriteDirectory(TIFF * tif)"echoh None inorea TIFFRGBAImageBegin TIFFRGBAImageBegin:echoh HintHLecho "int TIFFRGBAImageBegin(TIFFRGBAImage * img, TIFF* tif, int stopOnError, char emsg[1024])"echoh None inorea TIFFRGBAImageEnd TIFFRGBAImageEnd:echoh HintHLecho "void TIFFRGBAImageEnd(TIFFRGBAImage * img)"echoh None inorea TIFFRGBAImageGet TIFFRGBAImageGet:echoh HintHLecho "int TIFFRGBAImageGet(TIFFRGBAImage * img, uint32* raster, uint32 width, uint32 height)"echoh None inorea TIFFRGBAImageOK TIFFRGBAImageOK:echoh HintHLecho "int TIFFRGBAImageOK(TIFF * tif, char emsg[1024])"echoh None inorea TIFFScanlineSize TIFFScanlineSize:echoh HintHLecho "tsize_t TIFFScanlineSize(TIFF * tif)"echoh None inorea TIFFSetDirectory TIFFSetDirectory:echoh HintHLecho "int TIFFSetDirectory(TIFF * tif, tdir_t dirnum)"echoh None inorea TIFFSetErrorHandler TIFFSetErrorHandler:echoh HintHLecho "TIFFErrorHandler TIFFSetErrorHandler(TIFFErrorHandler handler)"echoh None inorea TIFFSetField TIFFSetField:echoh HintHLecho "int TIFFSetField(TIFF * tif, ttag_t tag, ...)"echoh None inorea TIFFSetSubDirectory TIFFSetSubDirectory:echoh HintHLecho "int TIFFSetSubDirectory(TIFF * tif, uint32 diroff)"echoh None inorea TIFFSetWarningHandler TIFFSetWarningHandler:echoh HintHLecho "TIFFWarningHandler TIFFSetWarningHandler(TIFFWarningHandler handler)"echoh None inorea TIFFStripSize TIFFStripSize:echoh HintHLecho "tsize_t TIFFStripSize(TIFF * tif)"echoh None inorea TIFFSwabArrayOfLong TIFFSwabArrayOfLong:echoh HintHLecho "void TIFFSwabArrayOfLong(uint32 * data, unsigned long nlongs)"echoh None inorea TIFFSwabArrayOfShort TIFFSwabArrayOfShort:echoh HintHLecho "void TIFFSwabArrayOfShort(uint16 * data, unsigned long nshorts)"echoh None inorea TIFFSwabLong TIFFSwabLong:echoh HintHLecho "void TIFFSwabLong(uint32 * data)"echoh None inorea TIFFSwabShort TIFFSwabShort:echoh HintHLecho "void TIFFSwabShort(uint16 * data)"echoh None inorea TIFFTileRowSize TIFFTileRowSize:echoh HintHLecho "tsize_t TIFFTileRowSize(TIFF * tif)"echoh None inorea TIFFTileSize TIFFTileSize:echoh HintHLecho "tsize_t TIFFTileSize(TIFF * tif)"echoh None inorea TIFFUnRegisterCODEC TIFFUnRegisterCODEC:echoh HintHLecho "void TIFFUnRegisterCODEC(TIFFCodec * codec)"echoh None inorea TIFFVGetFieldDefaulted TIFFVGetFieldDefaulted:echoh HintHLecho "int TIFFVGetFieldDefaulted(TIFF * tif, ttag_t tag, va_list ap)"echoh None inorea TIFFVGetField TIFFVGetField:echoh HintHLecho "int TIFFVGetField(TIFF * tif, ttag_t tag, va_list ap)"echoh None inorea TIFFVSetField TIFFVSetField:echoh HintHLecho "int TIFFVSetField(TIFF * tif, ttag_t tag, va_list ap)"echoh None inorea TIFFVStripSize TIFFVStripSize:echoh HintHLecho "tsize_t TIFFVStripSize(TIFF * tif, uint32 nrows)"echoh None inorea TIFFVTileSize TIFFVTileSize:echoh HintHLecho "tsize_t TIFFVTileSize(TIFF * tif, uint32 nrows)"echoh None inorea TIFFWarning TIFFWarning:echoh HintHLecho "void TIFFWarning(const char * module, const char * fmt, ...)"echoh None inorea TIFFWriteBufferSetup TIFFWriteBufferSetup:echoh HintHLecho "int TIFFWriteBufferSetup(TIFF * tif, tdata_t buffer, tsize_t size)"echoh None inorea TIFFWriteDirectory TIFFWriteDirectory:echoh HintHLecho "int TIFFWriteDirectory(TIFF * tif)"echoh None inorea TIFFWriteEncodedStrip TIFFWriteEncodedStrip:echoh HintHLecho "tsize_t TIFFWriteEncodedStrip(TIFF * tif, tstrip_t strip, tdata_t buf, tsize_t size)"echoh None inorea TIFFWriteEncodedTile TIFFWriteEncodedTile:echoh HintHLecho "tsize_t TIFFWriteEncodedTile(TIFF * tif, ttile_t tile, tdata_t buf, tsize_t size)"echoh None inorea TIFFWriteRawStrip TIFFWriteRawStrip:echoh HintHLecho "tsize_t TIFFWriteRawStrip(TIFF * tif, tstrip_t strip, tdata_t buf, tsize_t size)"echoh None inorea TIFFWriteRawTile TIFFWriteRawTile:echoh HintHLecho "tsize_t TIFFWriteRawTile(TIFF * tif, ttile_t tile, tdata_t buf, tsize_t size)"echoh None inorea TIFFWriteScanline TIFFWriteScanline:echoh HintHLecho "int TIFFWriteScanline(TIFF * tif, tdata_t buf, uint32 row, tsample_t sample)"echoh None inorea TIFFWriteTile TIFFWriteTile:echoh HintHLecho "tsize_t TIFFWriteTile(TIFF * tif, tdata_t buf, uint32 x, uint32 y, uint32 z, tsample_t sample)"echoh None inorea TIFFXYZToRGB TIFFXYZToRGB:echoh HintHLecho "void TIFFXYZToRGB(TIFFCIELabToRGB * cielab, float X, float Y, float Z, uint32 * R, uint32 * G, uint32 * B)"echoh None inorea TIFFYCbCrToRGBInit TIFFYCbCrToRGBInit:echoh HintHLecho "int TIFFYCbCrToRGBInit(TIFFYCbCrToRGB * ycbcr, float * luma, float *refBlackWhite)"echoh None inorea TIFFYCbCrtoRGB TIFFYCbCrtoRGB:echoh HintHLecho "void TIFFYCbCrtoRGB(TIFFYCbCrToRGB * ycbcr, uint32 Y, int32 Cb, int32 Cr, uint32 * R, uint32 * G, uint32 * B)"echoh None inorea timegm timegm:echoh HintHLecho "time_t timegm (struct tm * tm)"echoh None inorea timelocal timelocal:echoh HintHLecho "time_t timelocal (struct tm * tm)"echoh None inorea tld_check_4 tld_check_4:echoh HintHLecho "int tld_check_4(const uint32_t * in, size_t inlen, size_t * errpos, const Tld_table ** overrides)"echoh None inorea tld_check_4t tld_check_4t:echoh HintHLecho "int tld_check_4t(const uint32_t * in, size_t inlen, size_t * errpos, const Tld_table * tld)"echoh None inorea tld_check_4tz tld_check_4tz:echoh HintHLecho "int tld_check_4tz(const uint32_t * in, size_t * errpos, const Tld_table * tld)"echoh None inorea tld_check_4z tld_check_4z:echoh HintHLecho "int tld_check_4z(const uint32_t * in, size_t * errpos, const Tld_table ** overrides)"echoh None inorea tld_check_8z tld_check_8z:echoh HintHLecho "int tld_check_8z(const char * in, size_t * errpos, const Tld_table ** overrides)"echoh None inorea tld_check_lz tld_check_lz:echoh HintHLecho "int tld_check_lz(const char * in, size_t * errpos, const Tld_table ** overrides)"echoh None inorea tld_default_table tld_default_table:echoh HintHLecho "const Tld_table * tld_default_table(const char * tld, const Tld_table ** overrides)"echoh None inorea tld_get_4 tld_get_4:echoh HintHLecho "int tld_get_4(const uint32_t * in, size_t inlen, char ** out)"echoh None inorea tld_get_4z tld_get_4z:echoh HintHLecho "int tld_get_4z(const uint32_t * in, char ** out)"echoh None inorea tld_get_table tld_get_table:echoh HintHLecho "const Tld_table * tld_get_table(const char * tld, const Tld_table ** tables)"echoh None inorea tld_get_z tld_get_z:echoh HintHLecho "int tld_get_z(const char * in, char ** out)"echoh None inorea tld_strerror tld_strerror:echoh HintHLecho "const char * tld_strerror(Tld_rc rc)"echoh None inorea tmpfile tmpfile:echoh HintHLecho "FILE *tmpfile (void)"echoh None inorea tmpnam tmpnam:echoh HintHLecho "char *tmpnam(char * s)"echoh None inorea toascii toascii:echoh HintHLecho "int toascii(int c)"echoh None inorea toff_t toff_t:echoh HintHLecho "typedef toff_t (*TIFFSeekProc)(thandle_t, toff_t, int)"echoh None inorea toff_t toff_t:echoh HintHLecho "typedef toff_t (*TIFFSizeProc)(thandle_t)"echoh None inorea tolower tolower:echoh HintHLecho "int tolower(int c)"echoh None inorea top_row top_row:echoh HintHLecho "int top_row(const MENU *menu)"echoh None inorea to to:echoh HintHLecho "0 to (ntids - 1)"echoh None inorea toupper toupper:echoh HintHLecho "int toupper(int c)"echoh None inorea towctrans towctrans:echoh HintHLecho "wint_t towctrans(wint_t wc, wctrans_t desc)"echoh None inorea towlower towlower:echoh HintHLecho "wint_t towlower(wint_t wc)"echoh None inorea towupper towupper:echoh HintHLecho "wint_t towupper(wint_t wc)"echoh None inorea truncf truncf:echoh HintHLecho "float truncf(float x)"echoh None inorea truncl truncl:echoh HintHLecho "long double truncl(long double x)"echoh None inorea trunc trunc:echoh HintHLecho "double trunc(double x)"echoh None inorea tsearch tsearch:echoh HintHLecho "void *tsearch(const void * key, void ** rootp ,"echoh None inorea tsize_t tsize_t:echoh HintHLecho "typedef tsize_t (*TIFFReadWriteProc)(thandle_t, tdata_t, tsize_t)"echoh None inorea ttyname_r ttyname_r:echoh HintHLecho "int ttyname_r(int fd, char * buf, size_t buflen)"echoh None inorea ttyname ttyname:echoh HintHLecho "char *ttyname(int fd)"echoh None inorea ttyslot ttyslot:echoh HintHLecho "int ttyslot(void)"echoh None inorea twalk twalk:echoh HintHLecho "void twalk(const void * root, void(* action)(const void * nodep ,"echoh None inorea tzset tzset:echoh HintHLecho "void tzset (void)"echoh None inorea ualarm ualarm:echoh HintHLecho "ualarm(unsigned int usecs, unsigned int interval)"echoh None inorea ualarm ualarm:echoh HintHLecho "useconds_t ualarm(useconds_t usecs, useconds_t interval)"echoh None inorea Uint32 Uint32:echoh HintHLecho "/* Function prototype for the timer callback function */ typedef Uint32 (*SDL_TimerCallback)(Uint32 interval)"echoh None inorea ulimit ulimit:echoh HintHLecho "long ulimit(int cmd, long newlimit)"echoh None inorea ungetc ungetc:echoh HintHLecho "int ungetc(int c, FILE * stream)"echoh None inorea ungetwc ungetwc:echoh HintHLecho "wint_t ungetwc(wint_t wc, FILE * stream)"echoh None inorea unlockpt unlockpt:echoh HintHLecho "int unlockpt(int fd)"echoh None inorea unpost_form unpost_form:echoh HintHLecho "int unpost_form(FORM *form)"echoh None inorea unpost_menu unpost_menu:echoh HintHLecho "int unpost_menu(MENU *menu)"echoh None inorea unreachable unreachable:echoh HintHLecho " PvmHostFail host is unreachable (and thus possibly failed)"echoh None inorea unsetenv unsetenv:echoh HintHLecho "int unsetenv(const char * name)"echoh None inorea updwtmp updwtmp:echoh HintHLecho "void updwtmp(const char * wtmp_file, const struct utmp * ut)"echoh None inorea usleep usleep:echoh HintHLecho "int usleep(useconds_t usec)"echoh None inorea usleep usleep:echoh HintHLecho "void usleep(unsigned long usec)"echoh None inorea utmpname utmpname:echoh HintHLecho "void utmpname(const char * file)"echoh None inorea uuid_clear uuid_clear:echoh HintHLecho "void uuid_clear(uuid_t uu)"echoh None inorea uuid_compare uuid_compare:echoh HintHLecho "int uuid_compare(uuid_t uu1, uuid_t uu2)"echoh None inorea uuid_copy uuid_copy:echoh HintHLecho "void uuid_copy(uuid_t dst, uuid_t src)"echoh None inorea uuid_generate_random uuid_generate_random:echoh HintHLecho "void uuid_generate_random(uuid_t out)"echoh None inorea uuid_generate_time uuid_generate_time:echoh HintHLecho "void uuid_generate_time(uuid_t out)"echoh None inorea uuid_generate uuid_generate:echoh HintHLecho "void uuid_generate(uuid_t out)"echoh None inorea uuid_is_null uuid_is_null:echoh HintHLecho "int uuid_is_null(uuid_t uu)"echoh None inorea uuid_parse uuid_parse:echoh HintHLecho "int uuid_parse( char * in, uuid_t uu)"echoh None inorea uuid_time uuid_time:echoh HintHLecho "time_t uuid_time(uuid_t uu, struct timeval * ret_tv)"echoh None inorea uuid_unparse_lower uuid_unparse_lower:echoh HintHLecho "void uuid_unparse_lower(uuid_t uu, char * out)"echoh None inorea uuid_unparse_upper uuid_unparse_upper:echoh HintHLecho "void uuid_unparse_upper(uuid_t uu, char * out)"echoh None inorea uuid_unparse uuid_unparse:echoh HintHLecho "void uuid_unparse(uuid_t uu, char * out)"echoh None inorea va_arg va_arg:echoh HintHLecho " type va_arg(va_list ap, type)"echoh None inorea va_copy va_copy:echoh HintHLecho "void va_copy(va_list dest, va_list src)"echoh None inorea va_end va_end:echoh HintHLecho "void va_end(va_list ap)"echoh None inorea valloc valloc:echoh HintHLecho "void * valloc (size_t size)"echoh None inorea valloc valloc:echoh HintHLecho "void *valloc(size_t size)"echoh None inorea vasprintf vasprintf:echoh HintHLecho "int vasprintf(char ** strp, const char * fmt, va_list ap)"echoh None inorea va_start va_start:echoh HintHLecho "void va_start(va_list ap, last)"echoh None inorea vdprintf vdprintf:echoh HintHLecho "int vdprintf(int fd, const char * format, va_list ap)"echoh None inorea versionsort versionsort:echoh HintHLecho "int versionsort(const void * a, const void * b)"echoh None inorea vfprintf vfprintf:echoh HintHLecho "int vfprintf(FILE * stream, const char * format, va_list ap)"echoh None inorea vfscanf vfscanf:echoh HintHLecho "int vfscanf(FILE * stream, const char * format, va_list ap)"echoh None inorea vfwprintf vfwprintf:echoh HintHLecho "int vfwprintf(FILE * stream, const wchar_t * format, va_list args)"echoh None inorea void void:echoh HintHLecho "typedef void (*pcap_handler)(u_char *user, const struct pcap_pkthdr *h,"echoh None inorea void void:echoh HintHLecho "typedef void (*sighandler_t)(int)"echoh None inorea void void:echoh HintHLecho "typedef void (*TIFFErrorHandler)(const char * module, const char * fmt, va_list ap)"echoh None inorea void void:echoh HintHLecho "typedef void (*TIFFUnmapFileProc)(thandle_t, tdata_t, toff_t)"echoh None inorea void void:echoh HintHLecho "typedef void (*TIFFWarningHandler)(const char * module, const char * fmt, va_list ap)"echoh None inorea void void:echoh HintHLecho "void (*__after_morecore_hook)(void)"echoh None inorea void void:echoh HintHLecho " void (* const free_arg)(void *))"echoh None inorea void void:echoh HintHLecho "void (*fatal_func) ()"echoh None inorea void void:echoh HintHLecho "void (*)(FORM *) field_init(const FORM *form)"echoh None inorea void void:echoh HintHLecho "void (*)(FORM *) field_term(const FORM *form)"echoh None inorea void void:echoh HintHLecho "void (*)(FORM *) form_init(const FORM *form)"echoh None inorea void void:echoh HintHLecho "void (*)(FORM *) form_term(const FORM *form)"echoh None inorea void void:echoh HintHLecho "void (*__free_hook)(void * ptr, "echoh None inorea void void:echoh HintHLecho "void (*__malloc_initialize_hook)(void)"echoh None inorea void void:echoh HintHLecho "void (*)(MENU *) item_init(const MENU *menu)"echoh None inorea void void:echoh HintHLecho "void (*)(MENU *) item_term(const MENU *menu)"echoh None inorea void void:echoh HintHLecho "void (*)(MENU *) menu_init(const MENU *menu)"echoh None inorea void void:echoh HintHLecho "void (*)(MENU *) menu_term(const MENU *menu)"echoh None inorea void void:echoh HintHLecho "void (*pgout)(void *, pgno_t, void *), void *pgcookie)"echoh None inorea vprintf vprintf:echoh HintHLecho "int vprintf(const char * format, va_list ap)"echoh None inorea vscanf vscanf:echoh HintHLecho "int vscanf(const char * format, va_list ap)"echoh None inorea vsnprintf vsnprintf:echoh HintHLecho "int vsnprintf(char * str, size_t size, const char * format, va_list ap)"echoh None inorea vsprintf vsprintf:echoh HintHLecho "int vsprintf(char * str, const char * format, va_list ap)"echoh None inorea vsscanf vsscanf:echoh HintHLecho "int vsscanf(const char * str, const char * format, va_list ap)"echoh None inorea vswprintf vswprintf:echoh HintHLecho "int vswprintf(wchar_t * wcs, size_t maxlen ,"echoh None inorea vsyslog vsyslog:echoh HintHLecho "void vsyslog(int priority, const char * format, va_list ap)"echoh None inorea vwprintf vwprintf:echoh HintHLecho "int vwprintf(const wchar_t * format, va_list args)"echoh None inorea wcpcpy wcpcpy:echoh HintHLecho "wchar_t *wcpcpy(wchar_t * dest, const wchar_t * src)"echoh None inorea wcpncpy wcpncpy:echoh HintHLecho "wchar_t *wcpncpy(wchar_t * dest, const wchar_t * src, size_t n)"echoh None inorea wcrtomb wcrtomb:echoh HintHLecho "size_t wcrtomb(char * s, wchar_t wc, mbstate_t * ps)"echoh None inorea wcscasecmp wcscasecmp:echoh HintHLecho "int wcscasecmp(const wchar_t * s1, const wchar_t * s2)"echoh None inorea wcscat wcscat:echoh HintHLecho "wchar_t *wcscat(wchar_t * dest, const wchar_t * src)"echoh None inorea wcschr wcschr:echoh HintHLecho "wchar_t *wcschr(const wchar_t * wcs, wchar_t wc)"echoh None inorea wcscmp wcscmp:echoh HintHLecho "int wcscmp(const wchar_t * s1, const wchar_t * s2)"echoh None inorea wcscpy wcscpy:echoh HintHLecho "wchar_t *wcscpy(wchar_t * dest, const wchar_t * src)"echoh None inorea wcscspn wcscspn:echoh HintHLecho "size_t wcscspn(const wchar_t * wcs, const wchar_t * reject)"echoh None inorea wcsdup wcsdup:echoh HintHLecho "wchar_t *wcsdup(const wchar_t * s)"echoh None inorea wcslen wcslen:echoh HintHLecho "size_t wcslen(const wchar_t * s)"echoh None inorea wcsncasecmp wcsncasecmp:echoh HintHLecho "int wcsncasecmp(const wchar_t * s1, const wchar_t * s2, size_t n)"echoh None inorea wcsncat wcsncat:echoh HintHLecho "wchar_t *wcsncat(wchar_t * dest, const wchar_t * src, size_t n)"echoh None inorea wcsncmp wcsncmp:echoh HintHLecho "int wcsncmp(const wchar_t * s1, const wchar_t * s2, size_t n)"echoh None inorea wcsncpy wcsncpy:echoh HintHLecho "wchar_t *wcsncpy(wchar_t * dest, const wchar_t * src, size_t n)"echoh None inorea wcsnlen wcsnlen:echoh HintHLecho "size_t wcsnlen(const wchar_t * s, size_t maxlen)"echoh None inorea wcsnrtombs wcsnrtombs:echoh HintHLecho "size_t wcsnrtombs(char * dest, const wchar_t ** src, size_t nwc ,"echoh None inorea wcspbrk wcspbrk:echoh HintHLecho "wchar_t *wcspbrk(const wchar_t * wcs, const wchar_t * accept)"echoh None inorea wcsrchr wcsrchr:echoh HintHLecho "wchar_t *wcsrchr(const wchar_t * wcs, wchar_t wc)"echoh None inorea wcsrtombs wcsrtombs:echoh HintHLecho "size_t wcsrtombs(char * dest, const wchar_t ** src ,"echoh None inorea wcsspn wcsspn:echoh HintHLecho "wcsspn(const wchar_t * wcs, const wchar_t * accept)"echoh None inorea wcsstr wcsstr:echoh HintHLecho "wchar_t *wcsstr(const wchar_t * haystack, const wchar_t * needle)"echoh None inorea wcstoimax wcstoimax:echoh HintHLecho "intmax_t wcstoimax (const wchar_t * nptr, wchar_t ** endptr, int base)"echoh None inorea wcstok wcstok:echoh HintHLecho "wchar_t *wcstok(wchar_t * wcs, const wchar_t * delim, wchar_t ** ptr)"echoh None inorea wcstombs wcstombs:echoh HintHLecho "size_t wcstombs(char * dest, const wchar_t * src, size_t n)"echoh None inorea wcstoumax wcstoumax:echoh HintHLecho "uintmax_t wcstoumax (const wchar_t * nptr, wchar_t ** endptr, int base) "echoh None inorea wcswidth wcswidth:echoh HintHLecho "int wcswidth(const wchar_t * s, size_t n)"echoh None inorea wctob wctob:echoh HintHLecho "int wctob(wint_t c)"echoh None inorea wctomb wctomb:echoh HintHLecho "int wctomb(char * s, wchar_t wc)"echoh None inorea wctrans wctrans:echoh HintHLecho "wctrans_t wctrans(const char * name)"echoh None inorea wctype wctype:echoh HintHLecho "wctype_t wctype(const char * name)"echoh None inorea wcwidth wcwidth:echoh HintHLecho "int wcwidth(wchar_t c)"echoh None inorea wmemchr wmemchr:echoh HintHLecho "wchar_t *wmemchr(const wchar_t * s, wchar_t c, size_t n)"echoh None inorea wmemcmp wmemcmp:echoh HintHLecho "int wmemcmp(const wchar_t * s1, const wchar_t * s2, size_t n)"echoh None inorea wmemcpy wmemcpy:echoh HintHLecho "wchar_t *wmemcpy(wchar_t * dest, const wchar_t * src, size_t n)"echoh None inorea wmemmove wmemmove:echoh HintHLecho "wchar_t *wmemmove(wchar_t * dest, const wchar_t * src, size_t n)"echoh None inorea wmempcpy wmempcpy:echoh HintHLecho "wchar_t *wmempcpy(wchar_t * dest, const wchar_t * src, size_t n)"echoh None inorea wmemset wmemset:echoh HintHLecho "wchar_t *wmemset(wchar_t * wcs, wchar_t wc, size_t n)"echoh None inorea wordexp wordexp:echoh HintHLecho "int wordexp(const char * s, wordexp_t * p, int flags)"echoh None inorea wordfree wordfree:echoh HintHLecho "void wordfree(wordexp_t * p)"echoh None inorea wprintf wprintf:echoh HintHLecho "int wprintf(const wchar_t * format, ...)"echoh None inorea X509_NAME_add_entry_by_NID X509_NAME_add_entry_by_NID:echoh HintHLecho "int X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type, unsigned char *bytes, int len, int loc, int set)"echoh None inorea X509_NAME_add_entry_by_txt X509_NAME_add_entry_by_txt:echoh HintHLecho "int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type, const unsigned char *bytes, int len, int loc, int set)"echoh None inorea X509_NAME_add_entry X509_NAME_add_entry:echoh HintHLecho "int X509_NAME_add_entry(X509_NAME *name,X509_NAME_ENTRY *ne, int loc, int set)"echoh None inorea X509_NAME_delete_entry X509_NAME_delete_entry:echoh HintHLecho "X509_NAME_ENTRY *X509_NAME_delete_entry(X509_NAME *name, int loc)"echoh None inorea X509_NAME_entry_count X509_NAME_entry_count:echoh HintHLecho "int X509_NAME_entry_count(X509_NAME *name)"echoh None inorea X509_NAME_ENTRY_create_by_NID X509_NAME_ENTRY_create_by_NID:echoh HintHLecho "X509_NAME_ENTRY *X509_NAME_ENTRY_create_by_NID(X509_NAME_ENTRY **ne, int nid, int type,unsigned char *bytes, int len)"echoh None inorea X509_NAME_ENTRY_create_by_txt X509_NAME_ENTRY_create_by_txt:echoh HintHLecho "X509_NAME_ENTRY *X509_NAME_ENTRY_create_by_txt(X509_NAME_ENTRY **ne, const char *field, int type, const unsigned char *bytes, int len)"echoh None inorea X509_NAME_ENTRY_set_data X509_NAME_ENTRY_set_data:echoh HintHLecho "int X509_NAME_ENTRY_set_data(X509_NAME_ENTRY *ne, int type, const unsigned char *bytes, int len)"echoh None inorea X509_NAME_get_entry X509_NAME_get_entry:echoh HintHLecho "X509_NAME_ENTRY *X509_NAME_get_entry(X509_NAME *name, int loc)"echoh None inorea X509_NAME_get_index_by_NID X509_NAME_get_index_by_NID:echoh HintHLecho "int X509_NAME_get_index_by_NID(X509_NAME *name,int nid,int lastpos)"echoh None inorea X509_NAME_get_index_by_OBJ X509_NAME_get_index_by_OBJ:echoh HintHLecho "int X509_NAME_get_index_by_OBJ(X509_NAME *name,ASN1_OBJECT *obj, int lastpos)"echoh None inorea X509_NAME_get_text_by_NID X509_NAME_get_text_by_NID:echoh HintHLecho "int X509_NAME_get_text_by_NID(X509_NAME *name, int nid, char *buf,int len)"echoh None inorea XauFileName XauFileName:echoh HintHLecho "char *XauFileName (void) "echoh None inorea XdbeAllocateBackBufferName XdbeAllocateBackBufferName:echoh HintHLecho "XdbeBackBuffer XdbeAllocateBackBufferName("echoh None inorea XdbeBeginIdiom XdbeBeginIdiom:echoh HintHLecho "Status XdbeBeginIdiom("echoh None inorea XdbeDeallocateBackBufferName XdbeDeallocateBackBufferName:echoh HintHLecho "Status XdbeDeallocateBackBufferName("echoh None inorea XdbeEndIdiom XdbeEndIdiom:echoh HintHLecho "Status XdbeEndIdiom("echoh None inorea XdbeFreeVisualInfo XdbeFreeVisualInfo:echoh HintHLecho "void XdbeFreeVisualInfo("echoh None inorea XdbeGetBackBufferAttributes XdbeGetBackBufferAttributes:echoh HintHLecho "XdbeBackBufferAttributes *XdbeGetBackBufferAttributes("echoh None inorea XdbeGetVisualInfo XdbeGetVisualInfo:echoh HintHLecho "XdbeScreenVisualInfo *XdbeGetVisualInfo("echoh None inorea XdbeQueryExtension XdbeQueryExtension:echoh HintHLecho "Status XdbeQueryExtension("echoh None inorea XdbeSwapBuffers XdbeSwapBuffers:echoh HintHLecho "Status XdbeSwapBuffers("echoh None inorea xdecrypt xdecrypt:echoh HintHLecho "int xdecrypt (char * secret, char * passwd)"echoh None inorea XDGAChangePixmapMode XDGAChangePixmapMode:echoh HintHLecho "XDGAChangePixmapMode ("echoh None inorea XDGACloseFramebuffer XDGACloseFramebuffer:echoh HintHLecho "XDGACloseFramebuffer ("echoh None inorea XDGACopyArea XDGACopyArea:echoh HintHLecho "XDGACopyArea ("echoh None inorea XDGACopyTransparentArea XDGACopyTransparentArea:echoh HintHLecho "XDGACopyTransparentArea ("echoh None inorea XDGACreateColormap XDGACreateColormap:echoh HintHLecho "XDGACreateColormap ("echoh None inorea XDGAFillRectangle XDGAFillRectangle:echoh HintHLecho "XDGAFillRectangle ("echoh None inorea XDGAGetViewportStatus XDGAGetViewportStatus:echoh HintHLecho "XDGAGetViewportStatus ("echoh None inorea XDGAInstallColormap XDGAInstallColormap:echoh HintHLecho "XDGAInstallColormap ("echoh None inorea XDGAKeyEventToXKeyEvent XDGAKeyEventToXKeyEvent:echoh HintHLecho "XDGAKeyEventToXKeyEvent ("echoh None inorea XDGAOpenFramebuffer XDGAOpenFramebuffer:echoh HintHLecho "XDGAOpenFramebuffer ("echoh None inorea XDGAQueryExtension XDGAQueryExtension:echoh HintHLecho "XDGAQueryExtension ("echoh None inorea XDGAQueryModes XDGAQueryModes:echoh HintHLecho "* XDGAQueryModes ("echoh None inorea XDGAQueryVersion XDGAQueryVersion:echoh HintHLecho "XDGAQueryVersion ("echoh None inorea XDGASelectInput XDGASelectInput:echoh HintHLecho "XDGASelectInput ("echoh None inorea XDGASetClientVersion XDGASetClientVersion:echoh HintHLecho "XDGASetClientVersion ("echoh None inorea XDGASetMode XDGASetMode:echoh HintHLecho "* XDGASetMode ("echoh None inorea XDGASetViewport XDGASetViewport:echoh HintHLecho "XDGASetViewport ("echoh None inorea XDGASync XDGASync:echoh HintHLecho "XDGASync ("echoh None inorea xencrypt xencrypt:echoh HintHLecho "int xencrypt (char * secret, char * passwd)"echoh None inorea XeviGetVisualInfo XeviGetVisualInfo:echoh HintHLecho "XeviGetVisualInfo (Display *dpy, VisualID *visual,"echoh None inorea XeviQueryExtension XeviQueryExtension:echoh HintHLecho "XeviQueryExtension (Display *dpy)"echoh None inorea XeviQueryVersion XeviQueryVersion:echoh HintHLecho "XeviQueryVersion (Display *dpy, "echoh None inorea y0f y0f:echoh HintHLecho "float y0f(float x)"echoh None inorea y0l y0l:echoh HintHLecho "long double y0l(long double x)"echoh None inorea y0 y0:echoh HintHLecho "double y0(double x)"echoh None inorea y1f y1f:echoh HintHLecho "float y1f(float x)"echoh None inorea y1l y1l:echoh HintHLecho "long double y1l(long double x)"echoh None inorea y1 y1:echoh HintHLecho "double y1(double x)"echoh None inorea ynf ynf:echoh HintHLecho "float ynf(int n, float x)"echoh None inorea ynl ynl:echoh HintHLecho "long double ynl(int n, long double x)"echoh None inorea yn yn:echoh HintHLecho "double yn(int n, double x)"echoh None inorea zero zero:echoh HintHLecho "possible), and zero (false, unflagged) suggests that it be forced"echoh None " --------------------------------------------------------------------- " Highlighting Control: {{{1 " if the "HintHL" highlighting group hasn't been defined, then this function will define it fun! s:HLTEST(hlname) let id_hlname= hlID(a:hlname) let fg_hlname= string(synIDattr(synIDtrans(hlID(a:hlname)),"fg")) if id_hlname == 0 || fg_hlname == "0" || fg_hlname == "-1" return 0 endif return 1 endfun if !s:HLTEST("HintHL") if &bg == "dark" hi HintHL ctermfg=blue ctermbg=white guifg=blue3 guibg=white else hi HintHL ctermfg=white ctermbg=blue guifg=white guibg=blue3 endif endif delf s:HLTEST " --------------------------------------------------------------------- " Restore: {{{1 let &cpo= s:keepcpo unlet s:keepcpo " vim: ts=4 fdm=marker