Symbol: yesno
dist/pf/sbin/pfctl/parse.y
3959
yesno : NO { $$ = 0; }
dist/pf/sbin/pfctl/parse.y
430
%type <v.number> tos not yesno
dist/pf/sbin/pfctl/parse.y
577
| SET REQUIREORDER yesno {
lib/libc/gen/sysconf.c
125
goto yesno;
lib/libc/gen/sysconf.c
144
goto yesno;
lib/libc/gen/sysconf.c
156
goto yesno;
lib/libc/gen/sysconf.c
160
goto yesno;
lib/libc/gen/sysconf.c
164
goto yesno;
lib/libc/gen/sysconf.c
168
goto yesno;
lib/libc/gen/sysconf.c
172
goto yesno;
lib/libc/gen/sysconf.c
176
goto yesno;
lib/libc/gen/sysconf.c
180
goto yesno;
lib/libc/gen/sysconf.c
184
goto yesno;
lib/libc/gen/sysconf.c
188
goto yesno;
lib/libc/gen/sysconf.c
198
goto yesno;
lib/libc/gen/sysconf.c
204
goto yesno;
lib/libc/gen/sysconf.c
208
goto yesno;
lib/libc/gen/sysconf.c
213
goto yesno;
lib/libc/gen/sysconf.c
255
goto yesno;
lib/libc/gen/sysconf.c
259
goto yesno;
lib/libc/gen/sysconf.c
263
goto yesno;
lib/libc/gen/sysconf.c
267
goto yesno;
lib/libc/gen/sysconf.c
271
goto yesno;
lib/libc/gen/sysconf.c
275
goto yesno;
lib/libc/gen/sysconf.c
279
goto yesno;
lib/libc/gen/sysconf.c
283
goto yesno;
lib/libc/gen/sysconf.c
295
goto yesno;
lib/libc/gen/sysconf.c
312
goto yesno;
lib/libc/gen/sysconf.c
317
goto yesno;
lib/libc/gen/sysconf.c
332
goto yesno;
lib/libc/gen/sysconf.c
362
yesno: if (sysctl(mib, mib_len, &value, &len, NULL, 0) == -1)
lib/libc/gen/sysconf.c
419
goto yesno;
sbin/dkctl/dkctl.c
392
yn = yesno(argv[1]);
sbin/dkctl/dkctl.c
92
static int yesno(const char *);
sbin/fdisk/fdisk.c
1495
if (yesno("Bootfile %s doesn't support the required "
sbin/fdisk/fdisk.c
1522
if (!f_flag && !yesno("Update the bootcode from %s?", boot_path))
sbin/fdisk/fdisk.c
1909
if (yesno("Do you really want to delete all the extended partitions?"))
sbin/fdisk/fdisk.c
2300
yesno("The bootselect code is not installed, "
sbin/fdisk/fdisk.c
2311
if (v_flag && !f_flag && yesno("Explicitly specify beg/end address?")) {
sbin/fdisk/fdisk.c
2411
if (yesno("Do you want to change the active partition?")) {
sbin/fdisk/fdisk.c
2417
} while (!yesno("Are you happy with this choice?"));
sbin/fdisk/fdisk.c
2434
if (!yesno("Do you want to change our idea of what BIOS thinks?"))
sbin/fdisk/fdisk.c
2462
} while (!yesno("Are you happy with this choice?"));
sbin/fdisk/fdisk.c
280
static int yesno(const char *, ...) __printflike(1, 2);
sbin/fdisk/fdisk.c
635
if (yesno("Should we write new partition table?")) {
usr.bin/telnet/utilities.c
97
SetSockOpt(int fd, int level, int option, int yesno)
usr.bin/telnet/utilities.c
99
return setsockopt(fd, level, option, (char *)&yesno, sizeof yesno);