Searched refs:sscanf (Results 176 - 200 of 545) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/libbind/dist/dst/
H A Ddst_api.c871 sscanf((char *)p, "%d.%d", &file_major, &file_minor);
872 sscanf(KEY_FILE_FORMAT, "%d.%d", &major, &minor);
887 if (sscanf((char *)p, "%d", &alg) != 1)
/netbsd-current/lib/libresolv/
H A Ddst_api.c880 sscanf((char *)p, "%d.%d", &file_major, &file_minor);
881 sscanf(KEY_FILE_FORMAT, "%d.%d", &major, &minor);
895 if (sscanf((char *)p, "%d", &alg) != 1)
/netbsd-current/usr.sbin/faithd/
H A Dftp.c478 n = sscanf(p, "%u,%u,%u,%u,%u,%u",
666 n = sscanf(param,
780 n = sscanf(afp, "%d", &af);
/netbsd-current/external/gpl3/binutils.old/dist/gprof/
H A Dcorefile.c79 /* This is BUFSIZE - 1 as a string. Suitable for use in fprintf/sscanf format strings. */
502 if (sscanf (buf, "%" STR_BUFSIZE "s %c %" STR_BUFSIZE "s", address, &type, name) == 3)
559 if (sscanf (buf, "%" STR_BUFSIZE "s %c %" STR_BUFSIZE "s", address, &type, name) != 3)
566 sscanf (address, "%" BFD_VMA_FMT "x", &(symtab.limit->addr) );
/netbsd-current/external/gpl3/binutils/dist/gprof/
H A Dcorefile.c79 /* This is BUFSIZE - 1 as a string. Suitable for use in fprintf/sscanf format strings. */
502 if (sscanf (buf, "%" STR_BUFSIZE "s %c %" STR_BUFSIZE "s", address, &type, name) == 3)
559 if (sscanf (buf, "%" STR_BUFSIZE "s %c %" STR_BUFSIZE "s", address, &type, name) != 3)
567 sscanf (address, "%" SCNx64, &addr);
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_true.c415 sscanf(pp->a_lastcode, "%5d%*c%3d%*c%3d", &lon, &lat, &off) == 3
456 if (sscanf(pp->a_lastcode, "F%2d", &i) == 1 && i > 0 && i < 80) {
521 sscanf(pp->a_lastcode, "%3d:%2d:%2d:%2d%c",
/netbsd-current/external/bsd/am-utils/dist/fsinfo/
H A Dfsi_util.c461 if ((sscanf(v, "0x%lx", &nm) == 1 || sscanf(v, "%lx", &nm) == 1) && nm != 0)
/netbsd-current/usr.sbin/mrouted/
H A Dcfparse.y527 if (sscanf(q,"0x%8x%c",&n,&c) == 1) {
531 if (sscanf(q,"%d%c",&n,&c) == 1) {
/netbsd-current/external/gpl2/groff/dist/src/devices/xditview/
H A Ddevice.c141 if (!q || sscanf(q, "%d", np) != 1 || *np <= 0) {
430 if (sscanf(p, "%d", &width) != 1) {
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/kafs/
H A Dafssys.c540 if (sscanf (env, "%d", &tmp) == 1) {
574 if (env != NULL && sscanf (env, "%d%d", &tmp[0], &tmp[1]) == 2)
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dmktime.c583 && (sscanf (argv[1], "%d-%d-%d%c",
586 && (sscanf (argv[2], "%d:%d:%d%c",
/netbsd-current/usr.bin/grep/
H A Dutil.c331 sscanf(&l->dat[pmatch.rm_so - 1],
335 sscanf(&l->dat[pmatch.rm_eo],
/netbsd-current/usr.bin/at/
H A Dat.c460 if (sscanf(dirent->d_name, "%c%5x%8lx", &queue, &jobno, &ctm) != 3)
528 if (sscanf(dirent->d_name, "%c%5x%8lx", &queue, &jobno, &ctm) !=3)
/netbsd-current/usr.bin/usbhidaction/
H A Dusbhidaction.c269 if (sscanf(buf, "%3999s %3999s %[^\n]", name, value, action) != 3) {
291 if (sscanf(value, "%d", &cmd->value) != 1) {
/netbsd-current/external/bsd/openldap/dist/clients/tools/
H A Dldapsearch.c335 if ( sscanf( keyp, "%d/%d", &num1, &num2 ) != 2 ) {
347 if ( sscanf( keyp, "%d/%d", &num1, &num2 ) != 2 ) {
472 num = sscanf( cvalue, "%d", &tmp );
495 num = sscanf( cvalue, "%i/%d/%d", &ps_chgtypes, &ps_chgsonly, &ps_echg_ctrls );
746 num = sscanf( cvalue, "%i", &tmp );
755 num = sscanf( maxattrp, "%d", &tmp );
779 num = sscanf( cvalue, "%d", &tmp );
1606 int num = sscanf( buf, "%d", &tmpSize );
/netbsd-current/sbin/wsconsctl/
H A Dutil.c374 if (sscanf(val, "%u", &u) != 1)
382 if (sscanf(val, "%d", &i) != 1)
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dattr_scan64.c248 if (sscanf(STR(str_buf), "%u%c", ptr, &junk) != 1 || junk != 0) {
267 if (sscanf(STR(str_buf), "%lu%c", ptr, &junk) != 1 || junk != 0) {
/netbsd-current/external/bsd/libpcap/dist/
H A Dnametoaddr.c482 if (sscanf(name, "%d-%d", &p1, &p2) != 2) {
702 if (sscanf(s, "%d.%d", &area, &node) != 2)
H A Dpcap-snf.c553 if (sscanf(device, "snf10g%d", &boardnum) != 1 &&
554 sscanf(device, "snf%d", &boardnum) != 1) {
/netbsd-current/external/bsd/tmux/dist/
H A Dkey-string.c169 if (sscanf(string, "User%u", &user) == 1 && user < KEYC_NUSER)
226 if (sscanf(string + 2, "%x", &u) != 1)
/netbsd-current/external/bsd/iscsi/dist/src/osd/
H A Dosdfs.c540 sscanf(ptr+strlen(ptr)+1, "%li", &ino);
865 sscanf(ptr+strlen(ptr)+1, "%li", &ino);
988 if (sscanf(opt, "uid=0x%Lx", &root_uid)!=1) {
993 if (sscanf(opt, "gid=0x%x", &root_gid)!=1) {
/netbsd-current/external/bsd/libbind/dist/
H A Dport_after.h.in481 int sscanf(const char *, const char *, ... );
513 int sscanf(const char *, const char *, ...);
/netbsd-current/external/gpl2/lvm2/dist/lib/device/
H A Ddev-md.c199 if ((ret = sscanf(buffer, attribute_fmt, attribute_value)) != 1) {
/netbsd-current/external/gpl2/lvm2/dist/lib/filters/
H A Dfilter-sysfs.c173 if (sscanf(buffer, "%u:%u", &major, &minor) != 2) {
/netbsd-current/external/gpl2/lvm2/dist/lib/format_text/
H A Darchive.c79 if (sscanf(underscore + 1, "%u", ix) != 1)

Completed in 403 milliseconds

1234567891011>>