Searched refs:tempstr (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/bin/ps/
H A Dkeyword.c259 char *tempstr, *tempstr1; local
262 tempstr1 = tempstr = strdup(p);
263 while (tempstr && *tempstr) {
273 if (tempstr[strcspn(tempstr, "="FMTSEP)] != '=')
274 while ((cp = strsep(&tempstr, FMTSEP)) != NULL &&
278 cp = tempstr;
279 tempstr = NULL;
/freebsd-current/usr.bin/systat/
H A Ddevs.c214 char **tempstr, *tmpstr, *tmpstr1; local
230 for (tempstr = tstr, num_args = 0;
231 (*tempstr = strsep(&tmpstr1, "|")) != NULL && (num_args < 100);
233 if (**tempstr != '\0')
234 if (++tempstr >= &tstr[100])
/freebsd-current/usr.sbin/lpr/common_source/
H A Dcommon.c459 char tempstr[TIMESTR_SIZE]; local
482 strftime(tempstr, TIMESTR_SIZE, LPD_TIMESTAMP_PATTERN,
493 destp = strrchr(tempstr, ':');
503 snprintf(destp, (destp - tempstr), "%+03d%02d",
514 strlcpy(strp, tempstr, strsize);
/freebsd-current/lib/libdevstat/
H A Ddevstat.c1037 char **tempstr; local
1051 for (tempstr = tstr, num_args = 0;
1052 (*tempstr = strsep(&match_str, ",")) != NULL && (num_args < 5);)
1053 if (**tempstr != '\0') {
1055 if (++tempstr >= &tstr[5])

Completed in 68 milliseconds