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

/freebsd-11-stable/bin/ps/
H A Dkeyword.c266 char *tempstr, *tempstr1; local
269 tempstr1 = tempstr = strdup(p);
270 while (tempstr && *tempstr) {
280 if (tempstr[strcspn(tempstr, "="FMTSEP)] != '=')
281 while ((cp = strsep(&tempstr, FMTSEP)) != NULL &&
285 cp = tempstr;
286 tempstr = NULL;
/freebsd-11-stable/usr.bin/systat/
H A Ddevs.c218 char **tempstr, *tmpstr, *tmpstr1; local
229 for (tempstr = tstr, num_args = 0;
230 (*tempstr = strsep(&tmpstr1, "|")) != NULL && (num_args < 100);
232 if (**tempstr != '\0')
233 if (++tempstr >= &tstr[100])
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dcommon.c465 char tempstr[TIMESTR_SIZE]; local
488 strftime(tempstr, TIMESTR_SIZE, LPD_TIMESTAMP_PATTERN,
499 destp = strrchr(tempstr, ':');
509 snprintf(destp, (destp - tempstr), "%+03d%02d",
520 strlcpy(strp, tempstr, strsize);
/freebsd-11-stable/lib/libdevstat/
H A Ddevstat.c1032 char **tempstr; local
1046 for (tempstr = tstr, num_args = 0;
1047 (*tempstr = strsep(&match_str, ",")) != NULL && (num_args < 5);)
1048 if (**tempstr != '\0') {
1050 if (++tempstr >= &tstr[5])
/freebsd-11-stable/contrib/gdb/gdb/
H A Dexpprint.c75 char *tempstr = NULL; local
252 tempstr = alloca (nargs);
265 tempstr[tem++] =
273 LA_PRINT_STRING (stream, tempstr, nargs - 1, 1, 0);

Completed in 66 milliseconds