Searched refs:G (Results 1 – 3 of 3) sorted by relevance
960 int U = 1, G = 2, O = 4, ALL = 7; in cmd_chmod() local977 user[num] |= G; in cmd_chmod()1052 if (user[i] & G) in cmd_chmod()1054 attr.st_mode |= mode[i] << off[user[i] & G]; in cmd_chmod()1069 if (user[i] & G) in cmd_chmod()1071 attr.st_mode &= ~(mode[i] << off[user[i] & G]); in cmd_chmod()1087 if (user[i] & G) in cmd_chmod()1089 attr.st_mode &= ~(7 << off[user[i] & G]); in cmd_chmod()1090 attr.st_mode |= mode[i] << off[user[i] & G]; in cmd_chmod()
74 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) macro89 {(a) += G ((b), (c), (d)) + (x) + (u32_t)(ac); \
34 doen't have a route table and doesn't have a notion of the U,G,H flags.36 acting as a single gateway interface (G) for the default route.
Completed in 11 milliseconds