Searched refs:Lp_Requests (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/lp/lib/requests/ |
H A D | anyrequests.c | 57 while ((name = next_dir(Lp_Requests, &lastdir))) { in anyrequests() 64 if (!(subdir = makepath(Lp_Requests, name, (char *)0))) in anyrequests()
|
/titanic_50/usr/src/cmd/lp/lib/secure/ |
H A D | secure.c | 62 path = makepath(Lp_Requests, file, (char *)0); in getsecure() 158 path = makepath(Lp_Requests, file, (char *)0); in putsecure() 243 pathp = makepath (Lp_Requests, reqfilep, (char *) 0); in rmsecure()
|
/titanic_50/usr/src/cmd/lp/cmd/lpsched/ |
H A D | lpfsck.c | 86 proto (D, 1, Lp_Requests, NULL, 0775, Lp_Uid, Lp_Gid); in lpfsck() 87 proto (D, 1, Lp_Requests, Local_System, NULL, 0770, Lp_Uid, Lp_Gid); in lpfsck() 204 _rename(old_system, Local_System, Lp_Requests, NULL); in check_link()
|
H A D | init.c | 145 while((sysname = next_dir(Lp_Requests, &addr)) != NULL) { in init_requests() 148 sysdir = makepath(Lp_Requests, sysname, NULL); in init_requests()
|
H A D | files.c | 138 path = makepath(Lp_Requests, rp->req_file, (char *)0); in rmfiles()
|
/titanic_50/usr/src/cmd/lp/lib/lp/ |
H A D | getpaths.c | 41 char Lp_Requests[] = SPOOLDIR "/requests"; variable
|
/titanic_50/usr/src/cmd/lp/include/ |
H A D | lp.h | 358 Lp_Requests[],
|