Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/bfd/
H A Dtekhex.c270 getvalue (char **srcp, bfd_vma *valuep) in getvalue() function
368 if (!getvalue (&src, &addr)) in first_phase()
402 if (!getvalue (&src, &section->vma)) in first_phase()
404 if (!getvalue (&src, &val)) in first_phase()
443 if (!getvalue (&src, &val)) in first_phase()
/dragonfly/contrib/binutils-2.34/bfd/
H A Dtekhex.c270 getvalue (char **srcp, bfd_vma *valuep, char * endp) in getvalue() function
374 if (!getvalue (&src, &addr, src_end)) in first_phase()
409 if (!getvalue (&src, &section->vma, src_end)) in first_phase()
411 if (!getvalue (&src, &val, src_end)) in first_phase()
494 if (!getvalue (&src, &val, src_end)) in first_phase()
/dragonfly/contrib/binutils-2.27/bfd/
H A Dtekhex.c270 getvalue (char **srcp, bfd_vma *valuep, char * endp) in getvalue() function
371 if (!getvalue (&src, &addr, src_end)) in first_phase()
406 if (!getvalue (&src, &section->vma, src_end)) in first_phase()
408 if (!getvalue (&src, &val, src_end)) in first_phase()
491 if (!getvalue (&src, &val, src_end)) in first_phase()
/dragonfly/usr.sbin/inetd/
H A Dinetd.h124 int getvalue(const char *, int *, const char *);
H A Dinetd.c260 getvalue(const char *arg, int *value, const char *whine) in getvalue() function
332 getvalue(optarg, &toomany, in main()
336 getvalue(optarg, &maxchild, in main()
340 getvalue(optarg, &maxcpm, in main()
350 getvalue(optarg, &maxperip, in main()
/dragonfly/contrib/file/src/
H A Dapprentice.c115 private int getvalue(struct magic_set *ms, struct magic *, const char **, int);
2381 if (m->reln != 'x' && getvalue(ms, m, &l, action)) in parse()
2831 getvalue(struct magic_set *ms, struct magic *m, const char **p, int action) in getvalue() function