/titanic_41/usr/src/cmd/ssh/sshd/ |
H A D | auth2-none.c | 51 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 D | gic_pwd.c | 170 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 D | options.c | 84 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 D | do_printer.c | 359 prbufp->banner = 0; 389 prbufp->banner = BAN_ALWAYS; 414 prbufp->banner = BAN_ALWAYS; 445 prbufp->banner = banner;
|
H A D | lpadmin.h | 39 banner,
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | prompter.c | 34 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 D | tsol_netstandard | 86 # ${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 D | tsol_netstandard_foomatic | 87 # ${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 D | netstandard | 161 # 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 D | tsol_standard | 166 # ${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 D | tsol_standard_foomatic | 168 # ${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 D | getprinter.c | 188 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 D | llib-llpprt | 39 unsigned short banner; /* banner page conditions */
|
/titanic_41/usr/src/cmd/banner/ |
H A D | banner.c | 184 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 D | Makefile | 28 PROG= banner
|
/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
H A D | DoPrinterView.java | 193 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 D | Printer.java | 58 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 D | ipp.c | 207 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 D | telnetd.dfl | 30 # 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 D | lpsched-printers.c | 167 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 D | template | 18 banner=
|
/titanic_41/usr/src/cmd/lp/filter/postscript/postscript/ |
H A D | Makefile | 37 banner.ps \
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.aggpackbanner.ksh | 20 banner $3 | /bin/nawk -v line=$1 -v pos=$2 -v width=$width '{ \
|
/titanic_41/usr/src/cmd/lp/model/netpr/ |
H A D | bsd_misc.c | 125 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 D | montoya.c | 279 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()
|