Home
last modified time | relevance | path

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

/busybox-1.35.0/libpwdgrp/
Dpwd_grp.c61 #define GR_DEF "SsIm" macro
78 _PATH_GROUP, GR_DEF,
85 sizeof(GR_DEF)-1, sizeof(struct group)
222 if (buf && db->numfields == sizeof(GR_DEF)-1) { /* if we read group file... */ in parse_common()