" 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 mran