Searched defs:setopt (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/ksh-20/ksh/src/lib/libcoshell/
H A Dcoopen.c95 setopt(void* handle, register const void* p, int n, const char* v) function
183 stropt(getenv(CO_ENV_OPTIONS), options, sizeof(*options), setopt, co); local
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dsys_domain.h87 ctl_setopt_func setopt; /* set kctl configuration */ member in struct:kctl
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dprocopen.c94 setopt(register void* a, register const void* p, register int n, const char* v) function
594 stropt(getenv(PROC_ENV_OPTIONS), options, sizeof(*options), setopt, &debug); local
H A Derror.c132 setopt(void* a, const void* p, register int n, register const char* v) function
377 stropt(getenv("ERROR_OPTIONS"), options, sizeof(*options), setopt, NiL); local
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dsetlocale.c2388 setopt(void* a, const void* p, int n, const char* v) function
2728 stropt(getenv("LC_OPTIONS"), options, sizeof(*options), setopt, NiL); local

Completed in 143 milliseconds