Searched refs:fmt2 (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/lp/include/
H A Doam.h147 fmt2((X), A1, A2), \
162 #define fmt2(X,A,B) (vsnp(_m_, MSGSIZ, agettxt((X),_f_,MSGSIZ), A,B), _m_) macro
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dprint.c1055 const char *fmt1, *fmt2; local
1075 fmt2 = MSG_INTL(MSG_DEF_AOUTNEWTD);
1077 fmt2 = MSG_INTL(MSG_DEF_AOUTOLDTD);
1083 fmt2 = MSG_INTL(MSG_DEF_NEWTD_64);
1086 fmt2 = MSG_INTL(MSG_DEF_OLDTD_64);
1091 fmt2 = MSG_INTL(MSG_DEF_NEWTD);
1094 fmt2 = MSG_INTL(MSG_DEF_OLDTD);
1099 (void) printf(fmt2);
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymreport.pl482 my $fmt2 = gettext(
487 $output .= sprintf($fmt2, $n_incomp, $n_checked);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_debug.c151 char fmt2[256]; local
179 fmt = fmt2;
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c1455 mode_t fmt1, fmt2; local
1475 fmt2 = stb2.st_mode & S_IFMT;
1486 if (fmt2 == S_IFREG) {
1496 if (fmt1 != S_IFREG || fmt2 != S_IFREG) {
1497 if (fmt1 == fmt2) {
1570 file2, pfiletype(fmt2));
/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/
H A Dmain.c902 char fmt2[100]; local
906 (void) snprintf(fmt2, sizeof (fmt2), " %%%d.%ds ",
910 (void) fprintf(stderr, fmt2, "");
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl_picl.c374 char *fmt2 = "%-16s"; local
399 log_printf(fmt2, " Logical Path");
401 log_printf(fmt2, " ------------");
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.pm120 my ($err2, $fmt2, @args2);
125 ($err2, $fmt2, @args2) = @$error2;
126 $newerror = [ $err1, $fmt1 . ', ' . $fmt2, @args1, @args2];
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c2101 const char fmt2[] = "%4s %3x "; local
2165 printf(fmt2, "sysc", rec->ttr_sysnum);
2180 printf(fmt2, "intr", rec->ttr_vector);
2204 printf(fmt2, "trap", type);
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c5967 char fmt2[EL_BUFFER_RESERVE]; local
5995 fmt = fmt2;

Completed in 97 milliseconds