Searched refs:tempstr (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/openssl/crypto/ |
| H A D | defaults.c | 73 LPCWSTR tempstr = NULL; in get_windows_regdirs() local 95 tempstr = OPENSSL_zalloc(keysizebytes + sizeof(WCHAR)); in get_windows_regdirs() 97 if (tempstr == NULL) in get_windows_regdirs() 101 NULL, &ktype, (LPBYTE)tempstr, &keysizebytes) in get_windows_regdirs() 105 if (!WideCharToMultiByte(CP_UTF8, 0, tempstr, -1, dst, dstsizebytes, in get_windows_regdirs() 111 OPENSSL_free(tempstr); in get_windows_regdirs()
|
| /freebsd/usr.bin/systat/ |
| H A D | devs.c | 214 char **tempstr, *tmpstr, *tmpstr1; in dsmatchselect() local 230 for (tempstr = tstr, num_args = 0; in dsmatchselect() 231 (*tempstr = strsep(&tmpstr1, "|")) != NULL && (num_args < 100); in dsmatchselect() 233 if (**tempstr != '\0') in dsmatchselect() 234 if (++tempstr >= &tstr[100]) in dsmatchselect()
|
| /freebsd/usr.sbin/lpr/common_source/ |
| H A D | common.c | 459 char tempstr[TIMESTR_SIZE]; in lpd_gettime() local 482 strftime(tempstr, TIMESTR_SIZE, LPD_TIMESTAMP_PATTERN, in lpd_gettime() 493 destp = strrchr(tempstr, ':'); in lpd_gettime() 503 snprintf(destp, (destp - tempstr), "%+03d%02d", in lpd_gettime() 514 strlcpy(strp, tempstr, strsize); in lpd_gettime()
|
| /freebsd/lib/libdevstat/ |
| H A D | devstat.c | 1037 char **tempstr; in devstat_buildmatch() local 1051 for (tempstr = tstr, num_args = 0; in devstat_buildmatch() 1052 (*tempstr = strsep(&match_str, ",")) != NULL && (num_args < 5);) in devstat_buildmatch() 1053 if (**tempstr != '\0') { in devstat_buildmatch() 1055 if (++tempstr >= &tstr[5]) in devstat_buildmatch()
|