Searched refs:tmpBuf (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/gss/gsscred/ |
H A D | gsscred_file.c | 72 char tmpBuf[256]; in file_addGssCredEntry() local 76 (void) snprintf(tmpBuf, sizeof (tmpBuf), in file_addGssCredEntry() 79 *errDetails = strdup(tmpBuf); in file_addGssCredEntry()
|
/titanic_50/usr/src/cmd/lp/cmd/lpsched/ |
H A D | flt.c | 124 struct stat tmpBuf; in do_flt_acts() local 154 if ((file != NULL) && (stat(file, &tmpBuf) == 0)) in do_flt_acts()
|
H A D | disp1.c | 95 struct stat tmpBuf; in s_print_request() local 271 if (stat(path, &tmpBuf) == 0) { in s_print_request() 344 struct stat tmpBuf; in s_start_change_request() local 410 if (stat(path, &tmpBuf) == 0) { in s_start_change_request() 456 struct stat tmpBuf; in s_end_change_request() local 489 if (stat(path, &tmpBuf) == 0) { in s_end_change_request()
|
H A D | files.c | 125 struct stat tmpBuf; in rmfiles() local 188 if (((path != NULL) && (idno != NULL)) && (stat(path, &tmpBuf) == 0)) in rmfiles()
|
H A D | exec.c | 306 struct stat tmpBuf; in exec() local 635 if ((path != NULL) && (stat(path, &tmpBuf) == 0)) in exec() 657 if ((path != NULL) && (stat(path, &tmpBuf) == 0)) in exec() 1013 if ((path != NULL) && (stat(path, &tmpBuf) == 0)) in exec() 1036 if ((path != NULL) && (stat(path, &tmpBuf) == 0)) in exec()
|
/titanic_50/usr/src/cmd/lp/lib/papi/ |
H A D | job.c | 384 struct stat tmpBuf; in psm_modifyAttrsFile() local 393 if (stat(file, &tmpBuf) == 0) { in psm_modifyAttrsFile() 400 if (tmpBuf.st_size == 0) { in psm_modifyAttrsFile()
|