Searched defs:g (Results 1 – 7 of 7) sorted by relevance
/coreutils/src/ |
D | group-list.c | 98 #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
|
D | id.c | 315 #define gidtostr(g) gidtostr_ptr (&(g)) argument
|
D | chroot.c | 106 struct group *g; in parse_additional_groups() local
|
D | expr.c | 128 mcel_t g = mcel_scanz (p); in mbs_logical_cspn() local
|
D | factor.c | 1464 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
|
D | ls.c | 4265 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/ |
D | rand-isaac.c | 145 #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
|