Home
last modified time | relevance | path

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

/freebsd-13.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-13.1/contrib/netbsd-tests/lib/semaphore/
H A Dsem.c328 F2(getvalue, intptr_t, unsigned int *);
/freebsd-13.1/usr.sbin/inetd/
H A Dinetd.c298 getvalue(const char *arg, int *value, const char *whine) in getvalue() function
367 getvalue(optarg, &toomany, in main()
371 getvalue(optarg, &maxchild, in main()
375 getvalue(optarg, &maxcpm, in main()
385 getvalue(optarg, &maxperip, in main()
/freebsd-13.1/contrib/file/src/
H A Dapprentice.c109 private int getvalue(struct magic_set *ms, struct magic *, const char **, int);
2247 if (m->reln != 'x' && getvalue(ms, m, &l, action)) in parse()
2700 getvalue(struct magic_set *ms, struct magic *m, const char **p, int action) in getvalue() function