Searched refs:sscanf (Results 1 - 25 of 487) sorted by relevance

1234567891011>>

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/stdio/
H A Dsscanf.c27 sscanf(const char* s, const char* fmt, ...) function
/macosx-10.10.1/Chess-310.6/sjeng/
H A Drcfile.c97 sscanf(line, "%d", &TTSize);
101 sscanf(line, "%d", &ECacheSize);
105 sscanf(line, "%d", &PBSize);
109 sscanf(line, "%f", &cfg_scalefac);
113 sscanf(line, "%d", &cfg_devscale);
117 sscanf(line, "%d", &cfg_razordrop);
121 sscanf(line, "%d", &cfg_cutdrop);
125 sscanf(line, "%d", &cfg_booklearn);
129 sscanf(line, "%d", &cfg_futprune);
133 sscanf(lin
[all...]
/macosx-10.10.1/CrackLib-37765/cracklib27/util/
H A Dtestnum.c30 sscanf (buffer, "%lu", &i);
/macosx-10.10.1/vim-55/runtime/tools/
H A Dccfilter.c185 rv = sscanf( Line, "In file included from %[^:]:%u:",
194 if ((rv = sscanf( Line, "%[^:]:%u: warning: %[^\n]",
198 rv = sscanf( Line, "%[^:]:%u: %[^\n]",
206 rv = sscanf( Line, "\"%[^\"]\", line %u.%u: %*s (%c) %[^\n]",
211 rv = sscanf( Line, "cc: \"%[^\"]\", line %u: %c%*[^:]: %[^\n]",
217 rv = sscanf( Line, "\"%[^\"]\", line %u: warning: %[^\n]",
223 rv = sscanf( Line, "\"%[^\"]\", line %u: %[^\n]",
231 rv = sscanf( Line, "%c \"%[^\"]\",L%u/C%u%*[^:]:%[^\n]",
236 { rv = sscanf( Line, "%c \"%[^\"]\",L%u/C%u: %[^\n]",
242 { rv = sscanf( Lin
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dglobalizer.cpp88 if (sscanf(env, "*%p", &mStore) != 1)
93 if (sscanf(env, "*%p", &mStore) != 1)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dglobalizer.cpp88 if (sscanf(env, "*%p", &mStore) != 1)
93 if (sscanf(env, "*%p", &mStore) != 1)
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dchesslib++.c26 sscanf(exp_match,"%*s 1. %s",move);
39 sscanf(exp_match,"%*s %*s %*s %*s ... %s",move);
50 sscanf(exp_match,"%*s %*s ... %*s %*s %s",move);
H A Dchesslib.c22 sscanf(exp_match,"%*s 1. %s",move);
35 sscanf(exp_match,"%*s %*s %*s %*s ... %s",move);
46 sscanf(exp_match,"%*s %*s ... %*s %*s %s",move);
H A Dchesslib2.c22 sscanf(exp_match,"%*s 1. %s",move);
35 sscanf(exp_match,"%*s %*s %*s %*s ... %s",move);
46 sscanf(exp_match,"%*s %*s ... %*s %*s %s",move);
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dsscanf.c34 static char sccsid[] = "@(#)sscanf.c 8.1 (Berkeley) 6/4/93";
37 __FBSDID("$FreeBSD: src/lib/libc/stdio/sscanf.c,v 1.13 2008/04/17 22:17:54 jhb Exp $");
47 sscanf(const char * __restrict str, char const * __restrict fmt, ...) function
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_authorization/lib/
H A DtrampolineServer.cpp52 if (sscanf(mboxFdText, "auth %d", &fd) != 1)
/macosx-10.10.1/adv_cmds-158/stty/
H A Dgfmt.c96 (void)sscanf(ep, "%lx", &tmp);
108 (void)sscanf(ep, "%ld", &tmp);
121 (void)sscanf(ep, "%ld", &tmp);
128 (void)sscanf(ep, "%ld", &tmp);
/macosx-10.10.1/AppleUSBIrDA-145.2.4/DumpLog/
H A Ddeltatime.c34 rc1 = sscanf(ts, "%ld", &secs);
35 rc2 = sscanf(tf, "%ld", &fract);
/macosx-10.10.1/IOKitUser-1050.1.21/hidsystem.subproj/
H A Dsetaccl.c53 sscanf( argv[1], "%lf", &dbl1 );
60 sscanf( argv[1], "%lf", &dbl1 );
/macosx-10.10.1/Libinfo-459/gen.subproj/
H A Dether_addr.c60 i = sscanf(s, " %x:%x:%x:%x:%x:%x %s", &t[0], &t[1], &t[2], &t[3], &t[4], &t[5], hostname);
103 i = sscanf(s, " %x:%x:%x:%x:%x:%x", &t[0], &t[1], &t[2], &t[3], &t[4], &t[5]);
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/contrib/pngminus/
H A Dpnm2png.c230 sscanf (width_token, "%lu", &width);
232 sscanf (height_token, "%lu", &height);
234 sscanf (maxval_token, "%lu", &maxval);
251 sscanf (width_token, "%lu", &width);
253 sscanf (height_token, "%lu", &height);
255 sscanf (maxval_token, "%lu", &maxval);
290 sscanf (width_token, "%lu", &alpha_width);
294 sscanf (height_token, "%lu", &alpha_height);
298 sscanf (maxval_token, "%lu", &maxval);
521 sscanf ((cons
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/tools/tzcode/
H A Dscheck.c59 if (sscanf(string, fbuf, &dummy) != 1)
/macosx-10.10.1/ncurses-44/ncurses/form/
H A Dfty_ipv4.c59 num = sscanf(bp, "%u.%u.%u.%u%n", &d1, &d2, &d3, &d4, &len);
62 bp += len; /* Make bp point to what sscanf() left */
/macosx-10.10.1/system_cmds-643.1.1/zic.tproj/
H A Dscheck.c60 if (sscanf(string, fbuf, &dummy) != 1)
/macosx-10.10.1/postfix-255/postfix/src/oqmgr/
H A Dqmgr_feedback.c71 #include <stdio.h> /* sscanf() */
128 * We use some sscanf() fu to parse the value into numerator and optional
137 switch (sscanf(fbck_val, "%lf %1[/] %30s%c",
148 && sscanf(denom_str, "%lf%c", &denom_val, &junk) == 1
/macosx-10.10.1/postfix-255/postfix/src/qmgr/
H A Dqmgr_feedback.c71 #include <stdio.h> /* sscanf() */
128 * We use some sscanf() fu to parse the value into numerator and optional
137 switch (sscanf(fbck_val, "%lf %1[/] %30s%c",
148 && sscanf(denom_str, "%lf%c", &denom_val, &junk) == 1
/macosx-10.10.1/Heimdal-398.1.2/kcm/
H A Dclient.c142 int matches = sscanf(name,"%ld:",&uid);
144 matches = sscanf(name,"%ld",&uid);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmpods.cpp89 if (sscanf(string, "{%8x-%4hx-%4hx-", &d1, &d2, &d3) != 3)
98 if (sscanf(string + 20 + 2*n + (newForm && n >= 2), "%2hhx", &dn) != 1)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcssmpods.cpp89 if (sscanf(string, "{%8x-%4hx-%4hx-", &d1, &d2, &d3) != 3)
98 if (sscanf(string + 20 + 2*n + (newForm && n >= 2), "%2hhx", &dn) != 1)
/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/
H A Dzkt-soaserial.c123 if ( sscanf (buf, "%*s %*d IN SOA %255s %*s (\n", master) == 1 )
125 else if ( sscanf (buf, "%*s IN SOA %255s %*s (\n", master) == 1 )

Completed in 299 milliseconds

1234567891011>>