Home
last modified time | relevance | path

Searched refs:strtoul (Results 1 – 16 of 16) sorted by relevance

/original-bsd/usr.sbin/mtree/
H A Dspec.c154 ip->cksum = strtoul(val, &ep, 10);
159 ip->st_gid = strtoul(val, &ep, 10);
177 ip->st_nlink = strtoul(val, &ep, 10);
191 ip->st_mtimespec.ts_sec = strtoul(val, &ep, 10);
195 ip->st_mtimespec.ts_nsec = strtoul(val, &ep, 10);
232 ip->st_uid = strtoul(val, &ep, 10);
/original-bsd/lib/libc/stdlib/
H A DMakefile.inc9 setenv.c strtod.c strtol.c strtoq.c strtoul.c \
18 realloc.0 strtol.0 strtoul.0 system.0
25 MLINKS+=strtoul.3 strtouq.3
H A Dstrtoul.c24 strtoul(nptr, endptr, base) in strtoul() function
/original-bsd/games/primes/
H A Dprimes.c117 start = strtoul(argv[0], &p, 10);
124 stop = strtoul(argv[1], &p, 10);
136 start = strtoul(argv[0], &p, 10);
177 val = strtoul(buf, &p, 10); in read_num_buf()
/original-bsd/games/factor/
H A Dfactor.c94 val = strtoul(buf, &p, 10);
107 val = strtoul(argv[0], &p, 10);
/original-bsd/usr.bin/chpass/
H A Dfield.c92 id = strtoul(p, &np, 10);
125 id = strtoul(p, &np, 10);
/original-bsd/lib/libc/stdio/
H A Dvfscanf.c177 ccfn = strtoul;
183 ccfn = strtoul;
193 ccfn = strtoul;
225 ccfn = strtoul;
/original-bsd/sbin/mount_portal/
H A Dpt_tcp.c99 s_port = strtoul(port, &p, 0);
/original-bsd/include/
H A Dstdlib.h83 strtoul __P((const char *, char **, int));
/original-bsd/bin/pax/
H A Dsel_subs.c127 uid = (uid_t)strtoul(str+1, (char **)NULL, 10);
240 gid = (gid_t)strtoul(str+1, (char **)NULL, 10);
/original-bsd/usr.sbin/chown/
H A Dchown.c202 val = strtoul(name, &ep, 10);
/original-bsd/bin/dd/
H A Dargs.c309 num = strtoul(val, &expr, 0);
/original-bsd/usr.sbin/sendmail/src/
H A Dconf.h690 # define strtoul strtol /* gcc library bogosity */ macro
H A Dsrvrsmtp.c922 e->e_msgsize = strtoul(vp, (char **) NULL, 10);
H A DREAD_ME972 strtoul
974 include the ANSI-required routine "strtoul". If your compiler
979 e->e_msgsize = strtoul(vp, (char **) NULL, 10);
/original-bsd/share/man/man0/
H A Dman3223 /usr/src/lib/libc/stdlib/strtoul.3