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

/illumos-gate/usr/src/lib/libast/common/misc/
H A Dprocopen.c87 setopt(register void* a, register const void* p, register int n, const char* v) function
533 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
339 stropt(s, options, sizeof(*options), setopt, NiL);
377 stropt(getenv("ERROR_OPTIONS"), options, sizeof(*options), setopt, NiL); local
/illumos-gate/usr/src/cmd/fmt/
H A Dfmt.c104 static int setopt(char *);
140 if (setopt(cp))
621 setopt(char *cp) function
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dsetlocale.c776 setopt(void* a, const void* p, int n, const char* v) function
1071 stropt(getenv("LC_OPTIONS"), options, sizeof(*options), setopt, NiL); local
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.c128 static int setopt(int fd, int level, int name, int value);
258 if (setopt(fd, SOL_SOCKET, SO_SNDBUF, val) < 0) {
271 if (setopt(fd, SOL_SOCKET, SO_RCVBUF, val) < 0) {
480 setopt(int fd, int level, int name, int value) function
512 return (setopt(fd, SOL_SOCKET, SO_REUSEADDR, 1));
518 return (setopt(fd, SOL_SOCKET, SO_RECVUCRED, 1));
524 return (setopt(fd, SOL_SOCKET, SO_ANON_MLP, 1));

Completed in 63 milliseconds