Searched refs:destination (Results 1 - 25 of 95) sorted by relevance

1234

/illumos-gate/usr/src/cmd/make/include/mksh/
H A Dmacro.h30 extern void expand_macro(register Source source, register String destination, wchar_t *current_string, Boolean cmd);
31 extern void expand_value(Name value, register String destination, Boolean cmd);
H A Ddosys.h35 extern void sh_command2string(register String command, register String destination);
/illumos-gate/usr/src/cmd/tic/
H A Dtic_main.c98 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/cmd/print/bsd-sysv-commands/
H A Dlpc.c59 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 Dlpmove.c48 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);
/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Dticmain.c55 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
H A Dtic.h100 extern char *destination; /* destination directory for object files */
/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Dkobj_crt.s53 /preserve destination in temporary register %r11
66 / Call destination
/illumos-gate/usr/src/cmd/make/bin/
H A Dmacro.cc61 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);
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc48 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/cmd/lp/cmd/lpsched/
H A Ddisp4.c42 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 Ddisp1.c524 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...]
H A Dnotify.c54 "The requested print destination has been removed."
123 prs->request->destination,
124 STREQU(prs->request->destination, NAME_ANY)? " printer"
H A Drequeue.c87 ((pcs = search_cstatus(PRS->request->destination)) != NULL) \
91 #define ISANY(PRS) STREQU(PRS->request->destination, NAME_ANY)
/illumos-gate/usr/src/cmd/lp/lib/requests/
H A Dfreerequest.c56 if (reqbufp->destination)
57 Free (reqbufp->destination);
H A Dllib-llpreq39 char *destination; /* printer or class name */
H A Dgetrequest.c146 reqp->destination = Strdup(p);
254 if (!reqp->destination || !*reqp->destination) {
255 if (reqp->destination)
256 Free (reqp->destination);
257 reqp->destination = Strdup(NAME_ANY);
/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dnetpr.c165 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/libcurses/screen/
H A Dcompiler.h111 extern char *destination; /* destination directory for object files */
/illumos-gate/usr/src/uts/sparc/krtld/
H A Dkobj_reloc.c163 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/sgs/rtld/i386/
H A Dboot_elf.s98 * -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
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrcat.s61 / 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
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrcmp.s55 ! alignment of the destination string. If it is possible to
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_tlabel.h67 * destination - a 16-bit value where the most significant 10-bits are the bus
155 uint_t destination, hci1394_tlabel_info_t *tlabel_info);
/illumos-gate/usr/src/uts/sun4u/starcat/ml/
H A Ddrmach.il.cpp78 ! %o1 destination PA

Completed in 92 milliseconds

1234