Searched defs:oldopts (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libeti/form/common/
H A Dutility.c426 OPTIONS oldopts = f -> opts; local
427 OPTIONS x = opts ^ oldopts;
433 f -> opts = oldopts;
/osnet-11/usr/src/lib/libfuse/common/
H A Doptions.c116 char *newopts, *oldopts; local
127 oldopts = *opts;
129 oldlen = strlen(oldopts);
134 (void) strlcpy(newopts, oldopts, newlen);
138 umem_free(oldopts, oldlen + 1);
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddaemon.c2297 int oldopts = _res.options; local
2306 _res.options = oldopts;
2335 int oldopts = _res.options; local
2343 _res.options = oldopts;

Completed in 48 milliseconds