Home
last modified time | relevance | path

Searched refs:YES (Results 1 – 25 of 178) sorted by relevance

12345678

/dragonfly/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c34 #define YES 1 macro
160 return (YES); in netgroup_match()
181 return (YES); in user_match()
185 return (YES); in user_match()
210 return (YES); in from_match()
214 return (YES); in from_match()
217 return (YES); in from_match()
220 return (YES); in from_match()
237 return (YES); in string_match()
239 return (YES); in string_match()
/dragonfly/usr.bin/msgs/
H A Dmsgs.c84 #define YES true macro
191 clean = YES; in main()
195 hush = YES; in main()
199 hdrs = YES; in main()
215 qopt = YES; in main()
343 sending = YES; in main()
399 newrc = YES; in main()
405 newrc = YES; in main()
444 printing = YES; in main()
478 already = YES; in main()
[all …]
/dragonfly/usr.bin/ctags/
H A DC.c94 token = YES; in c_entries()
209 t_def = YES; in c_entries()
237 token = YES; in c_entries()
308 return (YES); in func_entry()
393 return (YES); in str_entry()
423 return (YES); in str_entry()
440 star = YES; in skip_comment()
500 retval = YES; /* have moved out of the rule */ in skip_key()
H A Dctags.c89 tflag = YES; in main()
111 tflag = YES; in main()
237 _gd[i] = YES; in init()
241 _wht[*sp] = YES; in init()
244 _etk[*sp] = YES; in init()
247 _itk[*sp] = YES; in init()
250 _btk[*sp] = YES; in init()
H A Dlisp.c64 special = YES; in l_entries()
68 special = YES; in l_entries()
H A Dfortran.c123 pfcnt = YES; in PF_funcs()
143 return (YES); in cicmp()
/dragonfly/stand/boot/dloader/
H A Ddloader.menu26 acpi_load="YES"
27 ahci_load="YES"
28 ehci_load="YES"
29 xhci_load="YES"
76 menuadd set hint.ahci.disabled=YES
149 menuadd set boot_single="YES"
154 menuadd initrd.img_load="YES"
166 menuadd set boot_single="YES"
179 menuadd set boot_verbose=YES
/dragonfly/usr.sbin/periodic/
H A Dperiodic.sh93 success=YES info=YES badconfig=NO empty_output=YES # Defaults when ${run}_* aren't YES/NO
96 [Yy][Ee][Ss]) eval $var=YES;;
/dragonfly/contrib/gcc-4.7/libobjc/
H A Dprotocols.c164 return YES; in class_addProtocol()
197 return YES; in class_conformsToProtocol()
274 return YES; in protocol_conformsToProtocol()
286 return YES; in protocol_conformsToProtocol()
298 return YES; in protocol_conformsToProtocol()
310 return YES; in protocol_isEqual()
339 return YES; in protocol_isEqual()
H A Dselector.c82 /* is_const */ YES); in __objc_register_selectors_from_module()
121 method->method_types, 0, YES); in __objc_register_selectors_from_list()
146 method->types, 0, YES); in __objc_register_selectors_from_description_list()
246 return YES; in sel_types_match()
H A Dhash.c196 prev->next = node->next, removed = YES; in objc_hash_remove()
288 return YES; in objc_hash_is_key_in_hash()
/dragonfly/games/adventure/
H A Dsetup.c57 #define YES 1 macro
87 linestart = YES; in main()
102 linestart = YES; /* Ready to convert spaces in main()
/dragonfly/contrib/lvm2/dist/scripts/
H A Dfsadm.sh54 YES=
216 if [ -n "$YES" ]; then
282 if [ -n "$YES" ]; then
351 *) dry $FSCK $YES "$VOLUME" ;;
390 "-y"|"--yes") YES="-y" ;;
/dragonfly/usr.bin/last/
H A Dlast.c60 #define YES 1 /* true/yes */ macro
413 if (bp->ut_name[0] && wantx(bp, YES)) { in wtmpx()
476 return (YES); in wantx()
482 return (YES); in wantx()
486 return (YES); in wantx()
490 return (YES); in wantx()
/dragonfly/contrib/tcp_wrappers/
H A Dhosts_access.c66 #define YES 1 macro
130 return (YES);
133 return (YES);
337 return (YES);
488 return YES;
/dragonfly/share/msgdef/
H A Dsr_Cyrl_RS.ISO8859-5.src13 ��:�:��:�:yes:y:YES:Y""da:d:DA:D:yes:y:YES:Y
H A Dsr_Latn_RS.UTF-8.src13 да:д:ДА:Д:yes:y:YES:Y""da:d:DA:D:yes:y:YES:Y
H A Dsr_Latn_RS.ISO8859-2.src13 da:d:DA:D:yes:y:YES:Y""da:d:DA:D:yes:y:YES:Y
/dragonfly/usr.bin/netstat/
H A Dmbuf.c46 #define YES true macro
177 seen[mp->mt_type] = YES; in mbpr()
182 seen[MT_FREE] = YES; in mbpr()
/dragonfly/etc/periodic/monthly/
H A D200.accounting25 remove=YES
57 [ $remove = YES ] && rm -f $TMP;;
/dragonfly/usr.bin/su/
H A Dsu.c123 enum tristate { UNSET, YES, NO }; enumerator
389 iscsh = strcmp(p, "csh") ? (strcmp(p, "tcsh") ? NO : YES) : YES; in main()
545 if (iscsh == YES) { in main()
552 *np.a = asthem ? "-su" : iscsh == YES ? "_su" : "su"; in main()
/dragonfly/gnu/lib/gcc80/libgcc_pic/
H A DMakefile9 NOPROFILE= YES
11 NOSHARED= YES
/dragonfly/nrelease/root/etc/rc.d/
H A Dpfi142 YES)
156 YES)
/dragonfly/usr.sbin/efisetup/
H A Defisetup.sh106 YES)
194 YES)
/dragonfly/test/socket/
H A DMakefile.inc2 NOMAN = YES

12345678