Searched defs:lfile (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/print/libprint/common/ |
H A D | nss_write.c | 252 char lfile[BUFSIZ]; local 263 if (snprintf(lfile, sizeof (lfile), "/tmp/%s", map) >= 264 sizeof (lfile)) { 265 syslog(LOG_ERR, "nis_put_printer:lfile buffer overflow"); 280 rfile, lfile) >= sizeof (cmd)) { 289 if (_file_put_printer(lfile, printer) != 0) 294 lfile, rfile) >= sizeof (cmd)) {
|
/illumos-gate/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_print_lines.c | 310 struct Line_Table_File_Entry_s *lfile = local 313 Dwarf_Unsigned tlm2 = lfile->lte_last_modification_time; 314 Dwarf_Unsigned di = lfile->lte_directory_index; 315 Dwarf_Unsigned fl = lfile->lte_length_of_file; 318 (int) i, (char *) lfile->lte_filename,
|
/illumos-gate/usr/src/test/libc-tests/tests/symbols/ |
H A D | symbols_test.c | 37 char *lfile; variable 716 if (lfile != NULL) { 717 (void) unlink(lfile); 718 free(lfile); 719 lfile = NULL; 754 myasprintf(&lfile, "%s/compile_test.log", d); 890 compiler, cflags, env_defs(cenv), cfile, ofile, lfile); 896 if ((logf = fopen(lfile, "w+")) == NULL) { 914 show_file(t, lfile); 922 show_file(t, lfile); [all...] |
Completed in 54 milliseconds