Home
last modified time | relevance | path

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

123

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgic_pwd.c174 char banner[1024], pw0array[1024], pw1array[1024]; in __krb5_get_init_creds_password() local
351 if ((ret = ((*prompter)(context, data, 0, banner, in __krb5_get_init_creds_password()
394 if (result_string.length > (sizeof(banner)-100)) in __krb5_get_init_creds_password()
395 result_string.length = sizeof(banner)-100; in __krb5_get_init_creds_password()
397 sprintf(banner, "%.*s%s%.*s. Please try again.\n", in __krb5_get_init_creds_password()
445 sprintf(banner, in __krb5_get_init_creds_password()
456 (*prompter)(context, data, 0, banner, 0, 0); in __krb5_get_init_creds_password()
481 sprintf(banner, in __krb5_get_init_creds_password()
485 sprintf(banner, in __krb5_get_init_creds_password()
489 sprintf(banner, in __krb5_get_init_creds_password()
[all …]
H A Dpreauth2.c775 char name[100], banner[100]; in pa_sam() local
827 sprintf(banner, "%.*s", in pa_sam()
830 sizeof(banner)-1)); in pa_sam()
850 banner, 1, &kprompt)))) { in pa_sam()
1049 char name[100], banner[100], prompt[100], response[100]; in pa_sam_2() local
1119 sprintf(banner, "%.*s", in pa_sam_2()
1122 sizeof(banner)-1)); in pa_sam_2()
1140 banner, 1, &kprompt)))) { in pa_sam_2()
/illumos-gate/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.c346 prbufp->banner = 0; in configure_printer()
376 prbufp->banner = BAN_ALWAYS; in configure_printer()
401 prbufp->banner = BAN_ALWAYS; in configure_printer()
433 prbufp->banner = banner; in configure_printer()
H A Dlpadmin.h37 banner,
/illumos-gate/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
/illumos-gate/usr/src/cmd/lp/model/
H A Dtsol_netstandard159 if [ -f "${LPTMPDIR}/banner.exit_code.$$" ]
161 /bin/rm ${LPTMPDIR}/banner.exit_code.$$
164 if [ -f "${LPTMPDIR}/banner.errmsg.$$" ]
166 /bin/rm ${LPTMPDIR}/banner.errmsg.$$
233 # default: do print a banner
453 # Set up filter for banner page
466 # Build temporary file that is the banner page
496 banner=small_banner
511 BANNER_EXIT_CODE=${LPTMPDIR}/banner.exit_code.$$
513 TSOLSEPARATOR_LOG=${LPTMPDIR}/banner.errmsg.$$
[all …]
H A Dtsol_netstandard_foomatic161 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.$$
237 # default: do print a banner
479 # Set up filter for banner page
492 # Build temporary file that is the banner page
522 banner=small_banner
539 TSOLSEPARATOR_LOG=${LPTMPDIR}/banner.errmsg.$$
603 "banner page exit code : ${exit_code}"
[all …]
H A Dnetstandard160 # The first three arguments are simply reprinted on the banner page,
204 # default: do print a banner
417 # Set up filter for banner page
430 # Build temporary file that is the banner page
457 # Doing small banner as we don't know what printer is out there
460 banner=small_banner
464 eval "${banner} ${banner_filter}" 2>&1 1>${LPTMPDIR}/small_banner.$$
469 # Print banner page before job unless PSR
483 "banner page exit code : ${exit_code}"
612 # If printing in reverse order, print the banner page now
[all …]
H A Dtsol_standard762 # The banner page (and cancellation page) will
770 # Some printers need to have the banner page filtered.
817 ## Print the banner page
869 banner=small_banner
871 banner=regular_banner
877 ( eval "${banner} ${banner_filter}" 2>&1 1>&3 ) \
883 ## Surround the job by PostScript code to produce banner
888 BANNER_EXIT_CODE=${TMPPREFIX}.banner.exit_code
890 TSOLSEPARATOR_LOG=${TMPPREFIX}.banner.errmsg
939 ## operator. You can move this code before the banner code if you
[all …]
H A Dtsol_standard_foomatic791 # The banner page (and cancellation page) will
799 # Some printers need to have the banner page filtered.
846 ## Print the banner page
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
917 BANNER_EXIT_CODE=${TMPPREFIX}.banner.exit_code
919 TSOLSEPARATOR_LOG=${TMPPREFIX}.banner.errmsg
968 ## operator. You can move this code before the banner code if you
[all …]
H A Dstandard331 # The first three arguments are simply reprinted on the banner page,
746 # The banner page (and cancellation page) will
754 # Some printers need to have the banner page filtered.
801 ## Print the banner page
806 # You may want to change the following code to get a custom banner.
853 banner=small_banner
855 banner=regular_banner
860 ( eval "${banner} ${banner_filter}" 2>&1 1>&3 ) \
870 ## but we don't, to keep the banner page looking consistent for the
871 ## operator. You can move this code before the banner code if you
[all …]
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dgetprinter.c186 prp->banner = BAN_OPTIONAL; in getprinter()
188 prp->banner = BAN_NEVER; in getprinter()
190 prp->banner = BAN_ALWAYS; in getprinter()
192 prp->banner = BAN_ALWAYS; in getprinter()
195 prp->banner |= BAN_ALWAYS; in getprinter()
/illumos-gate/usr/src/cmd/banner/
H A Dbanner.c182 static void banner(char *s, struct bann *bufp);
207 banner(argv[i], bp); in main()
215 banner(char *s, struct bann *bufp) in banner() function
H A DMakefile28 PROG= banner
/illumos-gate/usr/src/cmd/mdb/common/modules/ipp/
H A Dipp.c205 boolean_t banner) in action_dump() argument
249 boolean_t banner) in action_summary() argument
254 if (banner) in action_summary()
382 boolean_t banner) in mod_dump() argument
416 boolean_t banner) in mod_summary() argument
418 if (banner) in mod_summary()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dtelnetd.dfl29 # BANNER defines the connection banner which is displayed before the
36 # Suppress the telnet banner by supplying a null definition.
/illumos-gate/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()
/illumos-gate/usr/src/cmd/lp/filter/postscript/postscript/
H A DMakefile37 banner.ps \
/illumos-gate/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 '{ \
/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dbsd_misc.c123 job->np_banner = injob->banner; in create_bsd_job()
139 if (injob->banner == BANNER) { in create_bsd_job()
H A Dmisc.c93 job->banner = BANNER; in init_job()
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/montoya/common/
H A Dmontoya.c277 static int banner = FALSE; /* Have we printed the column headings? */ in sun4v_display_pci() local
279 if (banner == FALSE) { in sun4v_display_pci()
295 banner = TRUE; in sun4v_display_pci()
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/monza/common/
H A Dmonza.c314 static int banner = FALSE; /* Have we printed the column headings? */ in sun4v_display_pci() local
316 if (banner == FALSE) { in sun4v_display_pci()
332 banner = TRUE; in sun4v_display_pci()
/illumos-gate/usr/src/cmd/lp/include/
H A Dprinters.h91 unsigned short banner; /* banner page conditions */ member

123