Searched refs:sscanf (Results 126 - 150 of 545) sorted by relevance

1234567891011>>

/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dsafe_ultostr.c212 #include <stdio.h> /* sscanf */
241 if (sscanf(STR(buf), "%lu %d%c", &ulval, &base, &ch) != 2 || ch) {
/netbsd-current/games/phantasia/
H A Dio.c91 if (sscanf(Databuf, "%lf", &result) < 1)
/netbsd-current/lib/libc/gdtoa/test/
H A Dddtest.c107 sscanf(s+1, "%lx %lx %lx %lx", &LL[0], &LL[1],
H A Dxtest.c105 sscanf(s+1, "%hx %hx %hx %hx %hx", &u.bits[_0],
/netbsd-current/sys/arch/powerpc/tools/chrpicon/chrpicontoppm/
H A Dchrpicontoppm.c149 if (sscanf(line, " %*s SIZE=%d,%d COLOR-SPACE=%d,%d,%d",
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/otp/
H A Dotp_parse.c186 if (sscanf (buf, "%2x%2x%2x%2x%2x%2x%2x%2x",
/netbsd-current/external/bsd/tcpdump/dist/lbl/
H A Dos-sunos4.h165 int sscanf(char *, const char *, ...);
/netbsd-current/sys/fs/nfs/client/
H A Dnfs_clvfsops.c978 ret = sscanf(opt, "%d", &args.readdirsize);
993 ret = sscanf(opt, "%d", &args.readahead);
1008 ret = sscanf(opt, "%d", &args.wsize);
1023 ret = sscanf(opt, "%d", &args.rsize);
1038 ret = sscanf(opt, "%d", &args.retrans);
1048 ret = sscanf(opt, "%d", &args.acregmin);
1060 ret = sscanf(opt, "%d", &args.acregmin);
1070 ret = sscanf(opt, "%d", &args.acregmax);
1080 ret = sscanf(opt, "%d", &args.acdirmin);
1090 ret = sscanf(op
[all...]
/netbsd-current/lib/libwrap/
H A Drfc931.c204 * Read response from server. Use fgets()/sscanf() so we can
212 && sscanf(buffer, "%u , %u : USERID :%*[^:]:%255s",
/netbsd-current/usr.sbin/bootp/bootpef/
H A Dbootpef.c188 if (!stmp || (sscanf(stmp, "%d", &n) != 1) || (n < 0)) {
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/kdfs/
H A Dk5dfspag.c342 sscanf(&newccname[j-8],"%8x",&new_pag);
/netbsd-current/crypto/external/bsd/heimdal/dist/kdc/
H A Dmit_dump.c183 if (sscanf(q, "%d", &major) != 1)
/netbsd-current/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_sasl_auth_cache.c214 if (sscanf(entry, "%lu;%[^;];%[^;];%[^\n]", &time_stamp, cache_hash,
/netbsd-current/external/gpl3/gdb/dist/readline/readline/examples/
H A Drl-fgets.c261 if ( 1 == sscanf(buf1,"%s",buf2) ) {
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/
H A Dconfig.d185 /* Older sscanf's in snn.lib can write to its first argument, causing a crash
189 * Although sscanf has been fixed,
199 const result = sscanf(mptr, fmt.ptr, &res, &nscanned);
206 if (sscanf(str.ptr, fmt.ptr, &res, &nscanned) < 1)
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dether.c56 sscanf(addr.bv_val,"%02x:%02x:%02x:%02x:%02x:%02x", \
/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-tcp-connect-timeout.c110 cnt = sscanf(uname.release, "%d.%d.%d", &semver[0], &semver[1], &semver[2]);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/
H A Dc_locale.cc192 int __p = sscanf(__s, "%Lf", &__v);
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/examples/
H A Drl-fgets.c261 if ( 1 == sscanf(buf1,"%s",buf2) ) {
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dtest-normalize.c63 if (sscanf(n, "%x", &u) != 1) {
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/
H A Dc_locale.cc211 int __p = sscanf(__s, "%Lf", &__v);
/netbsd-current/external/bsd/libpcap/dist/lbl/
H A Dos-sunos4.h165 int sscanf(char *, const char *, ...);
/netbsd-current/sys/external/bsd/acpica/dist/tools/acpixtract/
H A Daxutils.c356 BytesConverted = sscanf (InputLine,
/netbsd-current/lib/libc/stdio/
H A DMakefile.inc18 sscanf.c stdio.c swprintf.c swscanf.c tmpfile.c ungetc.c ungetwc.c \
57 MLINKS+=scanf.3 fscanf.3 scanf.3 sscanf.3 scanf.3 vfscanf.3 scanf.3 vscanf.3 \
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dtime.c150 * Confirm the source only consists digits. sscanf() allows some
158 if (sscanf(source, "%4d%2d%2d%2d%2d%2d", &year, &month, &day, &hour,

Completed in 468 milliseconds

1234567891011>>