| /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/tests/ |
| template | 16 destination=
|
| /onnv/onnv-gate/usr/src/cmd/tic/ |
| tic_main.c | 98 char *destination = SRCDIR; variable 180 destination = env; 183 DEBUG(1, "Would be working in %s\n", destination); 185 DEBUG(1, "Working in %s\n", destination); 188 if (access(destination, 7) < 0) { 190 progname, destination); 194 if (chdir(destination) < 0) { 196 progname, destination); 206 * Check for access rights to the destination directory. 226 progname, destination, dir) [all...] |
| /onnv/onnv-gate/usr/src/cmd/fmli/oh/ |
| ott_mv.c | 64 char source[PATHSIZ], destination[PATHSIZ]; local 127 strcpy(destination, path); 129 strcpy(destination, Cur_ott->path); 130 pathlen = strlen(destination); 131 destination[pathlen++] = '/'; 134 strcpy(destination + pathlen, newnames[i]); 136 _debug(stderr, "access of destination %s checked\n", destination); 138 if (access(destination, 04) != -1) 142 /** get the destination ott if it is not the same as the curren [all...] |
| /onnv/onnv-gate/usr/src/cmd/print/bsd-sysv-commands/ |
| lpc.c | 59 char *destination = args[1]; local 61 status = papiPrinterQuery(svc, destination, pattrs, NULL, &p); 67 printf("%s:\n", destination); 84 (void) papiPrinterListJobs(svc, destination, NULL, 98 fprintf(stderr, "%s: %s\n", destination, 112 char *destination = args[1]; local 114 if (destination == NULL) { 115 fprintf(stderr, gettext("Usage: abort (destination)\n")); 119 status = papiPrinterPause(svc, destination, "paused via lpc abort"); 122 destination); 136 char *destination = args[1]; local 167 char *destination = args[1]; local 188 char *destination = args[1]; local 220 char *destination = args[1]; local 241 char *destination = args[1]; local 262 char *destination = args[1]; local [all...] |
| lpmove.c | 50 gettext("Usage: %s [request-id] (destination)\n" 51 " %s (source) (destination)\n"), name, name); 77 char *destination = NULL; local 95 destination = av[--ac]; 116 if (move_job(svc, printer, id, destination) < 0) 123 destination); 170 "destination %s is not accepting"\ 187 id, destination) < 0) 195 count, printer, destination);
|
| /onnv/onnv-gate/usr/src/lib/libxcurses/src/tic/ |
| ticmain.c | 55 char *destination = M_TERMINFO_DIR; variable 116 * Check for access rights to destination directories 135 destination = s; 136 if (access(destination, 7) < 0) { 137 (void) eprintf(m_strmsg(dst_err), destination); local 140 if (chdir(destination) < 0) { 141 (void) eprintf(m_strmsg(dst_err), destination); local 150 (void) eprintf(m_strmsg(dstdir_err), destination, dir); local 153 (void) eprintf(m_strmsg(dstdir_err), destination, dir); local
|
| tic.h | 102 extern char *destination; /* destination directory for object files */
|
| /onnv/onnv-gate/usr/src/uts/intel/amd64/krtld/ |
| kobj_crt.s | 53 /preserve destination in temporary register %r11 66 / Call destination
|
| /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/ |
| disp4.c | 44 char *destination; local 49 getmessage (m, S_ACCEPT_DEST, &destination); 51 (destination ? destination : "NULL")); 54 * Have we seen this destination as a printer? 56 if ((pps = search_pstatus(destination))) 67 * Have we seen this destination as a class? 69 else if ((pcs = search_cstatus(destination))) 93 char *destination, local 100 getmessage (m, S_REJECT_DEST, &destination, &reason) 177 char *destination, local [all...] |
| notify.c | 54 "The requested print destination has been removed." 123 prs->request->destination, 124 STREQU(prs->request->destination, NAME_ANY)? " printer"
|
| requeue.c | 88 ((pcs = search_cstatus(PRS->request->destination)) != NULL) \ 92 #define ISANY(PRS) STREQU(PRS->request->destination, NAME_ANY)
|
| disp1.c | 523 STREQU(oldr.destination, r->destination); 596 char *dest = strdup(r->destination); 678 if (*s_dest && !STREQU(s_dest, crp->request->destination)) 752 char *destination; local 758 (void) getmessage(m, S_CANCEL, &destination, &user, &req_id); 760 (destination ? destination : "NULL"), (user ? user : "NULL"), 763 if (STREQU(destination, NAME_ALL)) 764 destination = "" [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/lib/requests/ |
| freerequest.c | 56 if (reqbufp->destination) 57 Free (reqbufp->destination);
|
| llib-llpreq | 39 char *destination; /* printer or class name */
|
| getrequest.c | 146 reqp->destination = Strdup(p); 254 if (!reqp->destination || !*reqp->destination) { 255 if (reqp->destination) 256 Free (reqp->destination); 257 reqp->destination = Strdup(NAME_ANY);
|
| /onnv/onnv-gate/usr/src/cmd/tcpd/ |
| environ.c | 104 char *destination; local 124 destination = (envp != 0 && strlen(*envp) >= l_nameval) ? 126 if (destination == 0) 128 strncpy(destination, name, l_name); 129 destination[l_name] = '='; 130 strcpy(destination + l_name + 1, value); 131 return ((envp == 0) ? addenv(destination) : (*envp = destination, 0));
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
| Command.pm | 24 perl -MExtUtils::Command -e cat files... > destination 25 perl -MExtUtils::Command -e mv source... destination 26 perl -MExtUtils::Command -e cp source... destination 31 perl -MExtUtils::Command -e eqtime source destination 133 =item mv source... destination 135 Moves source to destination. 136 Multiple sources are allowed if destination is an existing directory. 149 =item cp source... destination 151 Copies source to destination. 152 Multiple sources are allowed if destination is an existing directory [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/model/netpr/ |
| netpr.c | 165 char *destination = NULL; local 357 * Parse destination 362 parse_dest(job_data->dest, &destination, 370 parse_dest(job_data->dest, &destination, &tcp_port, 377 if (destination == NULL || 380 gettext("Netpr: system error parsing destination %s\n"), 382 syslog(LOG_DEBUG, "system error parsing destination %s", 389 destination = job_data->dest; 391 syslog(LOG_DEBUG, "destination : %s", destination); [all...] |
| /onnv/onnv-gate/usr/src/lib/libcurses/screen/ |
| compiler.h | 113 extern char *destination; /* destination directory for object files */
|
| /onnv/onnv-gate/usr/src/uts/sparc/krtld/ |
| kobj_reloc.c | 163 Addr value, destination; local 180 destination = baseaddr; 187 if (mp->destination) { 195 destination = (Addr)mp->destination + 245 off += destination; 312 if (mp->destination)
|
| /onnv/onnv-gate/usr/src/cmd/sgs/rtld/i386/ |
| boot_elf.s | 98 * -8(%ebp) store call destination 110 movl %edi, -8(%ebp) / save destination address 163 movl -8(%ebp), %eax / eax == calling destination 164 movl %eax, 0(%ebp) / store destination at top 180 * ret to our final destination. 184 ret / jmp to final destination 190 * In order to call the destination procedure and then return 194 * that were to be passed to the destination procedure. 317 movl %eax, 8(%ebp) / store final destination
|
| /onnv/onnv-gate/usr/src/cmd/lp/include/ |
| requests.h | 71 char *destination; /* printer or class name */ member in struct:REQUEST
|
| /onnv/onnv-gate/usr/src/lib/libc/i386/gen/ |
| strcat.s | 61 / find a null byte in destination string 62 movl 8(%esp), %edi / %edi = destination string address 86 / %edi points to a null byte in destination string 119 movl 8(%esp), %eax / return the destination address
|
| /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/ |
| strcmp.s | 55 ! alignment of the destination string. If it is possible to
|
| /onnv/onnv-gate/usr/src/uts/common/sys/1394/adapters/ |
| hci1394_tlabel.h | 67 * destination - a 16-bit value where the most significant 10-bits are the bus 155 uint_t destination, hci1394_tlabel_info_t *tlabel_info);
|