Searched refs:makepath (Results 1 - 25 of 36) sorted by path

12

/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dchkopts.c1173 ppd = makepath(Lp_Model, "ppd", ppd_file, (char *)0);
H A Ddo_align.c228 if (!(fifo = makepath(Lp_Temp, rfile, (char *)0))) {
H A Ddo_printer.c390 prbufp->interface = makepath(Lp_Model, STANDARD, (char *)0);
418 prbufp->interface = makepath(Lp_Model, m, (char *)0);
459 prbufp->interface = makepath(
505 prbufp->interface = makepath(Lp_Model, m, (char *)0);
525 makepath(Lp_Model, "ppd", n_opt, (char *)0);
669 path = makepath(cur_dir, str, (char *)0);
H A Dismodel.c39 return (Access(makepath(Lp_Model, name, (char *)0), 04) != -1);
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dalerts.c123 formPath = makepath(Lp_A_Forms, fp->form->name,
H A Ddisp1.c114 path = makepath(Lp_Tmp, req_file, (char *)0);
269 path = makepath(Lp_Temp, tmpName, (char *)0);
389 path = makepath(Lp_Tmp, rp->req_file, (char *)0);
408 path = makepath(Lp_Tmp, tmpName, (char *)0);
471 path = makepath(Lp_Tmp, rp->req_file, (char *)0);
487 path = makepath(Lp_Tmp, tmpName, (char *)0);
1121 path = makepath(Local_System, cp, NULL);
1129 path = makepath(file, NULL);
1131 path = makepath(Local_System, file, NULL);
H A Dexec.c634 path = makepath(Lp_Temp, tmpName, (char *)0);
656 path = makepath(ETCDIR, "ppd", tmpName, (char *)0);
1012 path = makepath(Lp_Temp, tmpName, (char *)0);
1035 path = makepath(ETCDIR, "ppd", tmpName, (char *)0);
H A Dfiles.c70 char *newfile = makepath(Lp_Tmp, Local_System,
138 path = makepath(Lp_Requests, rp->req_file, (char *)0);
146 path = makepath(Lp_Tmp, rp->req_file, (char *)0);
176 path = makepath(Lp_Tmp, p, NULL);
186 path = makepath(Lp_Temp, tmpName, (char *)0);
238 path = makepath(Lp_Temp, p, (char *)0);
377 file = makepath(Lp_Temp, base, (char *)0);
H A Dflt.c142 file = makepath(Lp_Temp, id, (char *)0);
153 file = makepath(Lp_Temp, attrFile, (char *)0);
H A Dfncs.c178 result->msgfile = makepath(Lp_Temp, buf, (char *)0);
H A Dinit.c148 sysdir = makepath(Lp_Requests, sysname, NULL);
151 reqfile = makepath(sysname, name, NULL);
H A Dlpfsck.c187 real_dir = makepath(Lp_Tmp, Local_System, NULL);
372 old = makepath(prefix, old_system, (char *)0);
373 new = makepath(prefix, new_system, (char *)0);
H A Dlpsched.h189 makepath( \
H A Dstatus.c105 pstatus = makepath(Lp_System, PSTATUSFILE, (char *)0);
291 fault_status = makepath(Lp_A_Printers, printerName,
356 cstatus = makepath(Lp_System, CSTATUSFILE, (char *)0);
568 pstatus = makepath(Lp_System, PSTATUSFILE, (char *)0);
633 fault_status = makepath(Lp_A_Printers, printerName, FAULT_MESSAGE_FILE,
660 cstatus = makepath(Lp_System, CSTATUSFILE, (char *)0);
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h450 char * makepath ( char * , ... );
/illumos-gate/usr/src/cmd/lp/lib/access/
H A Dfiles.c70 parent = makepath(dir, name, (char *)0);
83 file = makepath(parent, f, (char *)0);
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A DMakefile57 makepath.o \
H A Dalerts.c114 if (!(path = makepath(parent, name, (char *)0)))
129 if (!(path = makepath(parent, name, ALERTSHFILE, (char *)0)))
152 if (!(path = makepath(Lp_Bin, ALERTPROTOFILE, (char *)0)))
247 if (!(path = makepath(parent, name, ALERTVARSFILE, (char *)0)))
287 if (!(path = makepath(parent, name, (char *)0)))
302 if (!(path = makepath(parent, name, ALERTSHFILE, (char *)0)))
345 if (!(path = makepath(parent, name, ALERTVARSFILE, (char *)0)))
399 if (!(path = makepath(parent, name, (char *)0)))
414 if (!(path = makepath(parent, name, ALERTSHFILE, (char *)0)))
422 if (!(path = makepath(paren
[all...]
H A Dgetpaths.c90 path = makepath(Lp_A_Printers, name, component, NULL);
107 path = makepath(Lp_A_Systems, name, component, NULL);
124 path = makepath(Lp_A_Classes, name, NULL);
141 path = makepath(ETCDIR, table, NULL);
158 path = makepath(Lp_A_Forms, name, component, NULL);
H A Disterminfo.c189 if (!(path = makepath(parent, type_letter, type, (char *)0)))
H A Dllib-llp102 char * makepath ( char * , ... );
H A Dmakepath.c45 ** makepath() - CREATE PATHNAME FROM COMPONENTS
51 makepath ( function
56 makepath (s, va_alist)
H A Dnext.c114 if (!(path = makepath(parent, name, (char *)0)))
H A Dset_charset.c214 p = makepath(parent, T, type, name, (char *)0);
H A Dtidbit.c447 path = makepath(terminfo, first_letter, term, (char *)0);

Completed in 425 milliseconds

12