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

1234567891011>>

/macosx-10.9.5/ruby-104/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.9.5/IOHIDFamily-503.215.2/tools/
H A DIOHIDReportDescriptorParser.c266 sprintf((char *)tempbuf, "Collection ");
273 case kCollection_Physical: sprintf((char *)tempbuf, "Physical"); break;
274 case kCollection_Application: sprintf((char *)tempbuf, "Application"); break;
275 case kCollection_Logical: sprintf((char *)tempbuf, "Logical"); break;
294 sprintf((char *)tempbuf, "End Collection ");
312 case kUsage_PageGenericDesktop: sprintf((char *)tempbufvalue, "Generic Desktop"); break;
313 case kUsage_PageSimulationControls: sprintf((char *)tempbufvalue, "Simulation Controls"); break;
314 case kUsage_PageVRControls: sprintf((char *)tempbufvalue, "VR Controls"); break;
315 case kUsage_PageSportControls: sprintf((char *)tempbufvalue, "Sports Controls"); break;
316 case kUsage_PageGameControls: sprintf((cha
[all...]
/macosx-10.9.5/xnu-2422.115.4/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);
H A Dmachine.awk11 ofile = sprintf("%s/%s", loc, $1);
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/
H A Dplan.t14 is( $@, sprintf("You tried to plan twice at %s line %d.\n", $0, __LINE__ - 1),
17 is( $@, sprintf("You tried to plan twice at %s line %d.\n", $0, __LINE__ -1),
H A Dplan_bad.t17 is $@, sprintf "Number of tests must be a positive integer. You gave it 'no_plan' at %s line %d.\n", $0, __LINE__ - 1;
22 is $@, sprintf "Number of tests must be a positive integer. You gave it '$foo' at %s line %d.\n", $0, __LINE__ - 1;
25 is $@, sprintf "Number of tests must be a positive integer. You gave it '9.99' at %s line %d.\n", $0, __LINE__ - 1;
/macosx-10.9.5/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.9.5/CPANInternal-140/Test-Simple/t/Builder/
H A Dcarp.t19 is $@, sprintf "foo at %s line %s.\n", $0, __LINE__ - 1;
22 is $@, sprintf "this at %s line %s.\n", $0, __LINE__ - 1;
31 is $warning, sprintf "bar at %s line %s.\n", $0, __LINE__ - 1;
/macosx-10.9.5/emacs-92/emacs/oldXMenu/
H A DError.c27 sprintf(message, "Unknown _XMErrorCode: %d", _XMErrorCode);
/macosx-10.9.5/ntp-88/libntp/
H A Duinttoa.c18 (void) sprintf(buf, "%lu", (u_long)uval);
H A Dmodetoa.c29 (void)sprintf(bp, "mode#%d", mode);
/macosx-10.9.5/ruby-104/ruby/missing/
H A Dstrerror.c16 sprintf(msg, "Unknown error (%d)", error);
/macosx-10.9.5/xnu-2422.115.4/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.9.5/gnutar-452/gnutar/lib/
H A Dstrerror.c32 int sprintf (char *, char const *, ...);
44 sprintf (mesg, fmt, n);
/macosx-10.9.5/libiconv-41/libiconv/srclib/
H A Dstrerror.c34 int sprintf (char *, char const *, ...);
46 sprintf (mesg, fmt, n);
/macosx-10.9.5/ntp-88/include/
H A Dntp_sprintf.h6 # define SPRINTF(x) strlen(sprintf/**/x)
10 # define SPRINTF(x) ((size_t)sprintf x)
/macosx-10.9.5/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.9.5/BerkeleyDB-21/db/dist/
H A Dgen_inc.awk26 pline = sprintf("%s %s", pline, $0)
47 eline = sprintf("%s %s", eline, $0)
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A Dcspdebugging.c58 sprintf((char *)outStr, str, arg1);
64 sprintf((char *)outStr, str, arg1, arg2);
70 sprintf((char *)outStr, str, arg1, arg2, arg3);
76 sprintf((char *)outStr, str, arg1, arg2, arg3, arg4);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/stdio/
H A Dsprintf.c27 sprintf(char* s, const char* fmt, ...) function
/macosx-10.9.5/emacs-92/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.9.5/emacs-92/emacs/src/s/
H A Drtu.h140 sprintf (pty_name, "/dev/ttyp%x", i);
144 sprintf (pty_name, "/dev/pty%x", i);
/macosx-10.9.5/Libinfo-449.1.3/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...]

Completed in 313 milliseconds

1234567891011>>