Searched refs:sscanf (Results 76 - 100 of 545) sorted by relevance

1234567891011>>

/netbsd-current/usr.sbin/wsfontload/
H A Dwsfontload.c130 if (sscanf(name, "%d", &j) != 1)
167 if (sscanf(optarg, "%d", &f.fontwidth) != 1)
171 if (sscanf(optarg, "%d", &f.fontheight) != 1)
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_acts.c769 if (sscanf(str,
794 if (sscanf(str, "%5ld %3d %2d%2d%2d %3s",
815 if (sscanf(str,
840 if (sscanf(str, "%c %3d %2d:%2d:%2d %cTZ=%2d",
857 if (sscanf(str, "%c%c%2d %3d %2d:%2d:%2d.%3ld%c%c%c",
H A Drefclock_wwvb.c333 if (sscanf(pp->a_lastcode,
346 if (sscanf(pp->a_lastcode,
364 if (sscanf(pp->a_lastcode,
H A Drefclock_hpgps.c364 m = sscanf(tcp,"%c%c", &tcodechar1, &tcodechar2);
379 m = sscanf(tcp,"%d,%d", &up->tzhour, &up->tzminute);
417 m = sscanf(tcp,"%*c%*c%4d%2d%2d%2d%2d%2d%c%c%c%c%c%2hx",
/netbsd-current/external/bsd/ntp/dist/util/
H A Dtg2.c709 sscanf(optarg, "%2d%2d%2d%2d%2d", &LeapYear, &LeapMonth, &LeapDayOfMonth,
716 sscanf(optarg, "%d", &SecondsToSend);
724 sscanf(optarg, "%c", &FormatCharacter);
728 sscanf(optarg, "%2d%2d%2d%2d%2d", &DstSwitchYear, &DstSwitchMonth, &DstSwitchDayOfMonth,
741 sscanf(optarg, "%2d%2d%2d%2d%2d", &LeapYear, &LeapMonth, &LeapDayOfMonth,
752 sscanf (optarg, "%d", &RateCorrection);
776 sscanf(optarg, "%f", &UseOffsetHoursFloat);
782 sscanf(optarg, "%f", &TimeOffset);
819 sscanf(optarg, "%x", &TimeQuality);
826 sscanf(optar
[all...]
H A Dtg.c301 sscanf(optarg, "%d", &dut1);
309 sscanf(optarg, "%d", &level);
313 sscanf(optarg, "%2d%3d%2d%2d", &year, &day,
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dlinux-core.c223 if (1 == sscanf(buf, "%lf", uptime))
560 int r = sscanf(buf, "cpu%u ", &n);
572 if (6 != sscanf(buf + len,
758 sscanf(p, "%" PRIu64 " kB", &rc);
804 sscanf(buf, "%" PRIu64, &rc);
825 if (3 == sscanf(buf, "%lf %lf %lf", &avg[0], &avg[1], &avg[2]))
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Ds390xcap.c33 (sscanf(tok_begin, \
39 if (sscanf(tok[0] + off, "%llx", &cap->NAME[0]) != 1) \
45 if (sscanf(tok[1] + off, "%llx", &cap->NAME[1]) != 1) \
52 (sscanf(tok_begin, \
690 if ((n = sscanf(tok_begin,
696 if (sscanf(tok[i] + off, "%llx", &cap->stfle[i]) != 1)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgcov-tool.c221 sscanf (optarg, "%d,%d", &w1, &w2);
337 ret = sscanf (optarg, "%d/%d", &numerator, &denominator);
350 ret = sscanf (optarg, "%f", &scale);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgcov-tool.cc221 sscanf (optarg, "%d,%d", &w1, &w2);
337 ret = sscanf (optarg, "%d/%d", &numerator, &denominator);
350 ret = sscanf (optarg, "%f", &scale);
/netbsd-current/distrib/utils/edlabel/
H A Dedlabel.c143 if (sscanf(tmpbuf, "%d", &tmp) != 1)
189 if (sscanf(tmpbuf, "%d", &nsect) != 1)
195 if (sscanf(tmpbuf, "%d", &ntrack) != 1)
231 tmp = sscanf(buf, "%d/%d/%d", &cyls, &trks, &sects);
/netbsd-current/external/bsd/am-utils/dist/libamu/
H A Dmisc_rpc.c196 if (sscanf(adp->adc_fullname.name, "unix.%lu@", (u_long *) u) == 1)
/netbsd-current/external/gpl2/lvm2/dist/lib/mirror/
H A Dmirrored.c205 if (sscanf(pos, "%u %n", &mirror_count, &used) != 1) {
213 if (sscanf(pos, "%*x:%*x %n", &used) != 0) {
221 if (sscanf(pos, "%" PRIu64 "/%" PRIu64 "%n", &numerator, &denominator,
387 sscanf(vsn, "%u.%u.%u", &maj2, &min2, &patchlevel2) == 3 &&
/netbsd-current/lib/libc/gdtoa/test/
H A Ddtest.c89 sscanf(s+1, "%lx %lx", &LL[0], &LL[1]);
/netbsd-current/lib/libwrap/
H A Doptions.c314 if (sscanf(value, "%o%c", &mask, &junk) != 1 || (mask & 0777) != mask)
340 if (sscanf(value, "%d%c", &linger.l_linger, &junk) != 1
375 if (value != 0 && sscanf(value, "%d%c", &niceval, &junk) != 1)
423 if (sscanf(value, "%d%c", &timeout, &junk) != 1 || timeout <= 0)
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dstrcasecmp_utf8.c197 && sscanf(args[3], "%d", &len) == 1 && len >= 0) {
/netbsd-current/sys/fs/nfs/common/
H A Dnfs_diskless.c189 cnt = sscanf(cp, "%d", &len);
360 count = sscanf(cp, "%d.%d.%d.%d", &a[0], &a[1], &a[2], &a[3]);
383 count = sscanf(cp, "%x:%x:%x:%x:%x:%x",
417 if ((sscanf(cp, "%2x", &val) != 1) || (val > 0xff)) {
/netbsd-current/usr.bin/audio/ctl/
H A Dctl.c245 if (sscanf(q, "%u", (unsigned int *)p->valp) != 1)
249 if (sscanf(q, "%u", &u) != 1)
255 if (sscanf(q, "0x%x", (unsigned int *)p->valp) != 1 &&
256 sscanf(q, "%x", (unsigned int *)p->valp) != 1)
/netbsd-current/usr.sbin/wsconscfg/
H A Dwsconscfg.c123 if (argc > 0 && sscanf(argv[0], "%d", &idx) != 1)
/netbsd-current/games/phantasia/
H A Dsetup.c49 / unlink(), fwrite(), fclose(), sscanf(), printf(), strlen(), fprintf()
157 sscanf(&Databuf[24], "%lf%lf%lf%lf%lf%d%d%lf",
/netbsd-current/external/bsd/pam-u2f/dist/
H A Dpam-u2f.c51 sscanf(argv[i], "max_devices=%u", &cfg->max_devs);
69 sscanf(argv[i], "userpresence=%d", &cfg->userpresence);
71 sscanf(argv[i], "userverification=%d", &cfg->userverification);
73 sscanf(argv[i], "pinverification=%d", &cfg->pinverification);
/netbsd-current/sys/arch/atari/stand/ahdilabel/
H A Dahdilabel.c319 ((sscanf (buf, "%u/%u/%u", &cylinder, &track, &sector) == 3) ||
320 (sscanf (buf, "%u/%u/", &cylinder, &track) == 2) ||
321 (sscanf (buf, "%u/", &cylinder) == 1))) {
356 if (sscanf (buf, "%u", &sector) == 1) {
/netbsd-current/usr.bin/mixerctl/
H A Dmixerctl.c191 if (sscanf(q, "%d", &v) == 1) {
198 if (sscanf(q, "%d,%d", &v0, &v1) == 2) {
201 } else if (sscanf(q, "%d", &v) == 1) {
278 if (sscanf(q+1, "%d", &incdec) != 1) {
/netbsd-current/external/bsd/ntp/dist/include/
H A Dl_stdlib.h155 extern int sscanf (const char *, const char *, ...);
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dx509_check_cert_pkey_test.c124 sscanf(num, "%d", &expected);

Completed in 296 milliseconds

1234567891011>>