| /src/usr.sbin/envstat/ |
| config.c | 245 char *endptr, *strval; local 265 strval = calloc(len, sizeof(*value)); 266 if (!strval) 269 (void)strlcpy(strval, value, len); 271 timo = strtoul(strval, &endptr, 10); 273 free(strval); 277 free(strval); 505 const char *strval; local 516 strval = prop_string_value(obj); 517 val = strtod(strval, &endptr) 713 char *strval, *endptr; local [all...] |
| /src/sbin/iscsid/ |
| iscsid_lists.c | 406 elem = find_name(&list[par->list_kind].list, par->strval); 415 par->strval); 421 (char *)par->strval) == 0) 436 if (strcmp((char *)p->addr.address, (char *)par->strval) == 0 && 447 (char *)par->strval) == 0 && 457 if (strcmp((char *)i->address, (char *)par->strval) == 0 &&
|
| iscsid.h | 443 uint8_t strval[ISCSI_STRING_LENGTH]; member in struct:__anon764 451 What to search for, also defines the contents of the 'strval' and/or 453 strval
|
| /src/sbin/iscsictl/ |
| iscsic_daemonif.c | 138 if (!cl_get_string('n', (char *)srch.strval, argc, argv)) { 196 strlcpy((char *)srch.strval, (char *)id.name, 197 sizeof(srch.strval)); 560 if (!cl_get_string('a', (char *)srch.strval, argc, argv)) { 845 strlcpy((char *)srch.strval, (char *)targ->TargetName, 846 sizeof(srch.strval));
|
| iscsic_driverif.c | 264 strlcpy((char *)srch.strval, (char *)sid.name, sizeof(srch.strval));
|
| /src/games/rogue/ |
| room.c | 66 char **strval; member in struct:option 603 (void)strcpy(*(options[i].strval), buf); 633 s = *(opt->strval);
|