Searched refs:parsekey (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/mtree/ |
| H A D | mtree.c | 155 keys |= parsekey(p, NULL); in main() 160 keys |= parsekey(p, NULL); in main() 203 keys &= ~parsekey(p, NULL); in main()
|
| H A D | extern.h | 72 u_int parsekey(const char *, int *);
|
| H A D | misc.c | 117 parsekey(const char *name, int *needvaluep) in parsekey() function
|
| H A D | spec.c | 553 ip->flags |= type = parsekey(kw, &value); in set() 708 ip->flags &= ~parsekey(p, NULL); in unset()
|
| /freebsd-13.1/usr.sbin/fmtree/ |
| H A D | mtree.c | 105 keys |= parsekey(p, NULL); in main() 111 keys |= parsekey(p, NULL); in main()
|
| H A D | extern.h | 42 u_int parsekey(char *, int *);
|
| H A D | spec.c | 177 ip->flags |= type = parsekey(kw, &value); in set() 322 ip->flags &= ~parsekey(p, NULL); in unset()
|
| H A D | misc.c | 89 parsekey(char *name, int *needvaluep) in parsekey() function
|