Home
last modified time | relevance | path

Searched refs:makepath (Results 1 – 25 of 35) sorted by relevance

12

/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dalerts.c113 if (!(path = makepath(parent, name, (char *)0))) in putalert()
128 if (!(path = makepath(parent, name, ALERTSHFILE, (char *)0))) in putalert()
151 if (!(path = makepath(Lp_Bin, ALERTPROTOFILE, (char *)0))) in putalert()
246 if (!(path = makepath(parent, name, ALERTVARSFILE, (char *)0))) in putalert()
286 if (!(path = makepath(parent, name, (char *)0))) in getalert()
301 if (!(path = makepath(parent, name, ALERTSHFILE, (char *)0))) in getalert()
344 if (!(path = makepath(parent, name, ALERTVARSFILE, (char *)0))) in getalert()
398 if (!(path = makepath(parent, name, (char *)0))) in delalert()
413 if (!(path = makepath(parent, name, ALERTSHFILE, (char *)0))) in delalert()
421 if (!(path = makepath(parent, name, ALERTVARSFILE, (char *)0))) in delalert()
H A Dgetpaths.c88 path = makepath(Lp_A_Printers, name, component, NULL); in getprinterfile()
105 path = makepath(Lp_A_Systems, name, component, NULL); in getsystemfile()
122 path = makepath(Lp_A_Classes, name, NULL); in getclassfile()
139 path = makepath(ETCDIR, table, NULL); in getfilterfile()
156 path = makepath(Lp_A_Forms, name, component, NULL); in getformfile()
H A Dmakepath.c50 makepath ( in makepath() function
55 makepath (s, va_alist) in makepath()
H A Dnext.c114 if (!(path = makepath(parent, name, (char *)0)))
H A Disterminfo.c189 if (!(path = makepath(parent, type_letter, type, (char *)0)))
H A DMakefile57 makepath.o \
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfiles.c68 char *newfile = makepath(Lp_Tmp, Local_System, in chfiles()
136 path = makepath(Lp_Requests, rp->req_file, (char *)0); in rmfiles()
144 path = makepath(Lp_Tmp, rp->req_file, (char *)0); in rmfiles()
174 path = makepath(Lp_Tmp, p, NULL); in rmfiles()
184 path = makepath(Lp_Temp, tmpName, (char *)0); in rmfiles()
236 path = makepath(Lp_Temp, p, (char *)0); in rmfiles()
375 file = makepath(Lp_Temp, base, (char *)0); in _alloc_files()
H A Dstatus.c105 pstatus = makepath(Lp_System, PSTATUSFILE, (char *)0); in load_pstatus()
291 fault_status = makepath(Lp_A_Printers, printerName, in load_fault_status()
356 cstatus = makepath(Lp_System, CSTATUSFILE, (char *)0); in load_cstatus()
568 pstatus = makepath(Lp_System, PSTATUSFILE, (char *)0); in dump_pstatus()
633 fault_status = makepath(Lp_A_Printers, printerName, FAULT_MESSAGE_FILE, in dump_fault_status()
660 cstatus = makepath(Lp_System, CSTATUSFILE, (char *)0); in dump_cstatus()
H A Ddisp1.c115 path = makepath(Lp_Tmp, req_file, (char *)0); in s_print_request()
270 path = makepath(Lp_Temp, tmpName, (char *)0); in s_print_request()
390 path = makepath(Lp_Tmp, rp->req_file, (char *)0); in s_start_change_request()
409 path = makepath(Lp_Tmp, tmpName, (char *)0); in s_start_change_request()
472 path = makepath(Lp_Tmp, rp->req_file, (char *)0); in s_end_change_request()
488 path = makepath(Lp_Tmp, tmpName, (char *)0); in s_end_change_request()
1122 path = makepath(Local_System, cp, NULL); in reqpath()
1130 path = makepath(file, NULL); in reqpath()
1132 path = makepath(Local_System, file, NULL); in reqpath()
H A Dlpfsck.c185 real_dir = makepath(Lp_Tmp, Local_System, NULL); in check_link()
370 old = makepath(prefix, old_system, (char *)0); in _rename()
371 new = makepath(prefix, new_system, (char *)0); in _rename()
H A Dflt.c140 file = makepath(Lp_Temp, id, (char *)0); in do_flt_acts()
151 file = makepath(Lp_Temp, attrFile, (char *)0); in do_flt_acts()
H A Dinit.c148 sysdir = makepath(Lp_Requests, sysname, NULL); in init_requests()
151 reqfile = makepath(sysname, name, NULL); in init_requests()
/illumos-gate/usr/src/cmd/lp/lib/access/
H A Dfiles.c68 parent = makepath(dir, name, (char *)0);
81 file = makepath(parent, f, (char *)0);
/illumos-gate/usr/src/cmd/lp/lib/secure/
H A Dsecure.c60 path = makepath(Lp_Requests, file, (char *)0); in getsecure()
156 path = makepath(Lp_Requests, file, (char *)0); in putsecure()
241 pathp = makepath (Lp_Requests, reqfilep, (char *) 0); in rmsecure()
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_printer.c377 prbufp->interface = makepath(Lp_Model, STANDARD, NULL); in configure_printer()
405 prbufp->interface = makepath(Lp_Model, m, NULL); in configure_printer()
447 prbufp->interface = makepath(Lp_A_Interfaces, in configure_printer()
490 prbufp->interface = makepath(Lp_Model, m, NULL); in configure_printer()
504 prbufp->ppd = makepath(Lp_Model, "ppd", in configure_printer()
636 path = makepath(cur_dir, str, (char *)0); in fullpath()
H A Dismodel.c39 return (Access(makepath(Lp_Model, name, (char *)0), 04) != -1);
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Ddelprinter.c121 if (!(path = makepath(Lp_A_Interfaces, name, (char *)0)))
133 if (!(path = makepath(ETCDIR, "ppd", ppdfile, (char *)0)))
H A Dprintwheels.c135 if (!(path = makepath(Lp_A_PrintWheels, name, (char *)0)))
214 if (!(path = makepath(Lp_A_PrintWheels, name, (char *)0)))
H A Dputprinter.c157 if (!(path = makepath(Lp_A_Interfaces, name, (char *)0))) in putprinter()
165 if (!(path = makepath(Lp_A_Interfaces, name, (char *)0))) in putprinter()
559 if (!(path = makepath(ETCDIR, "ppd", buf, (char *)0))) in addPrintersPPD()
625 if (!(path = makepath(ETCDIR, "ppd", buf, (char *)0))) in addPrintersPPD()
H A Dokprinter.c145 if (!(path = makepath(Lp_A_Interfaces, name, (char *)0))) in okinterface()
/illumos-gate/usr/src/cmd/lp/lib/requests/
H A Dputrequest.c106 if (!(path = makepath(Lp_Tmp, file, (char *)0)))
114 } else if (!(path = makepath(Lp_Temp, file, (char *)0)))
H A Dgetrequest.c88 if (!(path = makepath(Lp_Tmp, file, (char *)0)))
96 } else if (!(path = makepath(Lp_Temp, file, (char *)0)))
H A Danyrequests.c64 if (!(subdir = makepath(Lp_Requests, name, (char *)0))) in anyrequests()
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmm_common.h111 int makepath(char *, mode_t);
H A Dvold.c306 (void) makepath(mountpoint, 0700); in vold_rmmount()
328 (void) makepath(mountpoint, 0755); in vold_rmmount()
797 (void) makepath(NOTIFY_DIR, 0777); in create_one_notify_file()

12