Searched refs:stropt (Results 1 - 19 of 19) sorted by relevance

/osnet-11/usr/src/lib/libast/common/string/
H A Dstropt.c42 * a from stropt
56 stropt(const char* as, const void* tab, int siz, int(*f)(void*, const void*, int, const char*), void* a) function
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h372 #undef stropt macro
373 #define stropt _ast_stropt macro
H A Dast.h365 extern __MANGLE__ int stropt __PROTO__((const char*, const __V_*, int, int(*)(__V_*, const __V_*, int, const char*), __V_*));
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h351 #undef stropt macro
352 #define stropt _ast_stropt macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h372 #undef stropt macro
373 #define stropt _ast_stropt macro
H A Dast.h365 extern __MANGLE__ int stropt __PROTO__((const char*, const __V_*, int, int(*)(__V_*, const __V_*, int, const char*), __V_*));
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h351 #undef stropt macro
352 #define stropt _ast_stropt macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h372 #undef stropt macro
373 #define stropt _ast_stropt macro
H A Dast.h365 extern __MANGLE__ int stropt __PROTO__((const char*, const __V_*, int, int(*)(__V_*, const __V_*, int, const char*), __V_*));
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h351 #undef stropt macro
352 #define stropt _ast_stropt macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h372 #undef stropt macro
373 #define stropt _ast_stropt macro
H A Dast.h365 extern __MANGLE__ int stropt __PROTO__((const char*, const __V_*, int, int(*)(__V_*, const __V_*, int, const char*), __V_*));
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h351 #undef stropt macro
352 #define stropt _ast_stropt macro
/osnet-11/usr/src/lib/libast/common/misc/
H A Derror.c128 * called by stropt() to set options
339 stropt(s, options, sizeof(*options), setopt, NiL);
377 stropt(getenv("ERROR_OPTIONS"), options, sizeof(*options), setopt, NiL);
H A Dprocopen.c90 * called by stropt() to set options
594 stropt(getenv(PROC_ENV_OPTIONS), options, sizeof(*options), setopt, &debug);
/osnet-11/usr/src/lib/libast/common/include/
H A Dast.h347 extern int stropt(const char*, const void*, int, int(*)(void*, const void*, int, const char*), void*);
/osnet-11/usr/src/lib/libast/common/tm/
H A Dtminit.c172 * stropt() option handler
388 stropt(getenv("TM_OPTIONS"), options, sizeof(*options), tmopt, NiL);
/osnet-11/usr/src/lib/libast/
H A DMakefile.com505 common/string/stropt.o \
/osnet-11/usr/src/lib/libast/common/comp/
H A Dsetlocale.c2405 * called by stropt() to set options
2749 stropt(getenv("LC_OPTIONS"), options, sizeof(*options), setopt, NiL);

Completed in 81 milliseconds