Searched refs:oflag (Results 1 - 25 of 57) sorted by path

123

/macosx-10.10/IOKitUser-1050.1.21/
H A DIOKitLib.c1413 int oflag )
1431 xpc_dictionary_set_int64( message, "oflag", oflag );
H A DIOKitLib.h569 int oflag );
/macosx-10.10/IOKitUser-1050.1.21/ioserviceauthorized/
H A Dioserviceauthorized.m38 int64_t oflag;
45 oflag = xpc_dictionary_get_int64( message, "oflag" );
52 fd = _Open( service, oflag, authorizationID );
H A Dopen.h26 int _Open( io_service_t service, int oflag, uint64_t authorizationID );
H A Dopen.m71 int _Open( io_service_t service, int oflag, uint64_t authorizationID )
117 fd = opendev( ( void * ) DADiskGetBSDName( disk ), oflag, 0, 0 );
/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/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/adv_cmds-158/finger/
H A Dextern.h48 extern int oflag;
H A Dfinger.c94 int entries, gflag, kflag, lflag, mflag, pplan, sflag, oflag, Tflag; variable
143 oflag = 0; /* remote host info */
146 oflag = 1; /* office info */
191 oflag = 1; /* default to old "office" behavior */
H A Dsprint.c93 oflag ? "Office Phone" : "Where");
149 if (oflag) {
/macosx-10.10/basic_cmds-55/uudecode/
H A Duudecode.c74 static int base64, cflag, iflag, oflag, pflag, rflag, sflag; variable
93 if (oflag || rflag)
106 oflag = 1; /* output to the specified file */
111 if (oflag)
116 if (cflag || oflag)
121 if (oflag)
256 if (!oflag) {
261 if (pflag || (strcmp(oflag ? outfile : orig_outfile, "/dev/stdout") == 0)) {
292 if (oflag) {
/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/dyld-353.2.1/src/
H A DdyldSyscallInterface.h42 int (*open)(const char* path, int oflag, int extra);
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/emacs-93/emacs/src/
H A Dmac.c2246 sys_open (const char *path, int oflag)
2269 int res = open (mac_pathname, oflag);
2270 /* if (oflag == O_WRONLY || oflag == O_RDWR) */
2271 if (oflag & O_CREAT)
2275 return open (mac_pathname, oflag);
2242 sys_open(const char *path, int oflag) argument
H A Dsysdep.c3323 emacs_open (path, oflag, mode)
3325 int oflag, mode;
3330 if (oflag & O_CREAT)
3334 while ((rtnval = open (path, oflag, mode)) == -1
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/gnutar-453/gnutar/lib/
H A Drmt.h52 #define rmtopen(dev_name, oflag, mode, command) \
53 (_remdev (dev_name) ? rmt_open__ (dev_name, oflag, __REM_BIAS, command) \
54 : open (dev_name, oflag, mode))
H A Drtapelib.c320 encode_oflag (char *buf, int oflag)
322 sprintf (buf, "%d ", oflag);
324 switch (oflag & O_ACCMODE)
333 if (oflag & O_APPEND) strcat (buf, "|O_APPEND");
335 if (oflag & O_CREAT) strcat (buf, "|O_CREAT");
337 if (oflag & O_DSYNC) strcat (buf, "|O_DSYNC");
339 if (oflag & O_EXCL) strcat (buf, "|O_EXCL");
341 if (oflag & O_LARGEFILE) strcat (buf, "|O_LARGEFILE");
344 if (oflag & O_NOCTTY) strcat (buf, "|O_NOCTTY");
346 if (oflag
319 encode_oflag(char *buf, int oflag) 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/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dbash.c196 int setflag=0, quietflag=0, oflag=0; local
221 oflag=1;
258 ||(oflag&&(n&SH_BASHOPT)))
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dtee.c113 register int oflag = O_WRONLY|O_TRUNC|O_CREAT|O_BINARY|O_cloexec; local
134 oflag &= ~O_TRUNC;
135 oflag |= O_APPEND;
180 while ((*hp = open(cp, oflag, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)) < 0 && errno == EINTR)
/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/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/libdispatch-442.1.4/src/
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...]

Completed in 388 milliseconds

123