Searched defs:nextval (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_files.c155 char *next = line, *prop, *nextprop, *propname, *proptypestr, *nextval; local
224 while ((nextval = nwam_tokenize_by_unescaped_delim(next,
229 if (strncmp(nextval, NWAM_FILE_BOOLEAN_TRUE,
230 strlen(nextval)) == 0) {
232 } else if (strncmp(nextval,
233 NWAM_FILE_BOOLEAN_FALSE, strlen(nextval))
243 valint[nelem - 1] = (int64_t)atoll(nextval);
246 valuint[nelem - 1] = (uint64_t)atoll(nextval);
250 value_remove_escapes(nextval);

Completed in 60 milliseconds