Searched refs:sscanf (Results 26 - 50 of 406) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dcaptoinfo.c507 if (sscanf(str, fmt, &ch1, &ch2) == 2
704 } else if (sscanf(str,
723 } else if (sscanf(str, "%%?%%{%d}%%>%%t%%{%d}%%+%%;", &c1, &c2) == 2) {
726 } else if (sscanf(str, "%%?%%{%d}%%>%%t%%'%c'%%+%%;", &c1, &ch2) == 2) {
729 } else if (sscanf(str, "%%?%%'%c'%%>%%t%%{%d}%%+%%;", &ch1, &c2) == 2) {
732 } else if (sscanf(str, "%%?%%'%c'%%>%%t%%'%c'%%+%%;", &ch1, &ch2) == 2) {
738 } else if ((sscanf(str, "%%{%d}%%+%%c", &c1) == 1
739 || sscanf(str, "%%'%c'%%+%%c", &ch1) == 1)
H A Dmake_keys.c86 scanned = sscanf(buffer, "%255s %255s", to, from);
/freebsd-11-stable/usr.sbin/bluetooth/hccontrol/
H A Dhost_controller_baseband.c148 if (sscanf(argv[0], "%d", &n) != 1 || n < 0 || n > 1)
492 if (sscanf(argv[0], "%d", &n) != 1 || n < 1 || n > 0xb540)
557 if (sscanf(argv[0], "%d", &n) != 1 || n < 1 || n > 0xffff)
621 if (sscanf(argv[0], "%d", &n) != 1 || n < 0 || n > 3)
689 if (sscanf(argv[0], "%d", &n) != 1 || n < 0x12 || n > 0x1000)
695 if (sscanf(argv[1], "%d", &n) != 1 || n < 0x12 || n > 0x1000)
770 if (sscanf(argv[0], "%d", &n) != 1 || n < 0x12 || n > 0x1000)
776 if (sscanf(argv[1], "%d", &n) != 1 || n < 0x12 || n > 0x1000)
846 if (sscanf(argv[0], "%d", &n) != 1 || n < 0 || n > 1)
909 if (sscanf(arg
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_ulink.c249 if (sscanf(pp->a_lastcode, "%c%*31c",
290 if (sscanf(pp->a_lastcode,
362 if (sscanf(pp->a_lastcode,
423 if (sscanf(pp->a_lastcode, "%c%1d%c%4d%3d%*c%2d:%2d:%2d.%2ld%c",
H A Drefclock_heath.c302 if (sscanf(pp->a_lastcode,
316 if (sscanf(pp->a_lastcode, "%2d:%2d:%2d.%c", &pp->hour,
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cstdio.h76 #undef sscanf macro
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dalist_new.c57 sscanf(host, "%d.%d.%d.%d", &a, &b, &c, &d);
H A Dipf_dotuning.c48 if (sscanf(t, "%lu", &tu.ipft_vlong) == 1) {
/freebsd-11-stable/crypto/heimdal/admin/
H A Dremove.c58 if(sscanf(opt->enctype_string, "%d", &t) == 1)
H A Dadd.c81 if(sscanf(opt->enctype_string, "%d", &t) == 1)
93 if(sscanf(buf, "%u", &opt->kvno_integer) != 1)
/freebsd-11-stable/usr.sbin/ngctl/
H A Dwrite.c97 if (sscanf(av[i], "%i", &byte) != 1
/freebsd-11-stable/bin/sleep/
H A Dsleep.c79 if (sscanf(argv[1], "%lf%1s", &d, buf) != 1)
/freebsd-11-stable/crypto/openssl/apps/
H A Derrstr.c110 if (sscanf(argv[i], "%lx", &l)) {
/freebsd-11-stable/usr.sbin/vidcontrol/
H A Ddecode.c53 sscanf(temp, "begin %o %s", (unsigned *)&n, temp);
/freebsd-11-stable/usr.sbin/utx/
H A Dutx.c49 sscanf(&in[i * 2], "%02hhx", &out[i]);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHostInfoOpenBSD.cpp27 if (2 == sscanf(un.release, "%u.%u", &major, &minor))
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_safe_c_api.h52 #define KMP_SSCANF sscanf
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHostInfoFreeBSD.cpp28 if (2 == sscanf(un.release, "%u.%u", &major, &minor))
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_hca_sim.c225 if (sscanf(p_ch, "name: %s", sim_ca_info->name) != 1) {
240 if (sscanf(p_ch, "node GUID: %x:%x:%x:%x", &g1, &g2, &g3, &g4) != 4) {
257 if (sscanf(p_ch, "ports: %d", &num_ports) != 1) {
357 if (sscanf(p_ch, "state: %s", state) != 1) {
383 if (sscanf(p_ch, "LID: %x", &lid) != 1) {
398 if (sscanf(p_ch, "LMC: %x", &lmc) != 1) {
414 if (sscanf(p_ch, "SM LID: %x", &sm_lid) != 1) {
430 if (sscanf(p_ch, "SM SL: %x", &sm_sl) != 1) {
504 if (sscanf(p_ch + 6, "%x:%x:%x:%x:%x:%x:%x:%x",
H A Dosm_vendor_mlx_hca_pfs.c179 if (sscanf(p_ch, "name: %s", pfs_ca_info->name) != 1) {
194 if (sscanf(p_ch, "node GUID: %x:%x:%x:%x", &g1, &g2, &g3, &g4) != 4) {
211 if (sscanf(p_ch, "ports: %d", &num_ports) != 1) {
311 if (sscanf(p_ch, "state: %s", state) != 1) {
337 if (sscanf(p_ch, "LID: %x", &lid) != 1) {
352 if (sscanf(p_ch, "LMC: %x", &lmc) != 1) {
368 if (sscanf(p_ch, "SM LID: %x", &sm_lid) != 1) {
384 if (sscanf(p_ch, "SM SL: %x", &sm_sl) != 1) {
458 if (sscanf(p_ch + 6, "%x:%x:%x:%x:%x:%x:%x:%x",
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h90 #undef sscanf macro
137 using ::sscanf;
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-sysinfo.c216 sscanf(valueS, "%lli", &value);
238 sscanf(valueS, "%02x:%02x:%02x:%02x:%02x:%02x", m+0, m+1, m+2, m+3, m+4, m+5);
/freebsd-11-stable/crypto/heimdal/kcm/
H A Dclient.c164 int matches = sscanf(name,"%ld:",&uid);
166 matches = sscanf(name,"%ld",&uid);
/freebsd-11-stable/contrib/traceroute/
H A Das.c157 sscanf(buf, "A%d\n", &dlen);
193 sscanf(buf + 7, " AS%u", &as);
/freebsd-11-stable/lib/libc/net/
H A Dether_addr.c72 i = sscanf(l, "%x:%x:%x:%x:%x:%x %s", &o[0], &o[1], &o[2], &o[3],
92 i = sscanf(a, "%x:%x:%x:%x:%x:%x", &o0, &o1, &o2, &o3, &o4, &o5);

Completed in 180 milliseconds

1234567891011>>