| /trueos/lib/libc/stdio/ |
| HD | freopen.c | 62 int dflags, flags, isopen, oflags, sverrno, wantfd; in freopen() local 88 if ((dflags = _fcntl(fp->_file, F_GETFL)) < 0) { in freopen() 95 if ((dflags & O_ACCMODE) != O_RDWR && (dflags & O_ACCMODE) != in freopen() 104 if ((oflags ^ dflags) & O_APPEND) { in freopen() 105 dflags &= ~O_APPEND; in freopen() 106 dflags |= oflags & O_APPEND; in freopen() 107 if (_fcntl(fp->_file, F_SETFL, dflags) < 0) { in freopen()
|
| HD | ftell.c | 91 int dflags; in _ftello() local 123 dflags = 0; in _ftello() 125 dflags = O_APPEND; in _ftello() 127 (dflags = _fcntl(fp->_file, F_GETFL)) < 0) in _ftello() 129 if ((dflags & O_APPEND) && in _ftello()
|
| /trueos/lib/libc/db/btree/ |
| HD | bt_put.c | 74 int dflags, exact, status; in __bt_put() local 118 dflags = 0; in __bt_put() 129 dflags |= P_BIGKEY; in __bt_put() 141 dflags |= P_BIGDATA; in __bt_put() 202 data, dflags, nbytes, idx)) != RET_SUCCESS) in __bt_put() 214 WR_BLEAF(dest, key, data, dflags); in __bt_put()
|
| HD | bt_open.c | 90 __bt_open(const char *fname, int flags, int mode, const BTREEINFO *openinfo, int dflags) in __bt_open() argument 310 if (dflags & DB_LOCK) in __bt_open() 312 if (dflags & DB_SHMEM) in __bt_open() 314 if (dflags & DB_TXN) in __bt_open()
|
| /trueos/lib/libc/db/recno/ |
| HD | rec_put.c | 197 int dflags, status; in __rec_iput() local 213 dflags = P_BIGDATA; in __rec_iput() 216 dflags = 0; in __rec_iput() 255 status = __bt_split(t, h, NULL, data, dflags, nbytes, idx); in __rec_iput() 268 WR_RLEAF(dest, data, dflags); in __rec_iput()
|
| HD | rec_open.c | 57 int dflags) in __rec_open() argument 84 O_RDWR, S_IRUSR | S_IWUSR, &btopeninfo, dflags); in __rec_open() 86 dbp = __bt_open(NULL, O_RDWR, S_IRUSR | S_IWUSR, NULL, dflags); in __rec_open()
|
| /trueos/lib/libthread_db/ |
| HD | libpthread_db.c | 444 uint32_t dflags; in pt_dbsuspend() local 530 &dflags, sizeof(dflags)); in pt_dbsuspend() 534 dflags |= TMDF_SUSPEND; in pt_dbsuspend() 536 dflags &= ~TMDF_SUSPEND; in pt_dbsuspend() 539 &dflags, sizeof(dflags)); in pt_dbsuspend() 578 uint32_t dflags; in pt_thr_old_get_info() local 621 &dflags, sizeof(dflags)); in pt_thr_old_get_info() 657 info->ti_db_suspended = ((dflags & TMDF_SUSPEND) != 0); in pt_thr_old_get_info() 982 uint32_t dflags; in pt_thr_sstep() local 1005 &dflags, sizeof(uint32_t)); in pt_thr_sstep() [all …]
|
| /trueos/usr.sbin/cron/cron/ |
| HD | cron.c | 57 char **dflags; in usage() local 65 for(dflags = DebugFlagNames; *dflags; dflags++) { in usage() 66 fprintf(stderr, "%s ", *dflags); in usage()
|
| /trueos/sys/dev/sound/pcm/ |
| HD | vchan.c | 353 uint32_t dflags; in sysctl_dev_pcm_vchanmode() local 406 dflags = CHN_F_VCHAN_PASSTHROUGH; in sysctl_dev_pcm_vchanmode() 409 dflags = CHN_F_VCHAN_ADAPTIVE; in sysctl_dev_pcm_vchanmode() 412 dflags = 0; in sysctl_dev_pcm_vchanmode() 418 if (dflags == (c->flags & CHN_F_VCHAN_DYNAMIC) || in sysctl_dev_pcm_vchanmode() 425 c->flags |= dflags; in sysctl_dev_pcm_vchanmode()
|
| /trueos/sys/pc98/cbus/ |
| HD | fdc.c | 1305 int rv, unitattn, dflags; in fdopen() local 1316 dflags = device_get_flags(fd->dev); in fdopen() 1367 if ((dflags & FD_NO_CHLINE) != 0 || in fdopen()
|
| /trueos/contrib/sendmail/src/ |
| HD | daemon.c | 1821 struct dflags struct 1827 static struct dflags DaemonFlags[] = argument 1852 register struct dflags *df;
|
| /trueos/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | dt_link.c | 1680 dtrace_program_link(dtrace_hdl_t *dtp, dtrace_prog_t *pgp, uint_t dflags, argument 1781 if ((dof = dtrace_dof_create(dtp, pgp, dflags)) == NULL)
|
| /trueos/lib/libc/db/hash/ |
| HD | hash.c | 99 int dflags) in __hash_open() argument
|
| /trueos/sys/dev/sym/ |
| HD | sym_hipd.c | 7949 u_char dflags; local 7992 dflags = lp ? lp->current_flags : 0; 7996 dflags = lp ? lp->user_flags : tp->usrflags; 8015 if (dflags & SYM_DISC_ENABLED) 8020 if (dflags & SYM_TAGS_ENABLED)
|
| /trueos/sys/cam/ |
| HD | cam_xpt.c | 208 SYSCTL_UINT(_kern_cam, OID_AUTO, dflags, CTLFLAG_RW,
|
| /trueos/contrib/binutils/opcodes/ |
| HD | ChangeLog-9297 | 1844 prototypes. Get rid of static variables aflags and dflags. Pass
|