Symbol: yes
usr/src/boot/common/boot.c
172
int c, yes;
usr/src/boot/common/boot.c
206
yes = 0;
usr/src/boot/common/boot.c
216
yes = 1;
usr/src/boot/common/boot.c
221
yes = 1;
usr/src/boot/common/boot.c
233
yes = 1;
usr/src/boot/common/boot.c
236
if (yes)
usr/src/boot/common/boot.c
239
if (yes) {
usr/src/boot/sys/sys/cdefs.h
337
#define __generic(expr, t, yes, no) \
usr/src/boot/sys/sys/cdefs.h
338
_Generic(expr, t: yes, default: no)
usr/src/boot/sys/sys/cdefs.h
340
#define __generic(expr, t, yes, no) \
usr/src/boot/sys/sys/cdefs.h
342
__builtin_types_compatible_p(__typeof(expr), t), yes, no)
usr/src/cmd/boot/installboot/i386/installboot.c
438
if (!yes()) {
usr/src/cmd/boot/installgrub/installgrub.c
857
if (!yes()) {
usr/src/cmd/coreadm/coreadm.c
569
if (yes(name, value, line))
usr/src/cmd/coreadm/coreadm.c
574
if (yes(name, value, line))
usr/src/cmd/coreadm/coreadm.c
581
if (yes(name, value, line))
usr/src/cmd/coreadm/coreadm.c
586
if (yes(name, value, line))
usr/src/cmd/coreadm/coreadm.c
591
if (yes(name, value, line))
usr/src/cmd/cron/atrm.c
278
if (yes() == 0)
usr/src/cmd/cron/crontab.c
361
if (yes()) {
usr/src/cmd/cxgbetool/cudbg_view.c
3524
static const char *yes = "yes";
usr/src/cmd/cxgbetool/cudbg_view.c
3527
return x ? yes : no;
usr/src/cmd/fs.d/pcfs/fsck/clusters.c
165
return (yes());
usr/src/cmd/fs.d/pcfs/fsck/clusters.c
187
return (yes());
usr/src/cmd/fs.d/pcfs/mkfs/mkfs_main.c
1316
if (yes())
usr/src/cmd/fs.d/pcfs/mkfs/mkfs_main.c
248
return (yes());
usr/src/cmd/fs.d/pcfs/mkfs/mkfs_main.c
373
if (yes())
usr/src/cmd/fs.d/ufs/newfs/newfs.c
58
static int yes(void);
usr/src/cmd/fs.d/ufs/newfs/newfs.c
614
if (!yes())
usr/src/cmd/krb5/ldap_util/kdb5_ldap_policy.c
384
if (strcmp(buf, yes)) {
usr/src/cmd/krb5/ldap_util/kdb5_ldap_policy.c
56
extern char *yes;
usr/src/cmd/krb5/ldap_util/kdb5_ldap_realm.c
104
char *yes = "yes\n"; /* \n to compare against result of fgets */
usr/src/cmd/krb5/ldap_util/kdb5_ldap_realm.c
2522
if (strcmp(buf, yes)) {
usr/src/cmd/krb5/ldap_util/kdb5_ldap_services.c
1227
if (strcmp(buf, yes)) {
usr/src/cmd/krb5/ldap_util/kdb5_ldap_services.c
61
extern char *yes;
usr/src/cmd/luxadm/setboot.c
155
setprom(unsigned yes, unsigned verbose, char *bdev)
usr/src/cmd/luxadm/setboot.c
196
if (!yes) {
usr/src/cmd/luxadm/setboot.c
73
setboot(unsigned int yes, unsigned int verbose, char *fname)
usr/src/cmd/luxadm/setboot.c
84
return (setprom(yes, verbose, bdev));
usr/src/cmd/luxadm/x86_adm.c
475
setboot(unsigned int yes, unsigned int verbose, char *fname)
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
1950
char *yes = "Yes";
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
2024
asent = yes;
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
2027
apend = yes;
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
2030
cfgd = yes;
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
2033
dead = yes;
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
2036
changed = yes;
usr/src/cmd/mv/mv.c
1486
if (yes() == 0) {
usr/src/cmd/mv/mv.c
684
if (yes() == 0) {
usr/src/cmd/power/handlers.c
221
S3_helper(char *whitelist, char *blacklist, int yes, int no, char *keyword,
usr/src/cmd/power/handlers.c
238
(void) strncpy(yesstr, pm_map(yes), sizeof (yesstr));
usr/src/cmd/power/handlers.c
313
ret = do_ioctl(yes, keyword, behavior,
usr/src/cmd/power/handlers.c
322
ret = do_ioctl(yes, keyword, behavior, suppress);
usr/src/cmd/raidctl/raidctl.c
1073
if (!yes()) {
usr/src/cmd/raidctl/raidctl.c
1123
if (!yes()) {
usr/src/cmd/raidctl/raidctl.c
117
static int yes(void);
usr/src/cmd/raidctl/raidctl.c
1412
if (!yes()) {
usr/src/cmd/raidctl/raidctl.c
676
if (!yes()) {
usr/src/cmd/raidctl/raidctl.c
834
if (!yes()) {
usr/src/cmd/rm/rm.c
597
return (yes());
usr/src/cmd/scsi/smp/common/smp.c
46
static char *yes = "Yes";
usr/src/cmd/scsi/smp/common/smp.c
851
yesorno = yes;
usr/src/cmd/scsi/smp/common/smp.c
860
yesorno = yes;
usr/src/cmd/sgs/nm/common/nm.c
1509
int yes = 1;
usr/src/cmd/sgs/nm/common/nm.c
1517
yes = 0;
usr/src/cmd/sgs/nm/common/nm.c
1534
if (yes) {
usr/src/cmd/sgs/nm/common/nm.c
1546
if (yes) {
usr/src/cmd/tar/tar.c
4024
if (yes() == 0) {
usr/src/cmd/tar/tar.c
4715
if (yes() == 1) {
usr/src/common/util/getresponse.h
43
extern int yes(void);
usr/src/lib/krb5/kadm5/alt_prof.c
189
static const char *const yes[] = { "y", "yes", "true", "t", "1", "on" };
usr/src/lib/krb5/kadm5/alt_prof.c
193
for (i = 0; i < sizeof(yes)/sizeof(yes[0]); i++)
usr/src/lib/krb5/kadm5/alt_prof.c
194
if (!strcasecmp(string, yes[i])) {
usr/src/lib/libcurses/screen/setqiflush.c
50
_setqiflush(int yes)
usr/src/lib/libcurses/screen/setqiflush.c
53
if (yes)
usr/src/test/libc-tests/tests/newlocale/newlocale_test.c
213
char *day, *cur, *yes;
usr/src/test/libc-tests/tests/newlocale/newlocale_test.c
232
yes = nl_langinfo_l(YESSTR, loc);
usr/src/test/libc-tests/tests/newlocale/newlocale_test.c
233
if ((yes == NULL) || (strcmp(yes, "да") != 0)) {
usr/src/test/libc-tests/tests/newlocale/newlocale_test.c
248
char *day, *cur, *yes;
usr/src/test/libc-tests/tests/newlocale/newlocale_test.c
266
yes = nl_langinfo_l(YESSTR, loc);
usr/src/test/libc-tests/tests/newlocale/newlocale_test.c
267
if ((yes == NULL) || (strcmp(yes, "да") != 0)) {
usr/src/tools/smatch/src/validation/backend/label-as-value.c
5
yes: return &&yes;
usr/src/ucbcmd/sed/sed1.c
127
goto yes;
usr/src/ucbcmd/sed/sed1.c
152
goto yes;
usr/src/ucbcmd/sed/sed1.c
165
goto yes;
usr/src/ucbcmd/sed/sed1.c
174
goto yes;
usr/src/ucbcmd/sed/sed1.c
185
goto yes;
usr/src/ucbcmd/sed/sed1.c
195
yes:
usr/src/uts/i86pc/io/acpi/drmach_acpi/drmach_acpi.c
2822
drmach_io_is_attached(drmachid_t id, int *yes)
usr/src/uts/i86pc/io/acpi/drmach_acpi/drmach_acpi.c
2834
*yes = 0;
usr/src/uts/i86pc/io/acpi/drmach_acpi/drmach_acpi.c
2839
*yes = ((i_ddi_node_state(dip) >= DS_ATTACHED) ||
usr/src/uts/i86pc/io/dr/dr.c
2925
int yes;
usr/src/uts/i86pc/io/dr/dr.c
2967
err = drmach_io_is_attached(cp->sbdev_id, &yes);
usr/src/uts/i86pc/io/dr/dr.c
2972
} else if (!yes)
usr/src/uts/i86pc/sys/drmach.h
140
extern sbd_error_t *drmach_io_is_attached(drmachid_t id, int *yes);
usr/src/uts/sun4u/ngdr/io/dr.c
2956
int yes;
usr/src/uts/sun4u/ngdr/io/dr.c
3010
err = drmach_io_is_attached(cp->sbdev_id, &yes);
usr/src/uts/sun4u/ngdr/io/dr.c
3015
} else if (!yes)
usr/src/uts/sun4u/opl/io/drmach.c
2018
drmach_io_is_attached(drmachid_t id, int *yes)
usr/src/uts/sun4u/opl/io/drmach.c
2030
*yes = 0;
usr/src/uts/sun4u/opl/io/drmach.c
2035
*yes = ((i_ddi_node_state(dip) >= DS_ATTACHED) ||
usr/src/uts/sun4u/opl/sys/drmach.h
333
extern sbd_error_t *drmach_io_is_attached(drmachid_t id, int *yes);