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

123

/macosx-10.10/IOKitUser-1050.1.21/
H A DIOKitLib.h569 int oflag );
H A DIOKitLib.c1413 int oflag )
1431 xpc_dictionary_set_int64( message, "oflag", oflag );
/macosx-10.10/tcpdump-61/tcpdump/
H A Dinterface.h384 #define oflag gndo->ndo_oflag macro
H A Dtcpdump.c1080 ++oflag;
2548 if (oflag)
2792 if (oflag)
/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
/macosx-10.10/ruby-106/ruby/
H A Dconfigure7839 for oflag in -fno-fast-math; do
7841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $oflag is accepted as CFLAGS" >&5
7842 $as_echo_n "checking whether $oflag is accepted as CFLAGS... " >&6; }
7852 CFLAGS="$CFLAGS $oflag"
7865 # RUBY_APPEND_OPTION(optflags, $oflag)
7867 *' $oflag '*) :
7870 optflags="$oflag" ;; #(
7872 optflags="$optflags $oflag" ;;

Completed in 145 milliseconds

123