Home
last modified time | relevance | path

Searched defs:g (Results 1 – 7 of 7) sorted by relevance

/coreutils/src/
Dgroup-list.c98 #define gidtostr(g) gidtostr_ptr (&(g)) argument
114 intmax_t g = gid; in print_group() local
119 uintmax_t g = gid; in print_group() local
Did.c315 #define gidtostr(g) gidtostr_ptr (&(g)) argument
Dchroot.c106 struct group *g; in parse_additional_groups() local
Dexpr.c128 mcel_t g = mcel_scanz (p); in mbs_logical_cspn() local
Dfactor.c1464 uintmax_t x, z, y, P, t, ni, g; in factor_using_pollard_rho() local
2089 uintmax_t g = Q; in factor_using_squfof() local
Dls.c4265 format_group (gid_t g, int width, bool stat_ok) in format_group()
4294 format_group_width (gid_t g) in format_group_width()
/coreutils/gl/lib/
Drand-isaac.c145 #define mix(a, b, c, d, e, f, g, h) \ argument
158 #define mix(a, b, c, d, e, f, g, h) \ argument
173 #define ISAAC_MIX(s, a, b, c, d, e, f, g, h, seed) \ argument
256 isaac_word g = IF32 (UINT32_C (0xc4efea1b), UINT64_C (0xae985bf2cbfc89ed)); in isaac_seed() local