Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/
H A Dutils.c444 bool need_sep; in l9p_describe_ext_perm() local
447 need_sep = l9p_describe_bits(NULL, mode & ~(uint32_t)0777, NULL, in l9p_describe_ext_perm()
449 l9p_describe_perm(need_sep ? "," : "", mode & 0777, sb); in l9p_describe_ext_perm()
470 bool need_sep; in l9p_describe_lperm() local
473 need_sep = l9p_describe_bits(NULL, mode & ~(uint32_t)0777, NULL, in l9p_describe_lperm()
475 l9p_describe_perm(need_sep ? "," : "", mode & 0777, sb); in l9p_describe_lperm()