Home
last modified time | relevance | path

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

/components/finsh/
A Dmsh_file.c960 int U = 1, G = 2, O = 4, ALL = 7; in cmd_chmod() local
977 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()
/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dmd5.c74 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) macro
89 {(a) += G ((b), (c), (d)) + (x) + (u32_t)(ac); \
/components/net/lwip/lwip-1.4.1/doc/
A Dsnmp_agent.txt34 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