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

123

/macosx-10.10/pdisk-9/
H A Dfile_media.h57 MEDIA open_file_as_media(char *file, int oflag);
H A Dpathname.h57 MEDIA open_pathname_as_media(char *path, int oflag);
H A Dpartition_map.h109 partition_map_header* create_partition_map(char *name, partition_map_header *oldmap, int oflag);
114 partition_map_header* init_partition_map(char *name, partition_map_header* oldmap, int oflag);
116 partition_map_header* open_partition_map(char *name, int *valid_file, int ask_logical_size, int oflag);
H A Dpathname.c75 open_pathname_as_media(char *path, int oflag) argument
138 m = open_file_as_media(path, oflag);
/macosx-10.10/IOKitUser-1050.1.21/ioserviceauthorized/
H A Dopen.h26 int _Open( io_service_t service, int oflag, uint64_t authorizationID );
H A Dioserviceauthorized.m38 int64_t oflag;
45 oflag = xpc_dictionary_get_int64( message, "oflag" );
52 fd = _Open( service, oflag, 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/libxml2-26/libxml2/win32/wince/
H A Dwincecompat.c32 int open(const char *filename,int oflag, ...) argument
36 if ( oflag==(O_WRONLY|O_CREAT) )
38 else if (oflag==O_RDONLY)
H A Dwincecompat.h36 int open(const char *filename,int oflag, ...);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/win32/wince/
H A Dwincecompat.c32 int open(const char *filename,int oflag, ...) argument
36 if ( oflag==(O_WRONLY|O_CREAT) )
38 else if (oflag==O_RDONLY)
H A Dwincecompat.h36 int open(const char *filename,int oflag, ...);
/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/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c522 register tcflag_t oflag = tp->t_oflag; local
528 if (iflag&ICRNL || oflag&ONLCR)
553 if (!(flags&RAW) && !(oflag&OPOST) && (cflag&(CSIZE|PARENB)) == CS8)
559 if (oflag&OXTABS)
594 register tcflag_t oflag = t->c_oflag; local
606 oflag |= OXTABS;
608 oflag &= ~OXTABS;
615 oflag |= ONLCR;
618 oflag &= ~ONLCR;
635 oflag
685 register tcflag_t oflag = t->c_oflag; local
[all...]
/macosx-10.10/man-16/man/catopen/
H A Dcatopen.c24 my_catopen(char *name, int oflag) { argument
27 fd = catopen(name, oflag);
29 if (fd == (nl_catd) -1 && oflag) {
30 oflag = 0;
31 fd = catopen(name, oflag);
41 * "In catopen(), the oflag argument is reserved for future use
45 if (oflag)
/macosx-10.10/gnutar-453/gnutar/lib/
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...]
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))
/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/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/sudo-73/src/
H A Dget_pty.c111 posix_openpt(oflag)
112 int oflag;
117 fd = open("/dev/ptc", oflag);
119 fd = open("/dev/ptmx", oflag);
/macosx-10.10/system_cmds-643.1.1/getty.tproj/
H A Dsubr.c270 tcflag_t iflag, oflag, cflag, lflag; local
304 oflag = omode.c_oflag;
354 SET(oflag, ONLCR|OPOST);
357 CLR(oflag, ONLCR);
361 SET(oflag, OXTABS|OPOST);
363 CLR(oflag, OXTABS);
372 CLR(oflag, OPOST);
422 tmode.c_oflag = oflag;
/macosx-10.10/dyld-353.2.1/src/
H A DdyldSyscallInterface.h42 int (*open)(const char* path, int oflag, int extra);
/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/tcsh-65/tcsh/
H A Dsh.misc.c606 xopen(const char *path, int oflag, ...) argument
610 if ((oflag & O_CREAT) == 0) {
611 while ((res = open(path, oflag)) == -1 && errno == EINTR)
617 va_start(ap, oflag);
623 while ((res = open(path, oflag, mode)) == -1 && errno == EINTR)

Completed in 218 milliseconds

123