Symbol: strval
games/rogue/room.c
603
(void)strcpy(*(options[i].strval), buf);
games/rogue/room.c
633
s = *(opt->strval);
games/rogue/room.c
66
char **strval;
lib/libterminfo/termcap.c
529
val = strval(token + 2);
lib/libterminfo/termcap.c
538
val = strval(p);
sbin/iscsictl/iscsic_daemonif.c
138
if (!cl_get_string('n', (char *)srch.strval, argc, argv)) {
sbin/iscsictl/iscsic_daemonif.c
196
strlcpy((char *)srch.strval, (char *)id.name,
sbin/iscsictl/iscsic_daemonif.c
197
sizeof(srch.strval));
sbin/iscsictl/iscsic_daemonif.c
560
if (!cl_get_string('a', (char *)srch.strval, argc, argv)) {
sbin/iscsictl/iscsic_daemonif.c
845
strlcpy((char *)srch.strval, (char *)targ->TargetName,
sbin/iscsictl/iscsic_daemonif.c
846
sizeof(srch.strval));
sbin/iscsictl/iscsic_driverif.c
264
strlcpy((char *)srch.strval, (char *)sid.name, sizeof(srch.strval));
sbin/iscsid/iscsid.h
443
uint8_t strval[ISCSI_STRING_LENGTH];
sbin/iscsid/iscsid_lists.c
406
elem = find_name(&list[par->list_kind].list, par->strval);
sbin/iscsid/iscsid_lists.c
415
par->strval);
sbin/iscsid/iscsid_lists.c
421
(char *)par->strval) == 0)
sbin/iscsid/iscsid_lists.c
436
if (strcmp((char *)p->addr.address, (char *)par->strval) == 0 &&
sbin/iscsid/iscsid_lists.c
447
(char *)par->strval) == 0 &&
sbin/iscsid/iscsid_lists.c
457
if (strcmp((char *)i->address, (char *)par->strval) == 0 &&
usr.sbin/envstat/config.c
245
char *endptr, *strval;
usr.sbin/envstat/config.c
265
strval = calloc(len, sizeof(*value));
usr.sbin/envstat/config.c
266
if (!strval)
usr.sbin/envstat/config.c
269
(void)strlcpy(strval, value, len);
usr.sbin/envstat/config.c
271
timo = strtoul(strval, &endptr, 10);
usr.sbin/envstat/config.c
273
free(strval);
usr.sbin/envstat/config.c
277
free(strval);
usr.sbin/envstat/config.c
505
const char *strval;
usr.sbin/envstat/config.c
516
strval = prop_string_value(obj);
usr.sbin/envstat/config.c
517
val = strtod(strval, &endptr);
usr.sbin/envstat/config.c
535
strval = prop_string_value(obj);
usr.sbin/envstat/config.c
536
val = strtod(strval, &endptr);
usr.sbin/envstat/config.c
563
strval = prop_string_value(obj);
usr.sbin/envstat/config.c
564
val = strtod(strval, &endptr);
usr.sbin/envstat/config.c
591
strval = prop_string_value(obj);
usr.sbin/envstat/config.c
592
val = strtod(strval, &endptr);
usr.sbin/envstat/config.c
619
strval = prop_string_value(obj);
usr.sbin/envstat/config.c
620
val = strtod(strval, &endptr);
usr.sbin/envstat/config.c
648
strval = prop_string_value(obj);
usr.sbin/envstat/config.c
650
sensor, strval);
usr.sbin/envstat/config.c
664
strval = prop_string_value(obj);
usr.sbin/envstat/config.c
666
sensor, strval);
usr.sbin/envstat/config.c
680
strval = prop_string_value(obj);
usr.sbin/envstat/config.c
682
sensor, strval);
usr.sbin/envstat/config.c
695
strval = prop_string_value(obj);
usr.sbin/envstat/config.c
697
sensor, strval);
usr.sbin/envstat/config.c
713
char *strval, *endptr;
usr.sbin/envstat/config.c
740
strval = calloc(len, sizeof(*value));
usr.sbin/envstat/config.c
741
if (!strval)
usr.sbin/envstat/config.c
744
(void)strlcpy(strval, value, len);
usr.sbin/envstat/config.c
745
val = strtod(strval, &endptr);
usr.sbin/envstat/config.c
747
free(strval);
usr.sbin/envstat/config.c
758
free(strval);