Searched refs:oldflags (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Ddeflt.c273 * oldflags = defcntl(cmd, arg);
281 * oldflags Old value of flags. -1 on error.
301 * oldflags = defcntl_r(int cmd, int arg, void *defp);
311 * oldflags Old value of flags. -1 on error.
323 int oldflags; local
330 oldflags = thr_data->Dcflags;
333 oldflags = thr_data->Dcflags;
337 oldflags = -1;
341 return (oldflags);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A Dbsd_glob.c612 int c, err, oldflags, oldpathc; local
624 oldflags = pglob->gl_flags;
681 pglob->gl_flags = oldflags;
699 pglob->gl_flags = oldflags;
707 pglob->gl_flags = oldflags;

Completed in 17 milliseconds