Searched refs:lfile (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/print/libprint/common/ |
H A D | nss_write.c | 254 char lfile[BUFSIZ]; in nis_put_printer() local 265 if (snprintf(lfile, sizeof (lfile), "/tmp/%s", map) >= in nis_put_printer() 266 sizeof (lfile)) { in nis_put_printer() 282 rfile, lfile) >= sizeof (cmd)) { in nis_put_printer() 291 if (_file_put_printer(lfile, printer) != 0) in nis_put_printer() 296 lfile, rfile) >= sizeof (cmd)) { in nis_put_printer()
|
/illumos-gate/usr/src/test/libc-tests/tests/symbols/ |
H A D | symbols_test.c | 38 char *lfile; variable 720 if (lfile != NULL) { in cleanup() 721 (void) unlink(lfile); in cleanup() 722 free(lfile); in cleanup() 723 lfile = NULL; in cleanup() 758 myasprintf(&lfile, "%s/compile_test.log", d); in mkworkdir() 914 lfile); in do_compile() 920 if ((logf = fopen(lfile, "w+")) == NULL) { in do_compile() 938 show_file(t, lfile); in do_compile() 946 show_file(t, lfile); in do_compile()
|
/illumos-gate/usr/src/cmd/fs.d/smbclnt/fksmbcl/ |
H A D | README | 59 dir {rdir} [lfile] 60 dirx {rdir} [lfile] 61 get {rfile} [lfile] 62 put {lfile} [rfile]
|