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

1234567891011>>

/netbsd-current/external/bsd/tmux/dist/
H A Dcmd-refresh-client.c66 else if (sscanf(what, "%%%d", &subid) == 1 && subid >= 0)
70 else if (sscanf(what, "@%d", &subid) == 1 && subid >= 0)
89 if (sscanf(size, "@%u:%ux%u", &w, &x, &y) == 3) {
104 if (sscanf(size, "@%u:", &w) == 1) {
116 if (sscanf(size, "%u,%u", &x, &y) != 2 &&
117 sscanf(size, "%ux%u", &x, &y) != 2) {
146 if (sscanf(copy, "%%%u", &pane) != 1)
/netbsd-current/usr.sbin/fwctl/
H A Deui64.c159 i = sscanf(a, "%x-%x-%x-%x-%x-%x-%x-%x",
164 i = sscanf(a, "%x:%x:%x:%x:%x:%x:%x:%x",
169 i = sscanf(a, "0x%2x%2x%2x%2x%2x%2x%2x%2x",
174 i = sscanf(a, "%x-%x-%x-%x-%x-%x",
182 i = sscanf(a, "%x:%x:%x:%x:%x:%x",
/netbsd-current/external/cddl/osnet/dist/lib/libnvpair/
H A Dlibnvpair.c945 * types, a radix independent sscanf conversion of 'value' is used. If 'nvp'
1028 sr = sscanf(value, "%c", &val_arg);
1039 sr = sscanf(value, "%c", &val_arg);
1051 sr = sscanf(value, "%"SCNi8, &val_arg);
1062 sr = sscanf(value, "%"SCNi8, &val_arg);
1074 sr = sscanf(value, "%"SCNi8, (int8_t *)&val_arg);
1085 sr = sscanf(value, "%"SCNi8, (int8_t *)&val_arg);
1097 sr = sscanf(value, "%"SCNi16, &val_arg);
1108 sr = sscanf(value, "%"SCNi16, &val_arg);
1120 sr = sscanf(valu
[all...]
/netbsd-current/sys/arch/amiga/stand/binpatch/
H A Dbinpatch.c127 sscanf(optarg, "%x", &addr);
154 sscanf(optarg, "%x", &replace);
172 sscanf(optarg, "%x", &offset);
472 nscan = sscanf(cn, "%x", rvalue);
474 nscan = sscanf(cn, "%d", rvalue);
/netbsd-current/lib/libusbhid/
H A Dusage.c97 if (sscanf(line, " * %[^\n]", name) == 1)
99 else if (sscanf(line, " 0x%x %[^\n]", &no, name) != 2 &&
100 sscanf(line, " %d %[^\n]", &no, name) != 2)
228 if (sscanf(name, "%x:%x", &k, &j) == 2) {
236 if (sscanf(sep, fmtcheck(
/netbsd-current/sbin/disklabel/
H A Dinteract.c240 if (sscanf(line, "%" SCNu32, &u) != 1) {
256 if (sscanf(line, "%" SCNu32, &u) != 1) {
272 if (sscanf(line, "%" SCNu32, &u) != 1) {
288 if (sscanf(line, "%" SCNu32, &u) != 1) {
304 if (sscanf(line, "%" SCNu32, &u) != 1) {
321 if (sscanf(line, "%" SCNu32, &u) != 1) {
337 if (sscanf(line, "%" SCNu32, &u) != 1) {
355 if (sscanf(line, "%" SCNu32, &u) != 1) {
371 if (sscanf(line, "%" SCNu32, &u) != 1) {
387 if (sscanf(lin
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dproducer.c68 if (sscanf (cs, "%d.%d", major, minor) == 2)
114 sscanf (version_str, "%d.%d", major, minor);
148 if (sscanf (cs, "%d.%d", major, minor) == 2)
/netbsd-current/tests/lib/libcurses/slave/
H A Dslave.c177 sscanf(argv[1], "%d", &from_director);
178 sscanf(argv[2], "%d", &to_director);
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dhurd.c115 if (1 == sscanf(buf, "%lf", uptime))
127 if (3 == sscanf(buf, "%lf %lf %lf", &avg[0], &avg[1], &avg[2]))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcppbuiltin.c40 if (sscanf (BASEVER, "%d.%d.%d", &s_major, &s_minor, &s_patchlevel) != 3)
42 sscanf (BASEVER, "%d.%d", &s_major, &s_minor);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcppbuiltin.cc40 if (sscanf (BASEVER, "%d.%d.%d", &s_major, &s_minor, &s_patchlevel) != 3)
42 sscanf (BASEVER, "%d.%d", &s_major, &s_minor);
/netbsd-current/external/historical/nawk/dist/
H A Dmaketab.c145 n = sscanf(buf, "%1c %199s %199s %d", &c, def, name,
155 n = sscanf(buf, "%199s = %d,\n", name, &tok);
/netbsd-current/external/bsd/ipf/dist/lib/
H A Dalist_new.c59 sscanf(host, "%d.%d.%d.%d", &a, &b, &c, &d);
H A Dipf_dotuning.c48 if (sscanf(t, "%lu", &tu.ipft_vlong) == 1) {
/netbsd-current/regress/sys/fs/lfs/ckckp/
H A Dckckp.c83 sscanf(s, "%d %d", &e, &sno);
/netbsd-current/crypto/external/bsd/heimdal/dist/admin/
H A Dremove.c60 if(sscanf(opt->enctype_string, "%d", &t) == 1)
/netbsd-current/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/
H A Dtpm_nvcommon.c136 if (sscanf(aArg + offset, "%x%n", &num, &numbytes)
161 if (sscanf(aArg + offset, "%u%n", &num, &numbytes) != 1) {
254 if (sscanf(aArg, "%x", x) != 1) {
264 if (sscanf(aArg, "%u", x) != 1) {
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Ddirname.c117 sscanf (buff, "%s %s", file, expected_result);
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dcasefold.c295 && sscanf(bp, "%i %i", &first, &last) == 2
317 && sscanf(bp, "%255s", STR(buffer)) == 1) {
331 && sscanf(bp, "%255s", STR(buffer)) == 1) {
343 && sscanf(bp, "%i", &msg_verbose) == 1) {
/netbsd-current/external/lgpl3/gmp/dist/scanf/
H A Dsscanffuns.c65 ret = sscanf (*sp, fmt, p1, p2);
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/
H A Dstdio.h129 extern int sscanf( const char *__s, const char *__format, ...);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dmkoffload.cc534 if (sscanf (buf, " ;; OPENACC-DIMS: %d, %d, %d : %ms\n",
545 if (sscanf (buf, " - .name: %ms\n", &regcount.kernel_name) == 1)
547 else if (sscanf (buf, " .sgpr_count: %d\n",
553 else if (sscanf (buf, " .vgpr_count: %d\n",
566 if (sscanf (buf, " .8byte %ms\n", &varname))
570 if (!sscanf (buf, " .8byte %u\n", &varsize))
579 if (sscanf (buf, "\t.8byte\t%ms\n", &funcname))
590 if (sscanf (buf, " .section .gnu.offload_vars%c", &dummy) > 0)
604 else if (sscanf (buf, " .section .gnu.offload_funcs%c", &dummy) > 0)
606 else if (sscanf (bu
[all...]
/netbsd-current/external/gpl2/mkhybrid/dist/libfile/
H A Dlfile.c198 sscanf(ret, "%4s%4s", creator, type);
/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dstdio.h129 extern int sscanf( const char *__s, const char *__format, ...);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.rocm/
H A Dmulti-inferior-gpu.cpp90 if (sscanf (argv[1], "%d", &dev_number) != 1)

Completed in 246 milliseconds

1234567891011>>