Searched refs:sscanf (Results 151 - 175 of 545) sorted by relevance

1234567891011>>

/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dtime.c150 * Confirm the source only consists digits. sscanf() allows some
158 if (sscanf(source, "%4d%2d%2d%2d%2d%2d", &year, &month, &day, &hour,
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/common/
H A Dcpu_frequency.h287 sscanf (val + 2, "%llx", &freq);
/netbsd-current/external/gpl3/binutils/dist/gprofng/common/
H A Dcpu_frequency.h287 sscanf (val + 2, "%llx", &freq);
/netbsd-current/lib/libcrypt/
H A Dhmac.c169 if (sscanf(&data[i*2], "%02x", &c) < 1)
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-i386-ipa.cc218 sscanf (buf, "%llu", &mmap_min_addr);
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-i386-ipa.cc219 sscanf (buf, "%llu", &mmap_min_addr);
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_pst.c239 if (sscanf(pp->a_lastcode,
H A Drefclock_tt560.c199 * done by the snprintf() and sscanf() routines.
217 if (sscanf(pp->a_lastcode, "%3d %2d:%2d:%2d.%6ld",
H A Drefclock_tpro.c164 * done by the snprintf() and sscanf() routines.
184 if (sscanf(pp->a_lastcode, "%3d %2d:%2d:%2d.%6ld", &pp->day,
H A Dcmd_args.c105 if (sscanf(my_ntp_optarg, "%lf", &tmp) != 1) {
/netbsd-current/external/gpl2/lvm2/dist/lib/device/
H A Ddevice.c353 if (sscanf(buffer, "%d:%d", &pri_maj, &pri_min) != 2) {
429 if (sscanf(buffer, "%lu", &result) != 1) {
/netbsd-current/usr.bin/eject/
H A Deject.c288 (void)sscanf(nn, "%*[^0-9]%d", &devnum);
311 (void)sscanf(nn, "%*[^0-9]%d", &devnum);
/netbsd-current/libexec/atrun/
H A Datrun.c422 if (sscanf(optarg, "%lf", &load_avg) != 1)
482 if (sscanf(dirent->d_name, "%c%5x%8lx", &queue, &jobno,
/netbsd-current/external/lgpl3/gmp/dist/scanf/
H A Ddoscan.c77 across to the standard sscanf or fscanf via funs->scan, for ease of
82 values in for %n, so that's handled in __gmp_doscan. Neither sscanf
85 supports our %n output, but for sscanf it lets funs->step move us
93 sscanf(" ", " x")
95 sscanf(" ", " x%d",&n)
103 consecutive standard conversions. But plain fscanf and sscanf work
153 sscanf is identical to fscanf, so we make gmp_sscanf identical to
168 gmp_sscanf. The sscanf case could zip across a string doing literal
482 if (funs->scan == (gmp_doscan_scan_t) sscanf)
592 if (funs->scan == (gmp_doscan_scan_t) sscanf)
[all...]
/netbsd-current/external/bsd/ppp/dist/pppd/plugins/pppoe/
H A Dplugin.c204 if (sscanf(existingSession, "%d:%x:%x:%x:%x:%x:%x",
425 if (sscanf(pppoe_reqd_mac, "%x:%x:%x:%x:%x:%x",
/netbsd-current/usr.bin/resize/
H A Dresize.c507 if (sscanf(buf, size[emu], &rows, &cols) != 2) {
519 if (sscanf(buf, wsize[emu], &ts.ws_xpixel, &ts.ws_ypixel) != 2) {
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dmulti.c214 sscanf (params, "%199s", command);
226 if (sscanf (params, "%f", &columnfrac) < 1)
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dattr_scan_plain.c260 if (sscanf(STR(str_buf), "%u%c", ptr, &junk) != 1 || junk != 0) {
280 if (sscanf(STR(str_buf), "%lu%c", ptr, &junk) != 1 || junk != 0) {
H A Dattr_scan0.c245 if (sscanf(STR(str_buf), "%u%c", ptr, &junk) != 1 || junk != 0) {
264 if (sscanf(STR(str_buf), "%lu%c", ptr, &junk) != 1 || junk != 0) {
/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/mysqldyn/
H A Ddlz_mysqldyn_mod.c883 if (ttlstr == NULL || sscanf(ttlstr, "%d", &ttlvalue) != 1) {
1186 sscanf(row[7], "%d", &ttl);
1223 sscanf(row[2], "%d", &ttl);
1304 sscanf(row[3], "%d", &ttl);
1493 sscanf(row[0], "%d", &oldsn);
1525 sscanf(row[0], "%d", &newsn);
1604 sscanf(row[1], "%d", &sn);
1700 sscanf(record->data, "%*s %*s %31s %*s %*s %*s %*s", sn);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Ds390-mkopc.c260 if (sscanf (number, "%d", &mask_start) != 1)
393 num_matched = sscanf (currentLine,
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Ds390-mkopc.c260 if (sscanf (number, "%d", &mask_start) != 1)
393 num_matched = sscanf (currentLine,
/netbsd-current/dist/pf/usr.sbin/ftp-proxy/
H A Dftp-proxy.c845 n = sscanf(p, " %u,%u,%u,%u,%u,%u", &v[0], &v[1], &v[2],
852 n = sscanf(p, "(%u,%u,%u,%u,%u,%u)", &v[0], &v[1], &v[2],
859 n = sscanf(p, "(|||%u|)", &port);
864 n = sscanf(p, " |1|%u.%u.%u.%u|%u|", &v[0], &v[1], &v[2],
869 n = sscanf(p, " |2|%*[a-fA-F0-9:]|%u|", &port);
/netbsd-current/external/lgpl3/gmp/dist/tests/misc/
H A Dt-scanf.c63 /* This problem was seen on powerpc7450-apple-darwin7.0.0, sscanf returns 0
75 if (sscanf ("", "%d", &x) == EOF)
81 printf ("Warning, sscanf(\"\",\"%%d\",&x) doesn't return EOF.\n");
197 /* On various old systems, for instance HP-UX 9, the C library sscanf needs
217 ret = sscanf (input_writable, fmt, a1);
219 ret = sscanf (input_writable, fmt, a1, a2);
513 name = "standard sscanf";
895 name = "standard sscanf";
1200 name = "standard sscanf";
1481 ret = sscanf (" ", "
[all...]
/netbsd-current/external/bsd/unbound/dist/testcode/
H A Dreplay.c147 if(sscanf(remain, " %d %d", &rng->start_step, &rng->end_step)!=2) {
231 if(sscanf(remain, " %1023s %c %n", buf, &eq, &skip) != 2)
263 if(sscanf(remain, " %d%n", &mom->time_step, &skip) != 1) {
735 if(sscanf(at, " %lf %c %lf%n", &x, &operator, &y, &skip) != 3) {
765 if(sscanf(buf, " %lf %lf %lf", &x, &y, &z) != 3) {

Completed in 365 milliseconds

1234567891011>>