Home
last modified time | relevance | path

Searched refs:string_to_flags (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/lib/libnetbsd/
HDutil.c55 string_to_flags(char **stringp, u_long *setp, u_long *clrp) in string_to_flags() function
HDutil.h55 int string_to_flags(char **stringp, u_long *setp, u_long *clrp);
/freebsd-11-stable/contrib/mtree/
HDspec.c573 else if (string_to_flags(&val, &ip->st_flags, NULL) in set()