Home
last modified time | relevance | path

Searched defs:getnum (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/lib/libcrypt/
H A Dutil.c53 getnum(const char *str, size_t *num) in getnum() function
H A Dnamespace.h94 #define getnum __libcrypt_internal_getnum macro
/netbsd-src/usr.bin/renice/
H A Drenice.c123 getnum(const char *com, const char *str, int *val) in getnum() function
/netbsd-src/usr.sbin/chroot/
H A Dchroot.c62 getnum(const char *str, uintmax_t *num) in getnum() function
/netbsd-src/lib/libc/gen/
H A Ddisklabel.c137 #define getnum(field, dname) \ in getdiskbyname() macro
/netbsd-src/sbin/mount_nfs/
H A Dmount_nfs.c195 getnum(const char *s, int c) in getnum() function
[all...]
/netbsd-src/usr.bin/fmt/
H A Dfmt.c187 getnum(const char *str, const char *what, size_t *res, int badnum) in getnum() function
/netbsd-src/external/bsd/less/dist/
H A Doption.c625 public int getnum(char **sp, char *printopt, int *errp) in getnum() function
/netbsd-src/games/hunt/huntd/
H A Ddriver.c136 getnum(const char *s, unsigned long *ret) in getnum() function
/netbsd-src/games/monop/
H A Dexecute.c722 getnum(const char *what, char *txt, int min, int max, int *ret) in getnum() function
/netbsd-src/usr.bin/rs/
H A Drs.c541 getnum(int *num, char *p, int strict) /* num = number p points to; if (strict) complain */ in getnum() function
/netbsd-src/sbin/disklabel/
H A Dinteract.c737 getnum(struct disklabel *lp, char *buf, intmax_t defaultval) in getnum() function
/netbsd-src/bin/rcp/
H A Drcp.c554 #define getnum(t) (t) = 0; while (isdigit((unsigned char)*cp)) (t) = (t) * 10 + (*cp++ - '0'); in sink() macro
/netbsd-src/usr.bin/cal/
H A Dcal.c869 getnum(const char *p) in getnum() function
/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcslex.c507 struct hshentry * getnum() in getnum() function
/netbsd-src/sbin/fdisk/
H A Dfdisk.c317 getnum(const char *str, int *num) getnum() function
/netbsd-src/lib/libc/time/
H A Dlocaltime.c901 getnum(register const char *strp, int *const nump, const int min, const int max) getnum() function
/netbsd-src/external/mit/lua/dist/src/
H A Dlstrlib.c1467 static int getnum (const char **fmt, int df) { in getnum() function