| /src/external/gpl2/xcvs/dist/lib/ |
| yesno.c | 0 /* yesno.c -- read a yes/no response from stdin 20 __RCSID("$NetBSD: yesno.c,v 1.2 2016/05/17 14:00:09 christos Exp $"); 27 #include "yesno.h" 39 yesno (void) function
|
| /src/sys/external/bsd/drm/dist/bsd-core/ |
| drm_sysctl.c | 276 const char *type, *yesno; variable 311 yesno = "no"; 313 yesno = "yes"; 318 (unsigned long)map->handle, yesno);
|
| /src/external/bsd/nsd/dist/ |
| difffile.h | 120 /** soainfo: zonename dname, soaRR wireform, yesno is soainfo_hint */ 122 /** apply_xfr: zonename, serials, yesno is filenamecounter */ 125 uint64_t yesno; member in struct:task_list_d
|
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| i915_utils.h | 449 static inline const char *yesno(bool v) function
|
| /src/sbin/dkctl/ |
| dkctl.c | 92 static int yesno(const char *); 392 yn = yesno(argv[1]); 758 yesno(const char *p) function
|
| /src/dist/pf/sbin/pfctl/ |
| parse.y | 430 %type <v.number> tos not yesno 577 | SET REQUIREORDER yesno { 3959 yesno : NO { $$ = 0; } label
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| nsec3.c | 1364 bool *yesno) { 1376 *yesno = false; 1382 *yesno = true; 1388 *yesno = true; 1410 bool yesno; local 1554 CHECK(deleteit(db, version, &empty, &yesno)); 1555 if (!yesno) {
|
| dst_api.c | 2767 bool yesno; local 2792 result = dst_key_getbool(from, i, &yesno); 2794 dst_key_setbool(to, i, yesno);
|
| /src/external/mpl/bind/dist/lib/dns/ |
| nsec3.c | 1379 bool *yesno) { 1391 *yesno = false; 1397 *yesno = true; 1403 *yesno = true; 1425 bool yesno; local 1561 CHECK(deleteit(db, version, &empty, &yesno)); 1562 if (!yesno) {
|
| dst_api.c | 2671 bool yesno; local 2696 result = dst_key_getbool(from, i, &yesno); 2698 dst_key_setbool(to, i, yesno);
|
| /src/sbin/fdisk/ |
| fdisk.c | 280 static int yesno(const char *, ...) __printflike(1, 2); 635 if (yesno("Should we write new partition table?")) { 1495 if (yesno("Bootfile %s doesn't support the required " 1522 if (!f_flag && !yesno("Update the bootcode from %s?", boot_path)) 1909 if (yesno("Do you really want to delete all the extended partitions?")) 2300 yesno("The bootselect code is not installed, " 2311 if (v_flag && !f_flag && yesno("Explicitly specify beg/end address?")) { 2411 if (yesno("Do you want to change the active partition?")) { 2417 } while (!yesno("Are you happy with this choice?")); 2434 if (!yesno("Do you want to change our idea of what BIOS thinks?") 2823 yesno(const char *str, ...) function [all...] |
| /src/crypto/external/bsd/openssh/dist/ |
| ssh-keygen.c | 225 char yesno[3]; local 233 if (fgets(yesno, sizeof(yesno), stdin) == NULL) 235 if (yesno[0] != 'y' && yesno[0] != 'Y') 3246 char yesno[3]; local 3253 if (fgets(yesno, sizeof(yesno), stdin) == NULL) 3255 if (yesno[0] != 'y' && yesno[0] != 'Y' [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-alpha.c | 4950 int yesno = 1; 4958 yesno = 0; 4964 alpha_noat_on = !yesno; 4966 alpha_macros_on = yesno; 4941 int yesno = 1; local
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-alpha.c | 4950 int yesno = 1; 4958 yesno = 0; 4964 alpha_noat_on = !yesno; 4966 alpha_macros_on = yesno; 4941 int yesno = 1; local
|