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

/ast/src/lib/libast/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
/ast/src/lib/libcoshell/
H A Dcoopen.c91 * called by stropt() to set options
183 stropt(getenv(CO_ENV_OPTIONS), options, sizeof(*options), setopt, co);
185 stropt(attributes, options, sizeof(*options), setopt, co);
/ast/src/lib/libast/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
595 stropt(getenv(PROC_ENV_OPTIONS), options, sizeof(*options), setopt, &debug);
/ast/src/lib/libast/include/
H A Dast.h348 extern int stropt(const char*, const void*, int, int(*)(void*, const void*, int, const char*), void*);
/ast/src/lib/libast/tm/
H A Dtminit.c173 * stropt() option handler
389 stropt(getenv("TM_OPTIONS"), options, sizeof(*options), tmopt, NiL);
/ast/src/lib/libcodex/
H A Dcodex.c383 * called by stropt() to set options
777 stropt(getenv("CODEX_OPTIONS"), options, sizeof(*options), setopt, NiL);
/ast/src/lib/libast/
H A DMakefile61 strerror.3 stresc.3 streval.3 strgid.3 strmatch.3 stropt.3 \
76 stresc.c stropt.c strtape.c strpcmp.c strnpcmp.c strvcmp.c strnvcmp.c \
/ast/src/cmd/html/
H A Dtroff2html.c3470 * called by stropt() to set name=value
3637 stropt(join(ap, 1), options, sizeof(*options), setopt, options);
5937 stropt(s, options, sizeof(*options), setopt, NiL);
5991 stropt(v, options, sizeof(*options), setopt, options);
/ast/src/lib/libast/comp/
H A Dsetlocale.c2363 * called by stropt() to set options
2733 stropt(getenv("LC_OPTIONS"), options, sizeof(*options), setopt, NiL);

Completed in 35 milliseconds