| /src/tests/sbin/envstat/ |
| t_envstat.sh | 50 for tempf in $(envstat -d $dev | \ 54 tempi=$(printf "%.0f" $tempf) 56 echo "$dev = $tempf =~ $tempi"
|
| /src/external/bsd/unbound/dist/dnstap/ |
| dnstap_fstrm.c | 213 char tempf[512]; local 215 if(field_len < sizeof(tempf)-1) { 216 memmove(tempf, pos+8, field_len); 217 tempf[field_len] = 0; 218 (void)sldns_str_print(&str, &slen, "%s", tempf);
|
| /src/usr.bin/qsubst/ |
| qsubst.c | 125 static FILE *tempf; variable 406 fwrite(bufp0, 1, bufp - bufp0, tempf); 408 n = ftell(tempf); 409 fseek(tempf, 0L, 0); 411 putc(getc(tempf), workf); 433 fseek(tempf, 0L, 0); 443 fwrite(bufp0, 1, n - rahead, tempf); 449 fwrite(str2, 1, s2l, tempf); 466 fwrite(bufp0, 1, n - rahead, tempf); 550 tempf = fdopen(fd, "w+") [all...] |
| /src/external/bsd/unbound/dist/smallapp/ |
| unbound-anchor.c | 1852 tempfile_open(char* tempf, size_t tempflen, const char* fname, const char* mode) 1854 snprintf(tempf, tempflen, "%s~", fname); 1855 return fopen(tempf, mode); 1860 tempfile_close(FILE* fd, const char* tempf, const char* fname) 1870 tempf, strerror(errno)); 1871 unlink(tempf); 1878 if(rename(tempf, fname) < 0) { 1879 printf("rename(%s to %s): %s", tempf, fname, strerror(errno)); 1889 char tempf[2048]; local 1890 out = tempfile_open(tempf, sizeof(tempf), root_anchor_file, "w") 1917 char tempf[2048]; local 2078 char tempf[2048]; local [all...] |
| /src/external/bsd/unbound/dist/validator/ |
| autotrust.c | 1195 char tempf[2048]; local 1210 snprintf(tempf, sizeof(tempf), "%s.%d-%d-" ARG_LL "x", fname, (int)getpid(), 1213 verbose(VERB_ALGO, "autotrust: write to disk: %s", tempf); 1214 out = fopen(tempf, "w"); 1217 tempf, strerror(errno)); 1220 if(!autr_write_contents(out, tempf, tp)) { 1223 unlink(tempf); 1238 unlink(tempf); 1246 if(rename(tempf, fname) < 0) [all...] |