Searched refs:getnum (Results 1 - 23 of 23) sorted by relevance

/freebsd-9.3-release/usr.sbin/fdread/
H A Dfdutil.h35 int getnum(const char *, int *);
H A Dfdutil.c241 if (getnum(s1, &out->sectrac))
247 if (getnum(s1, &j))
259 if (getnum(s1, &j))
268 if (getnum(s1, &out->gap))
274 if (getnum(s1, &j))
283 if (getnum(s1, &j))
325 if (getnum(s1, &j))
335 if (getnum(s1, &out->f_gap))
341 if (getnum(s1, &out->f_inter))
347 if (getnum(s
471 getnum(const char *s, int *res) function
[all...]
/freebsd-9.3-release/usr.bin/renice/
H A Drenice.c58 static int getnum(const char *, const char *, int *);
85 if (getnum("priority", *argv, &prio))
104 else if (getnum("uid", *argv, &who)) {
113 if (getnum("pid", *argv, &who)) {
155 getnum(const char *com, const char *str, int *val) function
/freebsd-9.3-release/share/examples/perfmon/
H A Dperfmon.c47 static int getnum(const char *, int, int);
86 pmc.pmc_unit = getnum(optarg, 0, 256);
89 pmc.pmc_mask = getnum(optarg, 0, 256);
92 loops = getnum(optarg, 1, INT_MAX - 1);
95 sleeptime = getnum(optarg, 0, INT_MAX - 1);
108 pmc.pmc_event = getnum(argv[optind], 0, 255);
167 getnum(const char *buf, int min, int max) function
/freebsd-9.3-release/usr.sbin/smbmsg/
H A Dsmbmsg.c75 static int getnum(const char *s);
90 getnum(const char *s) function
237 if ((cflag = getnum(optarg)) == -1)
250 if ((iflag = getnum(optarg)) == -1)
259 if ((oflag = getnum(optarg)) == -1)
272 if ((slave = getnum(optarg)) == -1)
305 if ((n = getnum(*argv)) == -1)
315 if ((n = getnum(*argv)) == -1)
/freebsd-9.3-release/sys/netpfil/ipfw/test/
H A Dmain.c198 getnum(const char *s, char **next, const char *key) function
274 w = getnum(strsep(&cur, ":"), &p, "weight");
277 w_h = p ? getnum(p+1, &p, "weight_max") : w;
278 w_steps = p ? getnum(p+1, &p, "w_steps") : (w_h == w ?1:2);
279 len = getnum(strsep(&cur, ":"), &p, "len");
282 len_h = p ? getnum(p+1, &p, "len_max") : len;
283 l_steps = p ? getnum(p+1, &p, "l_steps") : (len_h == len ? 1 : 2);
284 flows = getnum(strsep(&cur, ":"), NULL, "flows");
368 c->loops = getnum(av[1], NULL, av[0]);
396 c->lmin = getnum(a
[all...]
/freebsd-9.3-release/tools/regression/fsx/
H A Dfsx.c956 getnum(char *s, char **e) function
1009 simulatedopcount = getnum(optarg, &endp);
1018 closeprob = getnum(optarg, &endp);
1030 invlprob = getnum(optarg, &endp);
1039 maxfilelen = getnum(optarg, &endp);
1044 monitorstart = getnum(optarg, &endp);
1049 monitorend = getnum(endp, &endp);
1059 maxoplen = getnum(optarg, &endp);
1064 progressinterval = getnum(optarg, &endp);
1072 readbdy = getnum(optar
[all...]
/freebsd-9.3-release/usr.bin/rs/
H A Drs.c98 char *getnum(int *, char *, int);
423 p = getnum(&owidth, p, 0);
430 p = getnum(&skip, p, 0);
438 p = getnum(&gutter, p, 0);
441 p = getnum(&propgutter, p, 0);
538 getnum(int *num, char *p, int strict) function
/freebsd-9.3-release/contrib/less/
H A Doptfunc.c160 int sline = getnum(&s, "j", &err);
225 int hs = getnum(&s, "#", &err);
529 fg = getnum(&s, "D", &err);
540 bg = getnum(&s, "D", &err);
H A Doption.c101 *(pendopt->ovar) = getnum(&s, printopt, (int*)NULL);
276 *(o->ovar) = getnum(&s, printopt, (int*)NULL);
419 num = getnum(&s, NULL, &err);
627 getnum(sp, printopt, errp) function
H A Dfuncs.h222 public int getnum ();
H A Dtags.c338 taglinenum = getnum(&p, 0, &err);
/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcssyn.c217 register struct hshentry *delta = getnum();
247 if ((delta = getnum()))
281 if (!(delta=getnum())) {
H A Drcsgen.c234 if (!(nextdelta=getnum())) {
H A Drcsbase.h570 struct hshentry *getnum P((void));
H A Drcslex.c6 * getid, getnum, readstring, printstring, savestring,
504 struct hshentry * getnum() function
/freebsd-9.3-release/usr.bin/printf/
H A Dprintf.c92 static int getnum(intmax_t *, uintmax_t *, int);
300 if (getnum(&val, &uval, signedconv))
452 if (getnum(&val, &uval, 1))
464 getnum(intmax_t *ip, uintmax_t *uip, int signedconv) function
/freebsd-9.3-release/usr.sbin/fdcontrol/
H A Dfdcontrol.c91 } else if (getnum(optarg, &format)) {
/freebsd-9.3-release/usr.sbin/sicontrol/
H A Dsicontrol.c82 int getnum(char *);
309 tc.tc_int = getnum(av[0]) / 10;
335 tc.tc_int = getnum(av[0]);
692 getnum(char *str) function
/freebsd-9.3-release/usr.sbin/fdformat/
H A Dfdformat.c160 if (getnum(optarg, &fill)) {
169 if (getnum(optarg, &format)) {
/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dlocaltime.c178 static const char * getnum(const char * strp, int * nump, int min,
732 getnum(strp, nump, min, max) function
777 strp = getnum(strp, &num, 0, HOURSPERDAY * DAYSPERWEEK - 1);
783 strp = getnum(strp, &num, 0, MINSPERHOUR - 1);
790 strp = getnum(strp, &num, 0, SECSPERMIN);
844 strp = getnum(strp, &rulep->r_day, 1, DAYSPERNYEAR);
851 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR);
856 strp = getnum(strp, &rulep->r_week, 1, 5);
861 strp = getnum(strp, &rulep->r_day, 0, DAYSPERWEEK - 1);
867 strp = getnum(str
[all...]
/freebsd-9.3-release/gnu/usr.bin/rcs/rcs/
H A Drcs.c909 if (!(nextdelta=getnum()))
/freebsd-9.3-release/gnu/usr.bin/rcs/rlog/
H A Drlog.c647 if (!(Delta = getnum()))

Completed in 119 milliseconds