Home
last modified time | relevance | path

Searched refs:parsekey (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/usr.sbin/mtree/
Dmtree.c98 keys |= parsekey(p, NULL); in main()
104 keys |= parsekey(p, NULL); in main()
Dextern.h44 u_int parsekey(char *, int *);
Dspec.c185 ip->flags |= type = parsekey(kw, &value); in set()
320 ip->flags &= ~parsekey(p, NULL); in unset()
Dmisc.c75 parsekey(char *name, int *needvaluep) in parsekey() function
/mirbsd/src/usr.sbin/makefs/nbsrc/usr.sbin/mtree/
Dextern.h72 u_int parsekey(const char *, int *);
Dmisc.c113 parsekey(const char *name, int *needvaluep) in parsekey() function
Dspec.c552 ip->flags |= type = parsekey(kw, &value); in set()
709 ip->flags &= ~parsekey(p, NULL); in unset()
/mirbsd/src/sbin/ipsecctl/
Dparse.y76 struct ipsec_key *parsekey(unsigned char *, size_t);
284 $$ = parsekey(hex, strlen(hex));
306 $$ = parsekey(hex, sb.st_size);
695 parsekey(unsigned char *hexkey, size_t len) in parsekey() function