Searched refs:who_buf (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 5742 char who_buf[MAXNAMELEN + 32]; in store_allow_perm() local 5828 (void) snprintf(who_buf, in store_allow_perm() 5832 (void) snprintf(who_buf, in store_allow_perm() 5833 sizeof (who_buf), "%c%c$", in store_allow_perm() 5843 (void) snprintf(who_buf, in store_allow_perm() 5847 (void) snprintf(who_buf, in store_allow_perm() 5848 sizeof (who_buf), "%c%c$", in store_allow_perm() 5862 (void) snprintf(who_buf, sizeof (who_buf), in store_allow_perm() 5865 (void) snprintf(who_buf, sizeof (who_buf), in store_allow_perm() 5870 (void) snprintf(who_buf, sizeof (who_buf), in store_allow_perm() [all …]
|