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

123

/freebsd-11.0-release/usr.bin/grep/
H A Dgrep.h113 bflag, cflag, hflag, iflag, lflag, mflag, nflag, oflag,
H A Dgrep.c114 bool oflag; /* -o: print only matching part */ variable
558 oflag = true;
/freebsd-11.0-release/lib/librt/
H A Dmq.c83 __mq_open(const char *name, int oflag, mode_t mode, argument
93 mq->oshandle = __sys_kmq_open(name, oflag, mode, attr);
/freebsd-11.0-release/usr.bin/xargs/
H A Dxargs.c90 static int count, insingle, indouble, oflag, pflag, tflag, Rflag, rval, zflag; variable
166 oflag = 1;
582 if (oflag) {
/freebsd-11.0-release/contrib/byacc/
H A Dmain.c39 static char oflag; variable
157 if (oflag)
463 oflag = 1;
/freebsd-11.0-release/sys/dev/digi/
H A Ddigireg.h71 volatile u_short oflag; member in struct:board_chan
/freebsd-11.0-release/sys/kern/
H A Duipc_syscalls.c132 int fd, error, type, oflag, fflag; local
137 oflag = 0;
141 oflag |= O_CLOEXEC;
154 error = falloc(td, &fp, &fd, oflag);
628 int fd, error, oflag, fflag; local
632 oflag = 0;
636 oflag |= O_CLOEXEC;
656 error = falloc(td, &fp1, &fd, oflag);
661 error = falloc(td, &fp2, &fd, oflag);
H A Duipc_sem.c621 int oflag; member in struct:ksem_open_args
633 if ((uap->oflag & ~(O_CREAT | O_EXCL)) != 0)
636 uap->oflag, 0));
965 if ((uap->oflag & ~(O_CREAT | O_EXCL)) != 0)
968 uap->oflag, 1));
H A Duipc_mqueue.c2208 u_int oflag, flag; local
2221 oflag = flag = fp->f_flag;
2224 } while (atomic_cmpset_int(&fp->f_flag, oflag, flag) == 0);
2226 oflag = fp->f_flag;
2227 oattr->mq_flags = (O_NONBLOCK & oflag);
/freebsd-11.0-release/contrib/groff/src/roff/groff/
H A Dgroff.cpp118 int oflag = 0; local
252 oflag = 1;
360 if (oflag)
/freebsd-11.0-release/usr.bin/man/
H A Dman.sh535 o) oflag=oflag ;;
646 if [ -n "$oflag" ]; then
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp999 int oflag = info->GetActionArgument(); local
1003 if (oflag & O_CREAT)
1007 ::posix_spawn_file_actions_addopen(file_actions, info->GetFD(), info->GetPath(), oflag, mode),
1011 "posix_spawn_file_actions_addopen (action=%p, fd=%i, path='%s', oflag=%i, mode=%i)",
1012 static_cast<void *>(file_actions), info->GetFD(), info->GetPath(), oflag, mode);
/freebsd-11.0-release/contrib/ofed/libibverbs/include/infiniband/
H A Ddriver.h142 int ibv_cmd_open_xrc_domain(struct ibv_context *context, int fd, int oflag,
H A Dverbs.h667 int fd, int oflag);
1192 * the only legal value for oflag is O_CREAT
1194 * @oflag: oflag values are constructed by OR-ing flags from the following list
1209 int fd, int oflag);
/freebsd-11.0-release/lib/libc/gen/
H A Dfts-compat.c636 int cderrno, descend, len, level, maxlen, nlinks, oflag, saved_errno, local
649 oflag = DTF_NODUP | DTF_REWIND;
651 oflag = DTF_HIDEW | DTF_NODUP | DTF_REWIND;
655 if ((dirp = __opendir2(cur->fts_accpath, oflag)) == NULL) {
H A Dfts.c633 int cderrno, descend, oflag, saved_errno, nostat, doadjust; local
647 oflag = DTF_NODUP | DTF_REWIND;
649 oflag = DTF_HIDEW | DTF_NODUP | DTF_REWIND;
653 if ((dirp = __opendir2(cur->fts_accpath, oflag)) == NULL) {
/freebsd-11.0-release/lib/libfetch/
H A Dftp.c1101 int oflag; local
1139 oflag = O_WRONLY;
1141 oflag = O_RDONLY;
1144 return (ftp_transfer(conn, op, url->doc, oflag, url->offset, flags));
/freebsd-11.0-release/sbin/tunefs/
H A Dtunefs.c93 int kvalue, Lflag, lflag, mflag, mvalue, Nflag, nflag, oflag, ovalue; local
103 lflag = mflag = Nflag = nflag = oflag = pflag = sflag = tflag = 0;
256 oflag = 1;
508 if (oflag) {
/freebsd-11.0-release/contrib/ofed/libibverbs/src/
H A Dverbs.c579 int fd, int oflag)
586 d = context->more_ops->open_xrc_domain(context, fd, oflag);
578 ibv_open_xrc_domain(struct ibv_context *context, int fd, int oflag) argument
/freebsd-11.0-release/sys/dev/si/
H A Dsi.c807 int oldspl, cflag, iflag, oflag, lflag; local
817 oflag = t->c_oflag;
820 oflag, cflag, iflag, lflag));
/freebsd-11.0-release/contrib/ofed/libmlx4/src/
H A Dmlx4.h436 int fd, int oflag);
H A Dverbs.c817 int fd, int oflag)
827 ret = ibv_cmd_open_xrc_domain(context, fd, oflag, &xrcd->ibv_xrcd,
816 mlx4_open_xrc_domain(struct ibv_context *context, int fd, int oflag) argument
/freebsd-11.0-release/contrib/elftoolchain/nm/
H A Dnm.c447 bool is_posix, oflag; local
452 oflag = is_posix = false;
525 oflag = true;
582 if (oflag) {
/freebsd-11.0-release/contrib/netbsd-tests/usr.bin/sort/
H A Dt_sort.sh551 atf_test_case oflag
1003 atf_add_test_case oflag
/freebsd-11.0-release/sys/dev/rp/
H A Drp.c991 int cflag, iflag, oflag, lflag; local
1009 oflag = t->c_oflag;

Completed in 241 milliseconds

123