/illumos-gate/usr/src/cmd/make/bin/ |
H A D | macro.cc | 61 String_rec destination; local 75 INIT_STRING_FROM_STACK(destination, buffer); 79 &destination, 83 append_char(wcs_buffer[0], &destination); 88 &destination, 91 value = GETNAME(destination.buffer.start, FIND_LENGTH); 92 if (destination.free_after_use) { 93 retmem(destination.buffer.start);
|
H A D | read.cc | 847 String_rec destination; local 852 INIT_STRING_FROM_STACK(destination, buffer); 854 &destination, 856 for (p = destination.buffer.start; 863 if (destination.free_after_use) { 864 retmem(destination.buffer.start);
|
H A D | read2.cc | 1795 String_rec destination; local 1811 INIT_STRING_FROM_STACK(destination, buffer); 1826 sh_command2string(&command, &destination); 1829 (*value) = GETNAME(destination.buffer.start, FIND_LENGTH);
|
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/ |
H A D | lpmove.c | 48 gettext("Usage: %s [request-id] (destination)\n" 49 " %s (source) (destination)\n"), name, name); 75 char *destination = NULL; local 93 destination = av[--ac]; 114 if (move_job(svc, printer, id, destination) < 0) 121 destination); 175 "destination %s is not accepting"\ 192 id, destination) < 0) 200 count, printer, destination);
|
H A D | 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...] |
H A D | lpstat.c | 106 printf(gettext("no system default destination\n")); 802 char *destination = "unknown"; local 962 "job-printer-uri", &destination); 964 "printer-name", &destination); 997 printf(gettext(" on %s"), destination); 1011 "output-device-assigned", &destination); 1012 printf("\n\t assigned %s", destination);
|
/illumos-gate/usr/src/cmd/tic/ |
H A D | 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, di [all...] |
/illumos-gate/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_tlabel.c | 126 hci1394_tlabel_alloc(hci1394_tlabel_handle_t tlabel_handle, uint_t destination, argument 142 /* copy destination into tlabel_info */ 143 tlabel_info->tbi_destination = destination; 146 node_number = IEEE1394_NODE_NUM(destination);
|
/illumos-gate/usr/src/lib/libxcurses/src/tic/ |
H A D | 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
|
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
H A D | Valid.java | 270 // Valid destination 272 public static boolean destination(String d) method in class:Valid 274 Debug.message("SVR: Valid.destination()"); 275 Debug.message("SVR: destination=" + d);
|
H A D | Printer.java | 51 private String destination = null; field in class:Printer 357 destination = arg; 449 return (destination);
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | disp4.c | 42 char *destination; local 47 getmessage (m, S_ACCEPT_DEST, &destination); 49 (destination ? destination : "NULL")); 52 * Have we seen this destination as a printer? 54 if ((pps = search_pstatus(destination))) 65 * Have we seen this destination as a class? 67 else if ((pcs = search_cstatus(destination))) 91 char *destination, local 98 getmessage (m, S_REJECT_DEST, &destination, 175 char *destination, local [all...] |
H A D | disp1.c | 524 STREQU(oldr.destination, r->destination); 597 char *dest = strdup(r->destination); 679 if (*s_dest && !STREQU(s_dest, crp->request->destination)) 753 char *destination; local 759 (void) getmessage(m, S_CANCEL, &destination, &user, &req_id); 761 (destination ? destination : "NULL"), (user ? user : "NULL"), 764 if (STREQU(destination, NAME_ALL)) 765 destination [all...] |
/illumos-gate/usr/src/cmd/lp/model/netpr/ |
H A D | 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...] |
/illumos-gate/usr/src/lib/print/libpapi-dynamic/common/ |
H A D | job.c | 288 char *destination) 302 papi_attribute_t **attrs = getprinterbyname(destination, NULL); 305 "printer-uri-supported", &destination); 306 result = f(svc->svc_handle, svc->name, job_id, destination); 287 papiJobMove(papi_service_t handle, char *printer, int32_t job_id, char *destination) argument
|
/illumos-gate/usr/src/uts/sparc/krtld/ |
H A D | 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)
|
/illumos-gate/usr/src/cmd/lp/include/ |
H A D | requests.h | 71 char *destination; /* printer or class name */ member in struct:REQUEST
|
/illumos-gate/usr/src/cmd/lp/lib/papi/ |
H A D | lpsched-jobs.c | 77 /* replace the current destination */ 79 "job-printer", &r->destination); 401 /* destination */ 403 "printer-name", r->destination); 471 size_t size, time_t date, short state, char *destination, 487 destination, atoi(p)); 491 destination); 497 "output-device-assigned", destination); 499 "printer-name", destination); 470 job_status_to_attributes(job_t *job, char *req_id, char *user, char *slabel, size_t size, time_t date, short state, char *destination, char *form, char *charset, short rank, char *file) argument
|
/illumos-gate/usr/src/cmd/make/lib/mksh/ |
H A D | dosys.cc | 512 * sh_command2string(command, destination) 520 * destination Where to deposit the output from the command 527 sh_command2string(register String command, register String destination) argument 546 append_char(chr, destination); 557 if ( *(destination->text.p-1) == (int) space_char) { 558 * (-- destination->text.p) = '\0'; 565 *(destination->text.p) = '\0';
|
H A D | macro.cc | 48 static void expand_value_with_daemon(Name, register Property macro, register String destination, Boolean cmd); 75 String_rec destination; local 92 INIT_STRING_FROM_STACK(destination, buffer); 94 &destination, local 96 result = GETNAME(destination.buffer.start, FIND_LENGTH); 97 if (destination.free_after_use) { 98 retmem(destination.buffer.start); 104 * expand_value(value, destination, cmd) 107 * destination is where the expanded value should be appended. 111 * destination Wher 118 expand_value(Name value, register String destination, Boolean cmd) argument 259 expand_macro(register Source source, register String destination, wchar_t *current_string, Boolean cmd) argument 1008 expand_value_with_daemon(Name, register Property macro, register String destination, Boolean cmd) argument 1082 String_rec destination; local [all...] |
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/ |
H A D | job.c | 589 char *destination) 596 (destination == NULL)) 614 "job-printer-uri", destination); 588 papiJobMove(papi_service_t handle, char *printer, int32_t job_id, char *destination) argument
|
/illumos-gate/usr/src/lib/libsmbfs/smb/ |
H A D | ntlm.c | 372 * and the destination (machine or domain name). 379 * destination: Domain or server, MIXED-case UTF-8 string. 383 const char *user, const char *destination) 399 dlen = strlen(destination); 404 bcopy(destination, utf8data + ulen, dlen + 1); 382 ntlm_v2_hash(uchar_t *v2hash, const uchar_t *v1hash, const char *user, const char *destination) argument
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | kobj.h | 91 reloc_dest_t destination; member in struct:module
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | server.c | 46 char destination[RDIST_BUFSIZ]; /* base destination directory name */ variable 229 * destdir = 1 if destination should be a directory 230 * (i.e., more than one source is being copied to the same destination). 280 * Pass the destination file/directory name to remote. 298 strcpy(destination, rname); 300 strcpy(destination, dest); 581 opts & WHOLE ? target : strsub(source, destination, target),
|
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pmInstallPrinter.java | 71 String destination = null; field in class:pmInstallPrinter 953 destination = destText.getText(); 954 if (destination.equals("")) { 960 if (!Valid.destination(destination)) { 969 "CLNT:pmInstPr:getNetworkInfo(): destination is: " + 970 destination); 1156 if (destination != null) 1157 workingPrinter.setDestination(destination);
|