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

123

/macosx-10.9.5/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.9.5/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.9.5/pyobjc-42/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.9.5/adv_cmds-153/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.9.5/xnu-2422.115.4/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.9.5/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.9.5/cctools-845/otool/
H A Dotool.h48 extern enum bool oflag; /* print the objctive-C info */
/macosx-10.9.5/gnutar-452/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.9.5/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.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dtee.c113 register int oflag = O_WRONLY|O_TRUNC|O_CREAT|O_BINARY; 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.9.5/sudo-72/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.9.5/system_cmds-597.90.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.9.5/system_cmds-597.90.1/system_cmds-597.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.9.5/dyld-239.4/src/
H A DdyldSyscallInterface.h41 int (*open)(const char* path, int oflag, int extra);
/macosx-10.9.5/ksh-20/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.9.5/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)
/macosx-10.9.5/system_cmds-597.90.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) {

Completed in 316 milliseconds

123