| /src/external/gpl2/mkhybrid/dist/libfile/ |
| apprentice.c | 75 static int getvalue (struct magic *, char **); 367 if (getvalue(m, &l)) 402 getvalue(struct magic *m, char **p) function
|
| /src/external/bsd/blocklist/bin/ |
| conf.c | 400 getvalue(const char *f, size_t l, bool local, void *r, char **p, function 421 e = getvalue(f, l, local, c, &p, conf_gethostport); 423 e = getvalue(f, l, local, c, &p, conf_getproto); 425 e = getvalue(f, l, local, c, &p, conf_getfamily); 427 e = getvalue(f, l, local, c, &p, conf_getuid); 429 e = getvalue(f, l, local, c, &p, conf_getname); 431 e = getvalue(f, l, local, c, &p, conf_getnfail); 433 e = getvalue(f, l, local, c, &p, conf_getsecs);
|
| /src/external/gpl3/binutils/dist/bfd/ |
| tekhex.c | 270 getvalue (char **srcp, bfd_vma *valuep, char * endp) function 373 if (!getvalue (&src, &addr, src_end)) 408 if (!getvalue (&src, &addr, src_end)) 410 if (!getvalue (&src, &val, src_end)) 498 if (!getvalue (&src, &val, src_end))
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| tekhex.c | 270 getvalue (char **srcp, bfd_vma *valuep, char * endp) function 373 if (!getvalue (&src, &addr, src_end)) 408 if (!getvalue (&src, &addr, src_end)) 410 if (!getvalue (&src, &val, src_end)) 498 if (!getvalue (&src, &val, src_end))
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| tekhex.c | 270 getvalue (char **srcp, bfd_vma *valuep, char * endp) function 372 if (!getvalue (&src, &addr, src_end)) 406 if (!getvalue (&src, &addr, src_end)) 408 if (!getvalue (&src, &val, src_end)) 496 if (!getvalue (&src, &val, src_end))
|
| /src/external/gpl3/gdb/dist/bfd/ |
| tekhex.c | 270 getvalue (char **srcp, bfd_vma *valuep, char * endp) function 373 if (!getvalue (&src, &addr, src_end)) 408 if (!getvalue (&src, &addr, src_end)) 410 if (!getvalue (&src, &val, src_end)) 498 if (!getvalue (&src, &val, src_end))
|
| /src/external/bsd/file/dist/src/ |
| apprentice.c | 116 file_private int getvalue(struct magic_set *ms, struct magic *, const char **, int); 2420 if (getvalue(ms, m, &l, action)) 2884 getvalue(struct magic_set *ms, struct magic *m, const char **p, int action) function
|