Home
last modified time | relevance | path

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

/freebsd/contrib/blocklist/bin/
H A Dconf.c395 getvalue(const char *f, size_t l, bool local, void *r, char **p, in getvalue() function
414 e = getvalue(f, l, local, c, &p, conf_gethostport); in conf_parseline()
416 e = getvalue(f, l, local, c, &p, conf_getproto); in conf_parseline()
418 e = getvalue(f, l, local, c, &p, conf_getfamily); in conf_parseline()
420 e = getvalue(f, l, local, c, &p, conf_getuid); in conf_parseline()
422 e = getvalue(f, l, local, c, &p, conf_getname); in conf_parseline()
424 e = getvalue(f, l, local, c, &p, conf_getnfail); in conf_parseline()
426 e = getvalue(f, l, local, c, &p, conf_getsecs); in conf_parseline()
/freebsd/contrib/netbsd-tests/lib/semaphore/
H A Dsem.c328 F2(getvalue, intptr_t, unsigned int *);
/freebsd/usr.sbin/inetd/
H A Dinetd.c284 getvalue(const char *arg, int *value, const char *whine) in getvalue() function
353 getvalue(optarg, &toomany, in main()
357 getvalue(optarg, &maxchild, in main()
361 getvalue(optarg, &maxcpm, in main()
371 getvalue(optarg, &maxperip, in main()
/freebsd/contrib/file/src/
H A Dapprentice.c115 file_private int getvalue(struct magic_set *ms, struct magic *, const char **, int);
2399 if (m->reln != 'x' && getvalue(ms, m, &l, action)) in parse()
2862 getvalue(struct magic_set *ms, struct magic *m, const char **p, int action) in getvalue() function