Home
last modified time | relevance | path

Searched refs:getvalue (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/blacklist/bin/
H A Dconf.c390 getvalue(const char *f, size_t l, bool local, void *r, char **p, in getvalue() function
409 e = getvalue(f, l, local, c, &p, gethostport); in conf_parseline()
411 e = getvalue(f, l, local, c, &p, getproto); in conf_parseline()
413 e = getvalue(f, l, local, c, &p, getfamily); in conf_parseline()
415 e = getvalue(f, l, local, c, &p, getuid); in conf_parseline()
417 e = getvalue(f, l, local, c, &p, getname); in conf_parseline()
419 e = getvalue(f, l, local, c, &p, getnfail); in conf_parseline()
421 e = getvalue(f, l, local, c, &p, getsecs); in conf_parseline()
/freebsd-12.1/contrib/binutils/bfd/
H A Dtekhex.c268 getvalue (char **srcp, bfd_vma *valuep) in getvalue() function
365 if (!getvalue (&src, &addr)) in first_phase()
397 if (!getvalue (&src, &section->vma)) in first_phase()
399 if (!getvalue (&src, &val)) in first_phase()
436 if (!getvalue (&src, &val)) in first_phase()
H A DChangeLog-20062347 * tekhex.c (getvalue): Change return type to bfd_boolean and
H A DChangeLog-94954528 (getvalue, getsym, out): Likewise.
/freebsd-12.1/contrib/netbsd-tests/lib/semaphore/
H A Dsem.c328 F2(getvalue, intptr_t, unsigned int *);
/freebsd-12.1/usr.sbin/inetd/
H A Dinetd.c297 getvalue(const char *arg, int *value, const char *whine) in getvalue() function
366 getvalue(optarg, &toomany, in main()
370 getvalue(optarg, &maxchild, in main()
374 getvalue(optarg, &maxcpm, in main()
384 getvalue(optarg, &maxperip, in main()
/freebsd-12.1/contrib/file/src/
H A Dapprentice.c118 private int getvalue(struct magic_set *ms, struct magic *, const char **, int);
2175 if (m->reln != 'x' && getvalue(ms, m, &l, action)) in parse()
2626 getvalue(struct magic_set *ms, struct magic *m, const char **p, int action) in getvalue() function