Home
last modified time | relevance | path

Searched refs:print (Results 1 – 25 of 418) sorted by relevance

12345678910>>...17

/titanic_41/usr/src/pkg/manifests/
H A Dprint-lp-print-client-commands.mf27 set name=pkg.fmri value=pkg:/print/lp/print-client-commands@$(PKGVERS)
29 value="client configuration files and utilities for the print service"
46 file path=usr/bin/desktop-print-management-applet mode=0555
47 file path=usr/lib/lp/bin/desktop-print-management mode=0555
48 file path=usr/lib/lp/bin/desktop-print-management-applet mode=0555
49 file path=usr/lib/lp/bin/desktop-print-management-prefs mode=0555
50 file path=usr/sbin/print-service mode=0555
51 file path=usr/share/applications/desktop-print-management-prefs.desktop
52 file path=usr/share/applications/desktop-print-management.desktop
53 file path=usr/share/gnome/autostart/desktop-print-management-applet.desktop
[all …]
H A Dlibrary-print-open-printing-lpd.mf26 set name=pkg.fmri value=pkg:/library/print/open-printing/lpd@$(PKGVERS)
28 value="Client side support for communicating with RFC-1179 based print servers"
36 dir path=usr/lib/print group=lp
37 file path=usr/lib/print/lpd-port mode=4511
38 file path=usr/lib/print/psm-lpd.so.1
40 desc="Client side support for communicating with RFC-1179 based print servers" \
45 link path=usr/lib/print/psm-lpd.so target=./psm-lpd.so.1
46 link path=usr/lib/print/psm-rfc-1179.so target=./psm-lpd.so
H A Dprint-lp.mf27 set name=pkg.fmri value=pkg:/print/lp@$(PKGVERS)
29 value="client configuration files and utilities for the print service"
47 dir path=lib/svc/manifest/application/print group=sys
56 dir path=usr/lib/print group=lp
72 dir path=var/spool/print group=lp
84 file path=lib/svc/manifest/application/print/rfc1179.xml group=sys mode=0444
85 file path=lib/svc/manifest/application/print/server.xml group=sys mode=0444
86 file path=lib/svc/method/print-svc mode=0555
118 file path=usr/lib/print/Makefile.yp group=lp mode=0444
119 file path=usr/lib/print/conv_fix group=lp mode=0555
[all …]
/titanic_41/usr/src/cmd/dtrace/test/tst/common/print/
H A Dtst.primitive.d34 print((char)'a');
35 print((int)-1);
36 print((unsigned int)23);
37 print((short)456);
38 print((unsigned short)789);
39 print((long)1234);
40 print((ulong_t)56789);
41 print((void *)0x1234);
42 print("hello");
H A Dtst.array.d56 print(this->f->a);
57 print(this->f->b);
58 print(this->f->c);
59 print(*this->f);
H A Dtst.enum.d29 print(bart);
30 print((enum simpson)4);
31 print(snowball_ii);
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/t/
H A DKstat.t50 BEGIN { $| = 1; print "1..15\n"; }
52 END {print "not ok 1\n" unless $loaded;}
55 print "ok 1\n";
61 print("not ok $test: $@");
63 print("ok $test\n");
69 print("not ok $test: $@");
71 print("ok $test\n");
81 print("ok $test\n");
83 print("not ok $test\n");
90 print("ok $test\n");
[all …]
/titanic_41/usr/src/lib/libast/common/features/
H A Dsys5 print #if __mips == 2 && !defined(_NO_LARGEFILE64_SOURCE)
6 print #define _NO_LARGEFILE64_SOURCE 1
7 print #endif
8 print #if !defined(_NO_LARGEFILE64_SOURCE) && _typ_off64_t && _lib_lseek64 && _lib_stat64
9 print #if !defined(_LARGEFILE64_SOURCE)
10 print #define _LARGEFILE64_SOURCE 1
11 print #endif
12 print #if !defined(_LARGEFILE_SOURCE)
13 print #define _LARGEFILE_SOURCE 1
14 print #endif
[all …]
/titanic_41/usr/src/cmd/mail/
H A Dprintmail.c41 int flg, curlet, showlet, k, print, aret, stret, rc; in printmail() local
171 print = 1; in printmail()
179 if (setjmp(sjbuf) == 0 && print != 0) { in printmail()
246 print = 1; in printmail()
249 if (!validmsg(rc)) print = 0; in printmail()
258 print = 0; in printmail()
266 print = 0; in printmail()
278 print = 0; in printmail()
331 print = 0; in printmail()
381 print = 1; in printmail()
[all …]
/titanic_41/usr/src/ucbcmd/whereis/
H A Dwhereis.c218 int print; variable
237 print = 0; in lookup()
240 print = 1; in lookup()
242 if (print) in lookup()
246 if (uflag && print == 0 && count != 1) { in lookup()
247 print = 1; in lookup()
254 if (uflag && print == 0 && count != 1) { in lookup()
255 print = 1; in lookup()
262 if (uflag && print == 0 && count != 1) { in lookup()
263 print = 1; in lookup()
[all …]
/titanic_41/usr/src/cmd/backup/lib/
H A Drmtlib.c64 static void (*print)(const char *, ...); /* print routine */ variable
79 static void (*print)(); variable
99 print = errmsg; in rmtinit()
109 if (print == (void (*)(const char *, ...))0) in rmthost()
111 if (print == (void (*)())0) in rmthost()
113 print = rmtmsg; in rmthost()
144 print(dgettext(domainname, "Lost connection to remote host.\n")); in rmtconnaborted()
163 print(dgettext(domainname, in rmtgetconn()
169 print(dgettext(domainname, in rmtgetconn()
203 print("%s", myrcmd_stderr); in rmtgetconn()
[all …]
/titanic_41/usr/src/cmd/powertop/common/
H A Ddisplay.c79 #define print(win, y, x, fmt, args...) \ macro
298 print(sw[SW_TITLE], 0, 0, title_pad, TITLE); in pt_display_title_bar()
313 print(sw[SW_STATUS], 0, x, "%s", n->msg); in pt_display_status_bar()
406 print(sw[SW_IDLE], 0, 0, "%s\tAvg\tResidency\n", g_msg_idle_state); in pt_display_states()
412 print(sw[SW_IDLE], 1, 0, "%s", c); in pt_display_states()
430 print(sw[SW_IDLE], i + 1, 0, "%s", c); in pt_display_states()
437 print(sw[SW_FREQ], 0, 0, "%s\n", g_msg_freq_state); in pt_display_states()
454 print(sw[SW_FREQ], i+1, 0, "%s\n", c); in pt_display_states()
511 print(sw[SW_FREQ], i+1, 0, "%s\n", c); in pt_display_states()
516 print(sw[SW_FREQ], 1, 0, "%s\n", c); in pt_display_states()
[all …]
/titanic_41/usr/src/cmd/mailx/misc/
H A Dmailx.help12 echo string print the string
19 header [message] print page of active message headers
20 help,? print this help message
29 print,type [msglist] print messages
30 Print,Type [msglist] print messages with all headers
37 size [msglist] print size of messages
39 top [msglist] print top 5 lines of messages
44 version print version
/titanic_41/usr/src/lib/libshell/common/fun/
H A Dpopd17 print -r - "$dir ${_push_stack[@]}"
28 then print pushd: No other directory.
36 then print pushd: Directory stack not that deep.
42 then print pushd: Directory stack overflow.
82 then print popd: Nothing to pop.
97 then print pushd: Directory stack not that deep.
105 *) print pushd: Bad directory.
H A Dpushd17 print -r - "$dir ${_push_stack[@]}"
28 then print pushd: No other directory.
36 then print pushd: Directory stack not that deep.
42 then print pushd: Directory stack overflow.
82 then print popd: Nothing to pop.
97 then print pushd: Directory stack not that deep.
105 *) print pushd: Bad directory.
H A Dtitle1 # add to (+), delete from (-), set [=], or print (.) window title
40 .) print -r -- "$TITLE_TEXT"
52 630*) print -nr -- $'\E[?'"${#x}"$';0v'"${x}" ;;
53 uwin*|*vt100|xterm*) print -nr -- $'\E]0;'"${x}"$'\a' ;;
/titanic_41/usr/src/cmd/sgs/librtld_db/demo/tests/
H A Dtest-sparc-regs30 print $regs
34 print $ins
38 print $outs
42 print $locs
46 print $specs
50 print $globs
/titanic_41/usr/src/test/test-runner/stf/contrib/include/
H A Dlogapi.shlib49 # Execute and print command with status where success equals non-zero result
93 # Execute and print command with status where success equals non-zero result
120 print -u2 $($out)
124 print -u2 $($out)
128 print -u2 $($out)
132 print -u2 $($out)
139 print -u2 $($out)
147 print -u2 $($out)
155 [[ -n $LOGAPI_DEBUG ]] && print $($out)
163 # Execute and print command with status where success equals zero result
[all …]
/titanic_41/usr/src/lib/libnisdb/
H A Ddb_log_entry.cc63 db_log_entry::print() in print() function in db_log_entry
77 aversion.print(stdout); in print()
80 query->print(); in print()
89 bversion.print(stdout); in print()
H A Dnis_parse_ldap_util.c205 if (e->element.print.fmt != NULL) in free_mapping_element()
206 free_mapping_format(e->element.print.fmt); in free_mapping_element()
207 e->element.print.fmt = NULL; in free_mapping_element()
208 for (i = 0; i < e->element.print.numSubElements; i++) in free_mapping_element()
210 &e->element.print.subElement[i]); in free_mapping_element()
211 e->element.print.numSubElements = 0; in free_mapping_element()
212 if (e->element.print.subElement != NULL) in free_mapping_element()
213 free(e->element.print.subElement); in free_mapping_element()
214 e->element.print.subElement = NULL; in free_mapping_element()
594 if (sub->element.print.fmt != NULL) in free_mapping_sub_element()
[all …]
H A Ddb_dictlog.cc70 db_dictlog_entry::print() in print() function in db_dictlog_entry
84 aversion.print(stdout); in print()
90 bversion.print(stdout); in print()
173 j->print(); in print_log_entry()
180 db_dictlog::print() in print() function in db_dictlog
/titanic_41/usr/src/test/libc-tests/tests/wctype/
H A Dwctype_test.c75 test_ctype_subset(upper, print); in main()
76 test_ctype_subset(lower, print); in main()
77 test_ctype_subset(digit, print); in main()
78 test_ctype_subset(punct, print); in main()
79 test_ctype_subset(only_space, print); in main()
/titanic_41/usr/src/pkg/transforms/
H A Dextract_metadata31 <transform license license=.*/.+ -> print LICS="${LICS} %(license)">
37 # rather than a print operation.
39 <transform set name=pkg.renamed value=true -> print PKGSTAT=renamed>
40 <transform set name=pkg.obsolete value=true -> print PKGSTAT=obsolete>
41 <transform set name=org.opensolaris.nodepend value=true -> print NODEPEND=true>
43 <transform set name=org.opensolaris.noincorp value=true -> print PKGSTAT=noincorp>
/titanic_41/usr/src/cmd/lp/lib/oam/
H A Dmsg.source104 "Can't send message to the LP print service."
105 "The LP print service apparently has been\nstopped. Get help from your system\nadministrator."
107 "Can't receive message from the LP print service."
108 "The LP print service apparently has been\nstopped. Get help from your system\nadministrator."
110 "Received unexpected status %d in a reply from the\nLP print service."
119 "Can't establish contact with the LP print service."
120 …"Either the LP print service has stopped,\nor all message channels are busy. If the\nproblem conti…
131 "Received unexpected message %d from the LP print service."
134 "Destination \"%s\" is unknown to the\nLP print service."
182 "The LP print service isn't running or can't be\nreached."
[all …]
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Utils/t/
H A Dgmatch.t32 BEGIN { $| = 1; print "1..49\n"; }
34 END {print "not ok 1\n" unless $loaded;}
37 print "ok 1\n";
57 print("ok $test\n");
59 print("not ok $test\n");

12345678910>>...17