Searched refs:ISSET (Results 1 - 25 of 80) sorted by relevance

1234

/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dtty.c229 #define ISSET(t, f) ((t) & (f)) macro
353 if (!ISSET(tp->t_state, TS_ISOPEN)) {
355 if (ISSET(tp->t_cflag, CLOCAL)) {
509 if (ISSET(lflag, PENDIN))
514 if (ISSET(lflag, ICANON)) {
531 (!ISSET(lflag, ICANON) || tp->t_canq.c_cc != 0) &&
532 (ISSET(tp->t_cflag, CRTS_IFLOW) || ISSET(iflag, IXOFF)) &&
533 !ISSET(tp->t_state, TS_TBLOCK))
538 err = (ISSET(
[all...]
H A Dmach_process.c104 #define ISSET(t, f) ((t) & (f)) macro
132 if (ISSET(p->p_lflag, P_LTRACED)) {
176 if (ISSET(p->p_lflag, P_LTRACED)) {
245 if (ISSET(t->p_lflag, P_LNOATTACH)) {
259 if (!ISSET(t->p_lflag, P_LTRACED)) {
452 if (ISSET(traced_procp->p_lflag, P_LTRACED)) {
462 ISSET(traced_procp->p_flag, P_SUGID)) &&
473 if (ISSET(traced_procp->p_lflag, P_LNOATTACH)) {
/macosx-10.10.1/sudo-73/src/
H A Dparse_args.c254 if (ISSET(flags, MODE_INVALIDATE)) {
268 if (ISSET(flags, MODE_LOGIN_SHELL)) {
269 if (ISSET(flags, MODE_SHELL)) {
273 if (ISSET(flags, MODE_PRESERVE_ENV)) {
282 (ISSET(flags, MODE_PRESERVE_ENV) || sudo_user.env_vars != NULL)) {
283 if (ISSET(mode, MODE_PRESERVE_ENV))
290 !ISSET(mode, MODE_EDIT | MODE_RUN | MODE_CHECK | MODE_VALIDATE)) {
297 if (ISSET(tgetpass_flags, TGP_STDIN) && ISSET(tgetpass_flags, TGP_ASKPASS)) {
302 (NewArgc > 0 && !ISSET(mod
[all...]
H A Denv.c611 if (ISSET(sudo_mode, MODE_SHELL) && strncmp(var, "SHELL=", 6) == 0)
700 if (ISSET(sudo_mode, MODE_RUN)) {
702 ISSET(sudo_mode, MODE_RESET_HOME | MODE_LOGIN_SHELL) ||
703 (ISSET(sudo_mode, MODE_SHELL) && def_set_home))
707 if (def_env_reset || ISSET(sudo_mode, MODE_LOGIN_SHELL)) {
714 if (!ISSET(sudo_mode, MODE_LOGIN_SHELL)) {
761 if (strncmp(*ep, "HOME=", 5) == 0 && !ISSET(sudo_mode, MODE_RESET_HOME))
801 if (ISSET(sudo_mode, MODE_LOGIN_SHELL)) {
802 sudo_setenv("SHELL", runas_pw->pw_shell, ISSET(didvar, DID_SHELL));
804 ISSET(didva
[all...]
H A Dgoodpath.c54 if (S_ISREG(sb.st_mode) && ISSET(sb.st_mode, 0111))
H A Dlogging.c260 if (ISSET(status, FLAG_NO_USER | FLAG_NO_HOST))
266 if (ISSET(status, FLAG_NO_USER))
268 else if (ISSET(status, FLAG_NO_HOST))
280 if (ISSET(status, FLAG_NO_USER))
283 else if (ISSET(status, FLAG_NO_HOST))
286 else if (ISSET(status, FLAG_NO_CHECK))
321 if (!ISSET(status, FLAG_NO_USER | FLAG_NO_HOST) && def_path_info &&
360 if (ISSET(status, VALIDATE_OK)) {
375 if (ISSET(status, FLAG_BAD_PASSWORD)) {
378 } else if (ISSET(statu
[all...]
H A Ddefaults.c257 if (!ISSET(cur->type, T_BOOL) || op != FALSE) {
262 if (ISSET(cur->type, T_PATH) && val && *val != '/') {
274 if (!ISSET(cur->type, T_BOOL) || op != FALSE) {
287 if (!ISSET(cur->type, T_BOOL) || op != FALSE) {
300 if (!ISSET(cur->type, T_BOOL) || op != FALSE) {
313 if (!ISSET(cur->type, T_BOOL) || op != FALSE) {
333 if (!ISSET(cur->type, T_BOOL) || op != FALSE) {
344 if (!val && !ISSET(cur->type, T_BOOL)) {
522 if (ISSET(what, SETDEF_GENERIC) &&
527 if (ISSET(wha
[all...]
H A Dsudo.c243 if (ISSET(sudo_mode, MODE_SHELL))
245 else if (ISSET(sudo_mode, MODE_EDIT))
329 if (ISSET(sudo_mode, MODE_LOGIN_SHELL))
358 if (ISSET(sudo_mode, MODE_PRESERVE_GROUPS))
375 if (ISSET(validated, VALIDATE_OK)) {
418 if (ISSET(sudo_mode, MODE_IMPLIED_SHELL) && !def_shell_noargs)
438 if (ISSET(sudo_mode, MODE_EDIT) ||
439 (ISSET(sudo_mode, MODE_PRESERVE_ENV) && def_setenv))
448 if (!ISSET(validated, VALIDATE_OK))
471 if (!ISSET(validate
[all...]
H A Dcheck.c135 if (ISSET(mode, MODE_INVALIDATE))
156 if (status != TS_CURRENT || ISSET(validated, FLAG_CHECK_USER)) {
158 if (ISSET(mode, MODE_NONINTERACTIVE)) {
166 if (ISSET(tgetpass_flags, TGP_ASKPASS)) {
170 } else if (!ISSET(tgetpass_flags, TGP_STDIN)) {
182 if (!ISSET(tgetpass_flags, TGP_ASKPASS))
192 if (rval == TRUE && ISSET(validated, VALIDATE_OK) &&
193 !ISSET(mode, MODE_INVALIDATE) && status != TS_ERROR)
509 if (ISSET(flags, TS_MAKE_DIRS)) {
561 if (status == TS_MISSING && timestampfile && ISSET(flag
[all...]
H A Dinterfaces.c113 if (ifa->ifa_addr == NULL || !ISSET(ifa->ifa_flags, IFF_UP) ||
114 ISSET(ifa->ifa_flags, IFF_LOOPBACK))
134 if (ifa->ifa_addr == NULL || !ISSET(ifa->ifa_flags, IFF_UP) ||
135 ISSET(ifa->ifa_flags, IFF_LOOPBACK))
262 if (!ISSET(ifr_tmp.ifr_flags, IFF_UP) ||
263 ISSET(ifr_tmp.ifr_flags, IFF_LOOPBACK))
H A Dsecure_path.c58 } else if (ISSET(sb.st_mode, S_IWGRP) &&
H A Dsigaction.c107 return ISSET(*set, sigmask(signo));
H A Dtgetpass.c82 if (ISSET(flags, TGP_ASKPASS) && user_askpass)
92 if (ISSET(flags, TGP_STDIN) ||
102 if (!ISSET(flags, TGP_ECHO)) {
148 if (!ISSET(flags, TGP_ECHO))
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dfts.c83 #define ISSET(opt) (sp->fts_options & opt) macro
86 #define CHDIR(sp, path) (!ISSET(FTS_NOCHDIR) && chdir(path))
87 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd))
143 if (ISSET(FTS_LOGICAL))
170 p->fts_info = fts_stat(sp, p, ISSET(FTS_COMFOLLOWDIR) ? -1 : ISSET(FTS_COMFOLLOW));
213 if (!ISSET(FTS_NOCHDIR) && (sp->fts_rfd = open(".", O_RDONLY, 0)) < 0)
332 if (!ISSET(FTS_NOCHDIR)) {
341 if (ISSET(FTS_BLOCK_COMPAR) && sp->fts_compar_b != NULL)
374 if (sp->fts_cur == NULL || ISSET(FTS_STO
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_chash.c165 if (ISSET(cp->c_hflag, H_ALLOC | H_TRANSIT | H_ATTACH)) {
268 if (!ISSET(cp->c_hflag, H_ALLOC | H_TRANSIT | H_ATTACH)) {
318 if (ISSET(cp->c_hflag, H_ALLOC | H_ATTACH | H_TRANSIT)) {
379 if (ISSET(cp->c_hflag, H_WAITING)) {
443 if (ISSET(cp->c_hflag, H_WAITING)) {
479 if (ISSET(cp->c_hflag, H_ATTACH)) {
507 if (ISSET(cp->c_hflag, H_WAITING)) {
547 if (cp && ISSET(cp->c_hflag, H_ALLOC | H_TRANSIT | H_ATTACH)) {
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dlak.c137 #define ISSET(x) ((x != NULL) && (*(x) != '\0')) macro
330 if ( ISSET(conf->group_filter) &&
331 ISSET(conf->search_base) &&
564 user_len=ISSET(username) ? strlen(username) : 0;
565 service_len=ISSET(service) ? strlen(service) : 0;
566 realm_len=ISSET(realm) ? strlen(realm) : 0;
567 dn_len=ISSET(dn) ? strlen(dn) : 0;
603 if (ISSET(username)) {
613 if (ISSET(username)) {
632 if (ISSET(usernam
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs_bio.c270 if (ISSET(fbp->nb_flags, NB_META) && fbp->nb_data)
286 if (ISSET(bp->nb_flags, NB_DELWRI)) {
289 } else if (ISSET(bp->nb_flags, NB_META)) {
326 if (!ISSET(bp->nb_flags, NB_INVAL)) {
357 if (ISSET(bp->nb_lflags, NBL_BUSY)) {
399 if (ISSET(bp->nb_flags, NB_PAGELIST))
403 if (!ISSET(bp->nb_flags, NB_READ)) {
441 if (!ISSET(bp->nb_flags, NB_PAGELIST))
468 if (ISSET(bp->nb_flags, NB_CACHE)) {
491 if (!ISSET(b
[all...]
/macosx-10.10.1/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp100 #define ISSET(t, f) ((t) & (f)) macro
122 ( !IS_TTY_OUTWARD((dev)) && !ISSET((cflag), CLOCAL) )
1161 if (!ISSET(tp->t_state, TS_ISOPEN)) {
1403 if (ISSET(dt->c_cflag, CIGNORE)
1404 && ISSET(tp->t_iflag, (IXON|IXOFF))
1417 if (ISSET(tp->t_state, TS_XCLUDE)) {
1558 if ( !me->fIstxEnabled && !ISSET(tp->t_state, TS_TTSTOP) ) {
1590 if ( ISSET(tp->t_state, TS_TTSTOP) ) {
1598 if ( ISSET(rw, FWRITE) ) {
1604 if ( ISSET(r
[all...]
/macosx-10.10.1/nano-12/src/
H A Dsearch.c52 | (ISSET(CASE_SENSITIVE) ? 0 : REG_ICASE)
184 ISSET(CASE_SENSITIVE) ? _(" [Case Sensitive]") :
190 ISSET(USE_REGEXP) ? _(" [Regexp]") :
196 ISSET(BACKWARDS_SEARCH) ? _(" [Backwards]") :
222 if (ISSET(USE_REGEXP) && !regexp_init((i == -2) ?
287 ISSET(BACKWARDS_SEARCH) ?
306 ISSET(USE_REGEXP) ?
344 if (ISSET(BACKWARDS_SEARCH)) {
359 if (ISSET(BACKWARDS_SEARCH)) {
378 if (ISSET(BACKWARDS_SEARC
[all...]
H A Dnano.c374 ISSET(SMOOTH_SCROLL) ? NONE :
384 if (!ISSET(NO_NEWLINES) && openfile->filebot->data[0] != '\0')
445 if (!ISSET(NO_NEWLINES) && openfile->filebot->data[0] != '\0')
531 if (!ISSET(NO_HELP))
542 if (!no_rcfiles && ISSET(HISTORYLOG))
606 if (ISSET(RESTRICTED))
661 if (!ISSET(REBIND_KEYPAD)) {
686 if (ISSET(USE_MOUSE))
910 return ISSET(MORE_SPACE) ? 1 : 0;
918 return ISSET(NO_HEL
[all...]
H A Dfiles.c106 || ISSET(MULTIBUFFER)
308 if (!ISSET(NO_CONVERT) && buf_len > 0 && buf[buf_len - 1] == '\r')
388 if (!ISSET(NO_CONVERT) && i > 0 && buf[i - 1] == '\r' &&
406 } else if (!ISSET(NO_CONVERT) && i > 0 && buf[i - 1] == '\r') {
455 if (len == 0 && !ISSET(NO_CONVERT) && input == '\r') {
470 if (!ISSET(NO_CONVERT) && buf[len - 1] == '\r' &&
546 if (!ISSET(NO_NEWLINES) && openfile->filebot->data[0] != '\0') {
706 ISSET(MULTIBUFFER) ?
714 ISSET(MULTIBUFFER) ?
746 && !ISSET(MULTIBUFFE
[all...]
/macosx-10.10.1/cups-408/cups/vcnet/regex/
H A Dregexec.c27 #define ISSET(v, n) ((v) & ((unsigned)1 << (n))) macro
53 #undef ISSET macro
74 #define ISSET(v, n) ((v)[n]) macro
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A Dregexec.c63 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro
89 #undef ISSET macro
110 #define ISSET(v, n) ((v)[n]) macro
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_bio.c321 if (!ISSET(bp->b_flags, B_DELWRI)) {
333 if (ISSET(bp->b_flags, B_DELWRI)) {
869 if (bp->b_shadow_ref == 0 || bp->b_data_ref == 0 || ISSET(bp->b_lflags, BL_SHADOW)) {
883 if ( !ISSET(bp->b_lflags, BL_EXTERNAL))
903 if ( !ISSET(t_bp->b_lflags, BL_EXTERNAL))
1182 if (!ISSET(bp->b_flags, B_READ))
1515 if ((flags & BUF_SKIP_META) && (bp->b_lblkno < 0 || ISSET(bp->b_flags, B_META)))
1586 if ((flags & BUF_SKIP_META) && (bp->b_lblkno < 0 || ISSET(bp->b_flags, B_META)))
1628 if (ISSET(bp->b_flags, B_DELWRI) && (flags & BUF_WRITE_DATA))
1911 if (ISSET(b
[all...]
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dvar.h42 #define ISSET(exp, bit) (((exp) & (bit)) == (bit)) macro

Completed in 192 milliseconds

1234