Searched refs:getvalue (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/blocklist/bin/ |
H A D | conf.c | 395 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 D | sem.c | 328 F2(getvalue, intptr_t, unsigned int *);
|
/freebsd/usr.sbin/inetd/ |
H A D | inetd.c | 284 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 D | apprentice.c | 115 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
|