Searched refs:sscanf (Results 201 - 225 of 545) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/lvm2/dist/lib/snapshot/
H A Dsnapshot.c102 if (sscanf(params, "%" PRIu64 "/%" PRIu64,
/netbsd-current/sbin/wsconsctl/
H A Dkeysym.c170 else if (sscanf(n, "unknown_%d", &res) == 1)
/netbsd-current/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_ioctl.c88 ret = sscanf(busid, "PCI:%d:%d:%d", &bus, &slot, &func);
/netbsd-current/usr.sbin/sliplogin/
H A Dsliplogin.c132 (void)sscanf(loginargs, "%15s%*[ \t]%15s%*[ \t]%15s%*[ \t]"
/netbsd-current/external/gpl2/groff/dist/src/devices/xditview/
H A Dparse.c249 if (sscanf(ptr, "%d", v + i) != 1)
/netbsd-current/external/gpl2/groff/dist/src/preproc/eqn/
H A Deqn.y265 if (sscanf($1, "%d", &n) == 1)
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Droken_gethostby.c97 if(sscanf(p, "%d", port) != 1)
/netbsd-current/external/bsd/unbound/dist/testcode/
H A Dsignit.c85 if(sscanf(str, "%4d%2d%2d%2d%2d%2d", &tm.tm_year, &tm.tm_mon,
/netbsd-current/sbin/dump/
H A Ditime.c260 (void) sscanf(tbuf, DUMPINFMT, ddp->dd_name, &ddp->dd_level, un_buf);
/netbsd-current/external/bsd/ntp/dist/sntp/
H A Dkod_management.c274 if (3 != sscanf(fbuf, "%llx %4s %254s", &ull,
/netbsd-current/sbin/ifconfig/
H A Daf_atalk.c100 if (sscanf(range, "%hu-%hu", &first, &last) != 2 ||
/netbsd-current/tests/fs/lfs/
H A Dt_rfw.c89 if (sscanf(buf, "%lld,%lld", sbaddr, sbaddr + 1) == 2)
/netbsd-current/usr.sbin/rpcbind/
H A Dpmap_svc.c308 if (sscanf(ua, "%d.%d.%d.%d.%d.%d", &h1, &h2, &h3,
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dmkregtable.c231 sscanf(buf, "%9s %9s", gpu_name, last_reg_s);
/netbsd-current/sys/kern/
H A Dsubr_blist.c1075 if (sscanf(buf + 1, "%" SCNu64, &count) == 1) {
1084 if (sscanf(buf + 1, "%" SCNu64, &count) == 1) {
1094 if (sscanf(buf + 1, "%" SCNx64 " %" SCNu64,
1102 if (sscanf(buf + 1, "%" SCNx64 " %" SCNu64,
/netbsd-current/sys/external/bsd/common/include/linux/
H A Dkernel.h282 sscanf(const char *fmt, ...) function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-object.c83 && sscanf (offset_p, "@%li%n", &loffset, &consumed) >= 1
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dchmod.c83 if (sscanf (mode, "%o", &fmode) != 1)
/netbsd-current/crypto/external/bsd/heimdal/dist/kcm/
H A Dconfig.c307 if (sscanf(system_perms, "%o", &mode) != 1)
/netbsd-current/tests/lib/libc/sys/
H A Dt_clock_gettime.c184 for (p = ctrbuf, n = 0; sscanf(p, "%127[^(](q=%d, f=%*u Hz)%*[ ]%n",
/netbsd-current/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-object.cc83 && sscanf (offset_p, "@%li%n", &loffset, &consumed) >= 1
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dchmod.c86 if (sscanf (mode, "%o", &fmode) != 1)
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Deui48_108.c40 n = sscanf(DNS_AS_STR(token), "%2x-%2x-%2x-%2x-%2x-%2x", &l0, &l1, &l2,
H A Deui64_109.c40 n = sscanf(DNS_AS_STR(token), "%2x-%2x-%2x-%2x-%2x-%2x-%2x-%2x", &l0,
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dinterfaceiter.c192 res = sscanf(iter->entry, "%32[a-f0-9] %x %x %x %x %16s\n", address,
197 "/proc/net/if_inet6:sscanf() -> %d (expected 6)",

Completed in 252 milliseconds

1234567891011>>