Searched refs:getvalue (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/blacklist/bin/ |
| H A D | conf.c | 390 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 D | tekhex.c | 268 getvalue (char **srcp, bfd_vma *valuep) in getvalue() function 365 if (!getvalue (&src, &addr)) in first_phase() 397 if (!getvalue (&src, §ion->vma)) in first_phase() 399 if (!getvalue (&src, &val)) in first_phase() 436 if (!getvalue (&src, &val)) in first_phase()
|
| H A D | ChangeLog-2006 | 2347 * tekhex.c (getvalue): Change return type to bfd_boolean and
|
| H A D | ChangeLog-9495 | 4528 (getvalue, getsym, out): Likewise.
|
| /freebsd-12.1/contrib/netbsd-tests/lib/semaphore/ |
| H A D | sem.c | 328 F2(getvalue, intptr_t, unsigned int *);
|
| /freebsd-12.1/usr.sbin/inetd/ |
| H A D | inetd.c | 297 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 D | apprentice.c | 118 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
|