Home
last modified time | relevance | path

Searched refs:banner (Results 1 – 25 of 75) sorted by relevance

123

/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth2-none.c51 char *banner, *ubanner, *errstr; in auth2_read_banner() local
56 if ((fd = open(options.banner, O_RDONLY)) == -1) in auth2_read_banner()
63 banner = xmalloc(len + 1); in auth2_read_banner()
64 n = atomicio(read, fd, banner, len); in auth2_read_banner()
68 xfree(banner); in auth2_read_banner()
71 banner[n] = '\0'; in auth2_read_banner()
74 ubanner = banner; in auth2_read_banner()
77 ubanner = g11n_convert_to_utf8(banner, &ilen, 1, &errstr); in auth2_read_banner()
83 ubanner = banner; in auth2_read_banner()
85 xfree(banner); in auth2_read_banner()
[all …]
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgic_pwd.c170 char banner[1024], pw0array[1024], pw1array[1024]; in __krb5_get_init_creds_password() local
339 strcpy(banner, "Password expired. You must change it now."); in __krb5_get_init_creds_password()
347 if ((ret = ((*prompter)(context, data, 0, banner, in __krb5_get_init_creds_password()
355 sprintf(banner, "%s. Please try again.", error_message(ret)); in __krb5_get_init_creds_password()
358 sprintf(banner, "%s. Please try again.", error_message(ret)); in __krb5_get_init_creds_password()
390 if (result_string.length > (sizeof(banner)-100)) in __krb5_get_init_creds_password()
391 result_string.length = sizeof(banner)-100; in __krb5_get_init_creds_password()
393 sprintf(banner, "%.*s%s%.*s. Please try again.\n", in __krb5_get_init_creds_password()
441 sprintf(banner, in __krb5_get_init_creds_password()
444 sprintf(banner, "Warning: Your password will expire in %d hour%s.", in __krb5_get_init_creds_password()
[all …]
/titanic_41/usr/src/cmd/lp/cmd/lpadmin/
H A Doptions.c84 banner = -1, /* allow/don't-allow nobanner */ variable
614 if (banner != -1)
620 banner = BAN_ALWAYS;
624 if (banner != -1)
630 banner = BAN_OPTIONAL;
638 if (banner != -1)
645 banner = BAN_ALWAYS;
648 banner = BAN_OPTIONAL;
651 banner = BAN_NEVER;
H A Ddo_printer.c359 prbufp->banner = 0;
389 prbufp->banner = BAN_ALWAYS;
414 prbufp->banner = BAN_ALWAYS;
445 prbufp->banner = banner;
H A Dlpadmin.h39 banner,
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dprompter.c34 const char *banner, in krb5_prompter_posix() argument
51 if (banner) { in krb5_prompter_posix()
52 fputs(banner, stdout); in krb5_prompter_posix()
215 const char *banner, in krb5_prompter_posix() argument
247 if (banner) { in krb5_prompter_posix()
248 fputs(banner, stdout); in krb5_prompter_posix()
307 const char *banner, in krb5_prompter_posix() argument
/titanic_41/usr/src/cmd/lp/model/
H A Dtsol_netstandard86 # ${LPTSOLSEPARATOR} is the name of a program to put banner and trailer
160 if [ -f "${LPTMPDIR}/banner.exit_code.$$" ]
162 /bin/rm ${LPTMPDIR}/banner.exit_code.$$
165 if [ -f "${LPTMPDIR}/banner.errmsg.$$" ]
167 /bin/rm ${LPTMPDIR}/banner.errmsg.$$
184 # The first three arguments are simply reprinted on the banner page,
234 # default: do print a banner
454 # Set up filter for banner page
467 # Build temporary file that is the banner page
494 # Doing small banner as we don't know what printer is out there
[all …]
H A Dtsol_netstandard_foomatic87 # ${LPTSOLSEPARATOR} is the name of a program to put banner and trailer
161 if [ -f "${LPTMPDIR}/banner.exit_code.$$" ]
163 /bin/rm ${LPTMPDIR}/banner.exit_code.$$
166 if [ -f "${LPTMPDIR}/banner.errmsg.$$" ]
168 /bin/rm ${LPTMPDIR}/banner.errmsg.$$
185 # The first three arguments are simply reprinted on the banner page,
237 # default: do print a banner
479 # Set up filter for banner page
492 # Build temporary file that is the banner page
519 # Doing small banner as we don't know what printer is out there
[all …]
H A Dnetstandard161 # The first three arguments are simply reprinted on the banner page,
205 # default: do print a banner
418 # Set up filter for banner page
431 # Build temporary file that is the banner page
458 # Doing small banner as we don't know what printer is out there
461 banner=small_banner
465 eval "${banner} ${banner_filter}" 2>&1 1>${LPTMPDIR}/small_banner.$$
470 # Print banner page before job unless PSR
484 "banner page exit code : ${exit_code}"
613 # If printing in reverse order, print the banner page now
[all …]
H A Dtsol_standard166 # ${LPTSOLSEPARATOR} is the name of a program to put banner and trailer
343 # The first three arguments are simply reprinted on the banner page,
763 # The banner page (and cancellation page) will
771 # Some printers need to have the banner page filtered.
818 ## Print the banner page
823 # You may want to change the following code to get a custom banner.
870 banner=small_banner
872 banner=regular_banner
878 ( eval "${banner} ${banner_filter}" 2>&1 1>&3 ) \
884 ## Surround the job by PostScript code to produce banner
[all …]
H A Dtsol_standard_foomatic168 # ${LPTSOLSEPARATOR} is the name of a program to put banner and trailer
345 # The first three arguments are simply reprinted on the banner page,
791 # The banner page (and cancellation page) will
799 # Some printers need to have the banner page filtered.
846 ## Print the banner page
851 # You may want to change the following code to get a custom banner.
898 banner=small_banner
900 banner=regular_banner
906 ( eval "${banner} ${banner_filter}" 2>&1 1>&3 ) \
912 ## Surround the job by PostScript code to produce banner
[all …]
/titanic_41/usr/src/cmd/lp/lib/printers/
H A Dgetprinter.c188 prp->banner = BAN_OPTIONAL; in getprinter()
190 prp->banner = BAN_NEVER; in getprinter()
192 prp->banner = BAN_ALWAYS; in getprinter()
194 prp->banner = BAN_ALWAYS; in getprinter()
197 prp->banner |= BAN_ALWAYS; in getprinter()
H A Dllib-llpprt39 unsigned short banner; /* banner page conditions */
/titanic_41/usr/src/cmd/banner/
H A Dbanner.c184 static void banner(char *s, struct bann *bufp);
209 banner(argv[i], bp); in main()
217 banner(char *s, struct bann *bufp) in banner() function
H A DMakefile28 PROG= banner
/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDoPrinterView.java193 String banner = null; in viewLocal() local
270 banner = "optional"; in viewLocal()
274 banner = "always"; in viewLocal()
278 banner = "never"; in viewLocal()
439 p.setBanner(banner); in viewLocal()
H A DPrinter.java58 private String banner = null; field in Printer
381 banner = arg; in setBanner()
473 return (banner); in getBanner()
/titanic_41/usr/src/cmd/mdb/common/modules/ipp/
H A Dipp.c207 boolean_t banner) in action_dump() argument
251 boolean_t banner) in action_summary() argument
256 if (banner) in action_summary()
384 boolean_t banner) in mod_dump() argument
418 boolean_t banner) in mod_summary() argument
420 if (banner) in mod_summary()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Dtelnetd.dfl30 # BANNER defines the connection banner which is displayed before the
37 # Suppress the telnet banner by supplying a null definition.
/titanic_41/usr/src/cmd/lp/lib/papi/
H A Dlpsched-printers.c167 if ((tmp->banner & BAN_OPTIONAL) == BAN_OPTIONAL) in lpsched_printer_configuration_to_attributes()
170 else if (tmp->banner & BAN_NEVER) in lpsched_printer_configuration_to_attributes()
173 else if (tmp->banner & BAN_ALWAYS) in lpsched_printer_configuration_to_attributes()
452 tmp->banner = flags; in attributes_to_printer()
/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/tests/
H A Dtemplate18 banner=
/titanic_41/usr/src/cmd/lp/filter/postscript/postscript/
H A DMakefile37 banner.ps \
/titanic_41/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.aggpackbanner.ksh20 banner $3 | /bin/nawk -v line=$1 -v pos=$2 -v width=$width '{ \
/titanic_41/usr/src/cmd/lp/model/netpr/
H A Dbsd_misc.c125 job->np_banner = injob->banner; in create_bsd_job()
141 if (injob->banner == BANNER) { in create_bsd_job()
/titanic_41/usr/src/lib/libprtdiag_psr/sparc/montoya/common/
H A Dmontoya.c279 static int banner = FALSE; /* Have we printed the column headings? */ in sun4v_display_pci() local
281 if (banner == FALSE) { in sun4v_display_pci()
297 banner = TRUE; in sun4v_display_pci()

123