/titanic_50/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_ttl.c | 43 static int fmt1(int t, char s, char **buf, size_t *buflen); 65 T(fmt1(weeks, 'W', &dst, &dstlen)); in ns_format_ttl() 69 T(fmt1(days, 'D', &dst, &dstlen)); in ns_format_ttl() 73 T(fmt1(hours, 'H', &dst, &dstlen)); in ns_format_ttl() 77 T(fmt1(mins, 'M', &dst, &dstlen)); in ns_format_ttl() 81 T(fmt1(secs, 'S', &dst, &dstlen)); in ns_format_ttl() 149 fmt1(int t, char s, char **buf, size_t *buflen) { in fmt1() function
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_debug.c | 150 char *s, *fmt = 0, *fmt1 = 0; in ql_el_msg() local 200 fmt1 = fmt + rval; in ql_el_msg() 201 tmp = (int)vsnprintf(fmt1, in ql_el_msg() 208 fmt1 = fmt + rval; in ql_el_msg() 209 tmp = (int)vsnprintf(fmt1, in ql_el_msg()
|
/titanic_50/usr/src/cmd/lp/include/ |
H A D | oam.h | 140 fmt1((X), A), \ 161 #define fmt1(X,A) (vsnp(_m_, MSGSIZ, agettxt((X),_f_,MSGSIZ), A), _m_) macro
|
/titanic_50/usr/src/cmd/sgs/crle/common/ |
H A D | print.c | 1055 const char *fmt1, *fmt2; in inspectconfig() local 1073 fmt1 = MSG_INTL(MSG_DEF_AOUTDLP); in inspectconfig() 1082 fmt1 = MSG_INTL(MSG_DEF_NEWDLP_64); in inspectconfig() 1085 fmt1 = MSG_INTL(MSG_DEF_OLDDLP_64); in inspectconfig() 1090 fmt1 = MSG_INTL(MSG_DEF_NEWDLP); in inspectconfig() 1093 fmt1 = MSG_INTL(MSG_DEF_OLDDLP); in inspectconfig() 1098 (void) printf(fmt1); in inspectconfig()
|
/titanic_50/usr/src/cmd/diff/ |
H A D | diff.c | 1455 mode_t fmt1, fmt2; in compare() local 1474 fmt1 = stb1.st_mode & S_IFMT; in compare() 1477 if (fmt1 == S_IFREG) { in compare() 1496 if (fmt1 != S_IFREG || fmt2 != S_IFREG) { in compare() 1497 if (fmt1 == fmt2) { in compare() 1498 switch (fmt1) { in compare() 1569 file1, pfiletype(fmt1), in compare()
|
/titanic_50/usr/src/cmd/abi/appcert/scripts/ |
H A D | symreport.pl | 469 my $fmt1 = gettext( 473 $output .= sprintf($fmt1, $n_passed, $n_checked);
|
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
H A D | Project.pm | 119 my ($err1, $fmt1, @args1); 122 ($err1, $fmt1, @args1) = @$error1; 126 $newerror = [ $err1, $fmt1 . ', ' . $fmt2, @args1, @args2];
|
/titanic_50/usr/src/cmd/svr4pkg/pkgrm/ |
H A D | main.c | 882 char fmt1[100]; in doRemove() local 886 (void) snprintf(fmt1, sizeof (fmt1), " %%-%d.%ds %%s", in doRemove() 899 echo(fmt1, pinfo->pkginst, pinfo->name); in doRemove()
|
/titanic_50/usr/src/lib/libprtdiag_psr/sparc/serengeti/common/ |
H A D | serengeti.c | 924 char *fmt1 = "%-10s %-7s %-4s %-4s %-7s %-4s\n"; in display_cpu_devices() local 938 log_printf(fmt1, "", "CPU ", "Run", " E$", "CPU", "CPU", 0); in display_cpu_devices() 940 log_printf(fmt1, "FRU Name", "ID ", "MHz", " MB", in display_cpu_devices() 943 log_printf(fmt1, "----------", "-------", "----", "----", in display_cpu_devices()
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | trap.c | 2069 const char fmt1[] = "%3d %016lx %12llx "; local 2073 const char fmt1[] = "%3d %08lx %12llx "; local 2109 printf(fmt1, i, (uintptr_t)rec, rec->ttr_stamp);
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip6.c | 4477 pr_addr_dbg(char *fmt1, int af, const void *addr) in pr_addr_dbg() argument 4481 if (fmt1 == NULL) { in pr_addr_dbg() 4493 printf(fmt1, inet_ntop(af, addr, buf, sizeof (buf))); in pr_addr_dbg()
|
/titanic_50/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt.c | 5966 char *s, *fmt = 0, *fmt1 = 0; in qlt_el_msg() local 6004 fmt1 = fmt + rval; in qlt_el_msg() 6005 tmp = (int)vsnprintf(fmt1, in qlt_el_msg()
|