Searched refs:oflag (Results 26 - 50 of 57) sorted by relevance

123

/macosx-10.10/system_cmds-643.1.1/iostat.tproj/
H A Diostat.c172 static int dflag = 0, Iflag = 0, Cflag = 0, Tflag = 0, oflag = 0, Uflag = 0, Kflag = 0; variable
251 oflag++;
309 if (oflag > 0) {
479 if (oflag > 0)
497 if (oflag > 0) {
639 if (oflag > 0) {
/macosx-10.10/system_cmds-643.1.1/shutdown.tproj/
H A Dshutdown.c117 static int dohalt, doreboot, doups, killflg, mbuflen, oflag; variable
119 static int dohalt, dopower, doreboot, killflg, mbuflen, oflag; variable
179 oflag = 1;
211 if (oflag && !(dohalt || dopower || doreboot))
214 if (nosync != NULL && !oflag)
503 if (!oflag) {
/macosx-10.10/libdispatch-442.1.4/private/
H A Dio_private.h173 * path, oflag and mode parameters will be passed to open(2) when the first I/O
183 * @param oflag The flags to pass to open(2) when opening the file at
205 const char *path, int oflag, mode_t mode,
/macosx-10.10/netcat-22/
H A Dnetcat.c119 int oflag; /* set options after connect/bind */ variable
295 oflag = 1;
688 if (!oflag)
692 if (oflag)
757 if (!oflag)
771 if (oflag)
787 if (oflag)
842 if (!oflag)
847 if (oflag)
/macosx-10.10/shell_cmds-179/xargs/
H A Dxargs.c91 static int count, insingle, indouble, oflag, pflag, tflag, Rflag, rval, zflag; variable
172 oflag = 1;
585 if (oflag) {
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXmsgcat.c81 catopen (name, oflag)
83 int oflag;
/macosx-10.10/pdisk-9/
H A Dpartition_map.c118 open_partition_map(char *name, int *valid_file, int ask_logical_size, int oflag) argument
125 m = open_pathname_as_media(name, oflag);
147 map->writable = (oflag == O_RDONLY)?0:writable;
406 init_partition_map(char *name, partition_map_header* oldmap, int oflag) argument
417 map = create_partition_map(name, oldmap, oflag);
430 create_partition_map(char *name, partition_map_header *oldmap, int oflag) argument
440 m = open_pathname_as_media(name, oflag);
443 (oflag == O_RDONLY)?"read":"writ");
454 map->writable = (oflag == O_RDONLY)?0:1;
H A Dfile_media.c204 open_file_as_media(char *file, int oflag) argument
218 fd = open(file, oflag);
/macosx-10.10/dyld-353.2.1/src/
H A Dglue.c342 int myopen(const char* path, int oflag, int extra) __asm("_open");
343 int myopen(const char* path, int oflag, int extra) { argument
344 return gSyscallHelpers->open(path, oflag, extra);
/macosx-10.10/libdispatch-442.1.4/dispatch/
H A Dio.h224 * path, oflag and mode parameters will be passed to open(2) when the first I/O
234 * @param oflag The flags to pass to open(2) when opening the file at
253 const char *path, int oflag, mode_t mode,
/macosx-10.10/libdispatch-442.1.4/src/
H A Dio_internal.h80 int oflag; member in struct:dispatch_io_path_data_s
H A Dio.c370 int oflag, mode_t mode, dispatch_queue_t queue,
387 path_data->oflag = oflag;
397 (path_data->oflag & O_NOFOLLOW) == O_NOFOLLOW ||
398 (path_data->oflag & O_SYMLINK) == O_SYMLINK ?
404 if ((path_data->oflag & O_CREAT) &&
452 int oflag, mode_t mode, dispatch_queue_t queue, void *context,
455 return dispatch_io_create_with_path(type, path, oflag, mode, queue,
1191 int oflag, mode_t mode) {
1196 int fd = guarded_open_np(path, &guard, guard_flags, oflag | O_CLOEXE
[all...]
/macosx-10.10/system_cmds-643.1.1/sysctl.tproj/
H A Dsysctl.c69 static int Nflag, nflag, oflag, qflag, xflag, warncount; variable
124 aflag = oflag = 1;
151 oflag = 1;
914 if (!oflag && !xflag) {
/macosx-10.10/ruby-106/ruby/win32/
H A Dwin32.c5166 rb_w32_uopen(const char *file, int oflag, ...) argument
5173 va_start(arg, oflag);
5179 ret = rb_w32_wopen(wfile, oflag, pmode);
5214 rb_w32_open(const char *file, int oflag, ...) argument
5221 va_start(arg, oflag);
5225 if ((oflag & O_TEXT) || !(oflag & O_BINARY)) {
5226 ret = _open(file, oflag, pmode);
5233 ret = rb_w32_wopen(wfile, oflag, pmode);
5239 rb_w32_wopen(const WCHAR *file, int oflag, argument
[all...]
/macosx-10.10/msdosfs-209.1.1/newfs_msdos.tproj/
H A Dnewfs_msdos.c359 static int Iflag, mflag, oflag; local
444 oflag = 1;
499 if (oflag)
501 if (!(opt_f || (opt_h && opt_u && opt_S && opt_s && oflag)))
502 getdiskinfo(fd, fname, dtype, oflag, &bpb);
1034 getdiskinfo(int fd, const char *fname, const char *dtype, int oflag, argument
1082 if (!oflag)
/macosx-10.10/emacs-93/emacs/src/
H A Dw32.c1988 int oflag;
1996 oflag = O_RDONLY;
1998 oflag = O_WRONLY | O_CREAT | O_TRUNC;
2006 oflag &= ~(O_RDONLY | O_WRONLY);
2007 oflag |= O_RDWR;
2011 oflag &= ~O_TEXT;
2012 oflag |= O_BINARY;
2016 oflag &= ~O_BINARY;
2017 oflag |= O_TEXT;
2021 fd = _open (map_w32_filename (path, NULL), oflag | _O_NOINHERI
1986 int oflag; local
2156 sys_open(const char * path, int oflag, int mode) argument
[all...]
/macosx-10.10/groff-38/groff/src/roff/groff/
H A Dgroff.cpp118 int oflag = 0; local
252 oflag = 1;
360 if (oflag)
/macosx-10.10/Libc-1044.1.2/gen/
H A Dfts.c667 int cderrno, descend, len, level, maxlen, dostat, oflag, saved_errno; local
679 oflag = DTF_NODUP|DTF_REWIND;
681 oflag = DTF_HIDEW|DTF_NODUP|DTF_REWIND;
685 if ((dirp = __opendir2(cur->fts_accpath, oflag)) == NULL) {
/macosx-10.10/system_cmds-643.1.1/sar.tproj/
H A Dsar.c120 int oflag = 0; variable
330 oflag = 1;
578 if (oflag && writeflag)
611 if (oflag && writeflag)
822 if (oflag)
932 if (fflag && !oflag)
1569 if (oflag)
/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/spawn/
H A Dposix_spawn.c992 * opened with flags 'oflag' and mode 'mode', and, if successful,
998 * oflag open file flags
1014 int filedes, const char * __restrict path, int oflag,
1042 psfileact->psfaa_openargs.psfao_oflag = oflag;
1012 posix_spawn_file_actions_addopen( posix_spawn_file_actions_t * __restrict file_actions, int filedes, const char * __restrict path, int oflag, mode_t mode) argument
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/src/
H A Dsimclist.c1356 int fd, oflag, mode; local
1359 oflag = O_RDWR | O_CREAT | O_TRUNC;
1362 oflag = _O_RDWR | _O_CREAT | _O_TRUNC;
1365 fd = open(filename, oflag, mode);
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-report/
H A Dintegration_test.sh191 atf_test_case oflag
418 atf_add_test_case oflag
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dposix_sem.c380 AUDIT_ARG(fflags, uap->oflag);
466 fmode = FFLAGS(uap->oflag);
H A Dposix_shm.c390 AUDIT_ARG(fflags, uap->oflag);
449 fmode = FFLAGS(uap->oflag);
H A Dtty.c883 tcflag_t oflag; local
888 oflag = tp->t_oflag;
889 if (!ISSET(oflag, OPOST)) {
906 ISSET(oflag, OXTABS) && !ISSET(tp->t_lflag, EXTPROC)) {
916 if (c == CEOT && ISSET(oflag, ONOEOT))

Completed in 841 milliseconds

123