Searched refs:sprintf (Results 1 - 25 of 2144) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_sprintf.rb5 assert_equal(" 00001", sprintf("%*1$.*2$3$d", 10, 5, 1))
9 assert_equal("0", sprintf("%b", 0))
10 assert_equal("1", sprintf("%b", 1))
11 assert_equal("10", sprintf("%b", 2))
12 assert_equal("..1", sprintf("%b", -1))
14 assert_equal(" 0", sprintf("%4b", 0))
15 assert_equal(" 1", sprintf("%4b", 1))
16 assert_equal(" 10", sprintf("%4b", 2))
17 assert_equal(" ..1", sprintf("%4b", -1))
19 assert_equal("0000", sprintf("
[all...]
/macosx-10.10.1/IOHIDFamily-606.1.7/tools/
H A DIOHIDReportDescriptorParser.c157 sprintf((char *)tempbuf, "0x%02X, ", *(reportDesc++));
164 sprintf((char *)tempbuf, "0x%02X, ", *(reportDesc++));
167 sprintf((char *)tempbuf, "0x%02X, ", *(reportDesc++));
180 sprintf((char *)tempbuf, "0x%02X, ", *(reportDesc++));
275 sprintf((char *)tempbuf, "Collection ");
282 case kCollection_Physical: sprintf((char *)tempbuf, "Physical"); break;
283 case kCollection_Application: sprintf((char *)tempbuf, "Application"); break;
284 case kCollection_Logical: sprintf((char *)tempbuf, "Logical"); break;
304 sprintf((char *)tempbuf, "End Collection ");
320 case kHIDPage_GenericDesktop: sprintf((cha
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/conf/
H A Dcompat_hdrs.awk9 ofile = sprintf("compat/%s/%s", $2, $3);
15 ofile = sprintf("compat/%s/%s", $2, $3);
20 ofile = sprintf("compat/%s/%s", $2, $3);
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dmsp430-dis.c124 sprintf (op, "r0");
127 sprintf (op, "r1");
130 sprintf (op, "r2");
133 sprintf (op, "r%d", regd);
143 sprintf (op, "0x%04x", dst);
144 sprintf (comm, "PC rel. abs addr 0x%04x",
153 sprintf (op, "&0x%04x", PS (dst));
160 sprintf (op, "%d(r%d)", dst, regd);
171 sprintf (op, "#0");
172 sprintf (com
[all...]
H A Davr-dis.c62 sprintf (buf, "r%d", insn);
67 sprintf (buf, "r%d", 16 + (insn & 0xf));
69 sprintf (buf, "r%d", 16 + ((insn & 0xf0) >> 4));
73 sprintf (buf, "r%d", 24 + ((insn & 0x30) >> 3));
78 sprintf (buf, "r%d", 16 + (insn & 7));
80 sprintf (buf, "r%d", 16 + ((insn >> 4) & 7));
85 sprintf (buf, "r%d", (insn & 0xf) * 2);
87 sprintf (buf, "r%d", ((insn & 0xf0) >> 3));
107 sprintf (buf, xyz);
110 sprintf (commen
[all...]
/macosx-10.10.1/emacs-93/emacs/oldXMenu/
H A DError.c27 sprintf(message, "Unknown _XMErrorCode: %d", _XMErrorCode);
/macosx-10.10.1/ntp-92/libntp/
H A Duinttoa.c18 (void) sprintf(buf, "%lu", (u_long)uval);
H A Dmodetoa.c29 (void)sprintf(bp, "mode#%d", mode);
/macosx-10.10.1/ruby-106/ruby/missing/
H A Dstrerror.c16 sprintf(msg, "Unknown error (%d)", error);
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A Dsystem.c47 (void) sprintf(lm_optstr, "c:");
49 (void) sprintf(lm_usage,
54 (void) sprintf(lm_header, "%8s", "command");
95 (void) sprintf(result, "%8s", optc);
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstrerror.c32 int sprintf (char *, char const *, ...);
44 sprintf (mesg, fmt, n);
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dstrerror.c34 int sprintf (char *, char const *, ...);
46 sprintf (mesg, fmt, n);
/macosx-10.10.1/ntp-92/include/
H A Dntp_sprintf.h6 # define SPRINTF(x) strlen(sprintf/**/x)
10 # define SPRINTF(x) ((size_t)sprintf x)
/macosx-10.10.1/bc-21/bc/bc/
H A Dsbc.y143 sprintf (genstr, "J%1d:", break_label);
161 sprintf (genstr, "pN%1d:", $4);
167 sprintf (genstr, "B%1d:J%1d:", $7, break_label);
170 sprintf (genstr, "N%1d:", $<i_value>$);
175 sprintf (genstr, "pJ%1d:N%1d:", $4, $7);
180 sprintf (genstr, "J%1d:N%1d:", $<i_value>9,
188 sprintf (genstr, "Z%1d:", $3);
193 sprintf (genstr, "N%1d:", $3);
199 sprintf (genstr, "N%1d:", $1);
206 sprintf (genst
[all...]
H A Dbc.y176 sprintf (genstr, "J%1d:", break_label);
187 sprintf (genstr, "J%1d:", continue_label);
209 sprintf (genstr, "N%1d:", $4);
216 sprintf (genstr, "B%1d:J%1d:", $7, break_label);
220 sprintf (genstr, "N%1d:", continue_label);
228 sprintf (genstr, "J%1d:N%1d:", $4, $7);
230 sprintf (genstr, "pJ%1d:N%1d:", $4, $7);
235 sprintf (genstr, "J%1d:N%1d:",
245 sprintf (genstr, "Z%1d:", if_label);
250 sprintf (genst
[all...]
/macosx-10.10.1/apache-793/httpd/support/
H A Dlog_server_status.in41 . sprintf( "%02d", $ltime[4] + 1 )
42 . sprintf( "%02d", $ltime[3] );
45 sprintf( "%02d", $ltime[2] )
46 . sprintf( "%02d", $ltime[1] )
47 . sprintf( "%02d", $ltime[0] );
/macosx-10.10.1/BerkeleyDB-21/db/dist/
H A Dgen_inc.awk26 pline = sprintf("%s %s", pline, $0)
47 eline = sprintf("%s %s", eline, $0)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A Dcspdebugging.c57 sprintf((char *)outStr, str, arg1);
63 sprintf((char *)outStr, str, arg1, arg2);
69 sprintf((char *)outStr, str, arg1, arg2, arg3);
75 sprintf((char *)outStr, str, arg1, arg2, arg3, arg4);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/stdio/
H A Dsprintf.c27 sprintf(char* s, const char* fmt, ...) function
/macosx-10.10.1/emacs-93/emacs/src/m/
H A Dcydra5.h109 #define PTY_NAME_SPRINTF sprintf (ptyname, "/dev/pty%03x", i);
110 #define PTY_TTY_NAME_SPRINTF sprintf (ptyname, "/dev/ptm%03x", i);
/macosx-10.10.1/emacs-93/emacs/src/s/
H A Drtu.h140 sprintf (pty_name, "/dev/ttyp%x", i);
144 sprintf (pty_name, "/dev/pty%x", i);
/macosx-10.10.1/Libinfo-459/rpc.subproj/
H A Dclnt_perror.c104 (void) sprintf(str, "%s: ", s);
128 (void) sprintf(str, "; errno = %s",
135 (void) sprintf(str, "; low version = %u, high version = %u", e.re_vers.low, e.re_vers.high);
137 (void) sprintf(str, "; low version = %lu, high version = %lu", e.re_vers.low, e.re_vers.high);
144 (void) sprintf(str,"; why = ");
147 (void) sprintf(str, "%s",err);
149 (void) sprintf(str,
158 (void) sprintf(str, "; low version = %u, high version = %u", e.re_vers.low, e.re_vers.high);
160 (void) sprintf(str, "; low version = %lu, high version = %lu", e.re_vers.low, e.re_vers.high);
167 (void) sprintf(st
[all...]
/macosx-10.10.1/CommonCrypto-60061/test/CommonCrypto/
H A DCommonCryptoSymRC2.c70 sprintf(printString, "RC2 %d byte Key (effective %d bits) One-Shot", rkeylen, ekeylenBits);
73 sprintf(printString, "RC2 %d byte Key (effective %d bits) Multi", rkeylen, ekeylenBits);
82 sprintf(printString, "RC2 %d byte Key (effective %d bits) One-Shot", rkeylen, ekeylenBits);
85 sprintf(printString, "RC2 %d byte Key (effective %d bits) Multi", rkeylen, ekeylenBits);
94 sprintf(printString, "RC2 %d byte Key (effective %d bits) One-Shot", rkeylen, ekeylenBits);
97 sprintf(printString, "RC2 %d byte Key (effective %d bits) Multi", rkeylen, ekeylenBits);
107 sprintf(printString, "RC2 %d byte Key (effective %d bits) One-Shot", rkeylen, ekeylenBits);
110 sprintf(printString, "RC2 %d byte Key (effective %d bits) Multi", rkeylen, ekeylenBits);
119 sprintf(printString, "RC2 %d byte Key (effective %d bits) One-Shot", rkeylen, ekeylenBits);
122 sprintf(printStrin
[all...]
/macosx-10.10.1/curl-83.1.2/curl/tests/libtest/
H A Dlib518.c60 sprintf(msgbuff, "%s", msg);
62 sprintf(msgbuff, "%s, errno %d, %s", msg, err, strerror(err));
136 sprintf(strbuff, fmt, rl.rlim_cur);
144 sprintf(strbuff, fmt, rl.rlim_max);
202 sprintf(strbuff, fmt, rl.rlim_cur);
210 sprintf(strbuff, fmt, rl.rlim_max);
237 sprintf(strbuff2, fmt, rl.rlim_cur);
238 sprintf(strbuff1, fmt, num_open.rlim_cur);
239 sprintf(strbuff, "fds needed %s > system limit %s",
261 sprintf(strbuf
[all...]
/macosx-10.10.1/iodbc-42.5/iodbc/iodbc/trace/
H A DGetData.c118 sprintf (buf, "%d", i > 0 ? 1 : 0);
141 sprintf (buf, "%04d-%02d-%02d", d->year, d->month, d->day);
155 sprintf (buf, "%f", d);
163 sprintf (buf, "%f", f);
172 sprintf (buf,
187 sprintf (buf, "%lu days",
196 sprintf (buf, "%lu days %lu hours",
206 sprintf (buf, "%lu days %lu hours %lu minutes",
217 sprintf (buf, "%lu days %lu hours %lu minutes %lu seconds",
229 sprintf (bu
[all...]

Completed in 173 milliseconds

1234567891011>>