Searched refs:sscanf (Results 251 - 275 of 545) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddarwin-nat-info.c333 sscanf (args, "0x%x 0x%x", &task, &port);
378 sscanf (args, "0x%x", &thread);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddarwin-nat-info.c334 sscanf (args, "0x%x 0x%x", &task, &port);
379 sscanf (args, "0x%x", &thread);
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dirp.c381 if (sscanf(line, "%d", &code) != 1) {
/netbsd-current/external/bsd/libbind/dist/tests/
H A Ddig8.c685 sscanf((char *)p, "%d.%d", &file_major, &file_minor);
696 if (sscanf((char *)p, "%d", &alg)!=1) {
1112 sscanf(++ptr, "%d", &res.retrans);
1116 sscanf(++ptr, "%d", &res.retry);
/netbsd-current/tests/include/
H A Dt_inttypes.c72 sscanf(buf, "%" fmt, &var)
/netbsd-current/external/cddl/osnet/dist/cmd/zinject/
H A Dtranslate.c416 if (sscanf(str, "%llx:%llx:%x:%llx", (u_longlong_t *)&record->zi_objset,
/netbsd-current/external/lgpl3/gmp/dist/scanf/
H A DMakefile.in133 sscanf.lo sscanffuns.lo vfscanf.lo vscanf.lo vsscanf.lo
364 doscan.c fscanf.c fscanffuns.c scanf.c sscanf.c sscanffuns.c \
/netbsd-current/crypto/dist/ipsec-tools/src/setkey/
H A Dparse.y1619 if (sscanf(spec->buf, "%d,%d", &a, &b) == 2) {
1622 } else if (sscanf(spec->buf, "%d", &a) == 1) {
1630 if (sscanf(spec->buf, "%d.%d.%d.%d", &a, &b, &c, &d) == 4) {
1633 } else if (sscanf(spec->buf, "%lu", &u) == 1) {
/netbsd-current/external/gpl2/dtc/dist/
H A Dfdtput.c99 sscanf(*arg, fmt, &ival);
/netbsd-current/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_envelope.c363 (void) sscanf(buf, "%*s $*s %*s %*s %*s %d", &state->smtputf8);
/netbsd-current/sbin/dmesg/
H A Ddmesg.c331 switch (sscanf(tbuf, "[%jd.%ld]", &sec, &fsec)){
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dibmi.c371 int r = sscanf(mac_addr, "%02x%02x%02x%02x%02x%02x",
/netbsd-current/external/ibm-public/postfix/dist/src/postcat/
H A Dpostcat.c116 #include <stdio.h> /* sscanf() */
348 if (sscanf(STR(buffer), "%ld %ld", &data_size, &data_offset) != 2
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dread-rtl.c1714 sscanf (s + pos, "%16" HOST_WIDE_INT_PRINT "x", &wi);
1716 sscanf (s + pos, "%8" HOST_WIDE_INT_PRINT "x", &wi);
1723 sscanf (buf, "%" HOST_WIDE_INT_PRINT "x", &wi);
1814 if (!sscanf (name.string, "x%d", &repeat_count))
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Ddanetest.c318 if (sscanf(line, "%d %d %d %d %d%n",
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Ddanetest.c315 if (sscanf(line, "%d %d %d %d %d%n",
H A Dhttp_test.c210 if (!TEST_int_eq(sscanf(exp_port, "%d", &exp_num), 1))
/netbsd-current/external/bsd/libfido2/dist/src/
H A Dhid_linux.c95 if (sscanf(p + 7, "%hx:%hx:%hx", &x, &y, &z) == 3) {
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap-bt-linux.c207 if (sscanf(handle->opt.device, BT_IFACE"%d", &dev_id) != 1)
/netbsd-current/external/gpl2/mkhybrid/dist/
H A Dapple.c1617 if (sscanf(buf,"%1s", c) == EOF || *c == '#')
1636 if(sscanf(buf, "%s%*s%*1s%c%c%c%c%*1s%*1s%c%c%c%c%*1s",
1709 if (sscanf(ret, "%4s%4s", tmp_creator, tmp_type) == 2) {
1753 if (sscanf(ret, "%4s%4s", tmp_creator, tmp_type) == 2) {
/netbsd-current/external/bsd/tmux/dist/
H A Dcmd-new-session.c246 if (sscanf(tmp, "%ux%u", &sx, &sy) != 2) {
/netbsd-current/sbin/gpt/
H A Dgpt_uuid.c191 n = sscanf(s,
/netbsd-current/external/bsd/ntp/dist/libparse/
H A Dieee754io.c570 if (sscanf(argv[1], "%lf", &f) != 1)
/netbsd-current/games/phantasia/
H A Dmain.c400 sscanf(Databuf, "%lf %lf", &Player.p_x, &Player.p_y);
522 if (sscanf(Databuf, "%lf %lf", &x, &y) != 2)
589 if (sscanf(Databuf, "%lf %lf", &x, &y) == 2) {
/netbsd-current/external/bsd/unbound/dist/daemon/
H A Dcachedump.c471 if(sscanf(s, " " ARG_LL "d %u %u %u %u", &ttl, &rr_count, &rrsig_count,
603 if(sscanf(s, " %u", &flags) != 1) {
655 if(sscanf(s, " %u %u " ARG_LL "d %u %u %u %u %d %n", &flags, &qdcount, &ttl,

Completed in 476 milliseconds

<<11121314151617181920>>