| /src/external/bsd/ntp/dist/sntp/ |
| networking.h | 51 u_char hmode; member in struct:speer
|
| /src/external/gpl3/gdb/dist/gdb/ |
| remote-fileio.c | 153 mode_t hmode = 0; local 158 hmode |= S_IFREG; 160 hmode |= S_IFDIR; 162 hmode |= S_IFCHR; 165 hmode |= S_IRUSR; 167 hmode |= S_IWUSR; 169 hmode |= S_IXUSR; 172 hmode |= S_IRGRP; 176 hmode |= S_IWGRP; 180 hmode |= S_IXGRP [all...] |
| tracectf.c | 317 mode_t hmode = S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH; local 320 if (mkdir (dirname, hmode) && errno != EEXIST)
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| remote-fileio.c | 153 mode_t hmode = 0; local 158 hmode |= S_IFREG; 160 hmode |= S_IFDIR; 162 hmode |= S_IFCHR; 165 hmode |= S_IRUSR; 167 hmode |= S_IWUSR; 169 hmode |= S_IXUSR; 172 hmode |= S_IRGRP; 176 hmode |= S_IWGRP; 180 hmode |= S_IXGRP [all...] |
| tracectf.c | 317 mode_t hmode = S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH; local 320 if (mkdir (dirname, hmode) && errno != EEXIST)
|
| /src/external/gpl3/gdb/dist/sim/cris/ |
| traps.c | 2661 int hmode = 0; local 2688 #define X_AFLAG(x) if (mode & TARGET_ ## x) hmode |= x 2695 if (access (pbuf, hmode) != 0)
|
| /src/external/gpl3/gdb.old/dist/sim/cris/ |
| traps.c | 2661 int hmode = 0; local 2688 #define X_AFLAG(x) if (mode & TARGET_ ## x) hmode |= x 2695 if (access (pbuf, hmode) != 0)
|
| /src/external/bsd/ntp/dist/include/ |
| ntp_request.h | 361 u_char hmode; /* mode for this peer */ member in struct:info_peer_list 381 u_char hmode; /* peer mode */ member in struct:info_peer_summary 401 u_char hmode; /* peer.hmode */ member in struct:info_peer 608 u_char hmode; /* mode, either broadcast, active or client */ member in struct:old_conf_peer 620 u_char hmode; /* mode, either broadcast, active or client */ member in struct:conf_peer
|
| ntp.h | 275 u_char hmode; /* local association mode */ member in struct:peer
|
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_config.c | 139 u_char hmode; /* MODE_* */ member in struct:peer_resolved_ctx_tag 276 static int is_sane_resolved_address(sockaddr_u *peeraddr, int hmode); 1431 int hmode, 1447 my_node->host_mode = hmode; 4283 int hmode 4297 if ((T_Server == hmode || T_Peer == hmode || T_Pool == hmode) 4304 if (T_Manycastclient == hmode && !IS_MCAST(peeraddr)) { 4354 int hmode; local 4420 u_char hmode; local [all...] |
| /src/external/bsd/ntp/dist/ntpq/ |
| ntpq-subs.c | 1621 { "hmode", 0 }, /* 13 */ 1639 { "hmode", 0 }, /* 13 */ 1659 { "hmode", 0 }, /* 14 */ 1691 long hmode = 0; local 1762 } else if (!strcmp("hmode", name)) { 1763 decodeint(value, &hmode); 1863 * hmode gives the best guidance for the t column. If the response 1864 * did not include hmode we'll use the old decodeaddrtype() result. 1866 switch (hmode) {
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| internal-fn.cc | 1796 scalar_int_mode hmode, wmode; local 1883 else if (int_mode_for_size (prec / 2, 1).exists (&hmode) 1884 && 2 * GET_MODE_PRECISION (hmode) == prec) 1895 unsigned int hprec = GET_MODE_PRECISION (hmode); 1898 hipart0 = convert_modes (hmode, mode, hipart0, uns); 1899 rtx lopart0 = convert_modes (hmode, mode, op0, uns); 1902 signbit0 = expand_shift (RSHIFT_EXPR, hmode, lopart0, hprec - 1, 1906 hipart1 = convert_modes (hmode, mode, hipart1, uns); 1907 rtx lopart1 = convert_modes (hmode, mode, op1, uns); 1910 signbit1 = expand_shift (RSHIFT_EXPR, hmode, lopart1, hprec - 1 [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| internal-fn.cc | 2040 scalar_int_mode hmode, wmode; local 2127 else if (int_mode_for_size (prec / 2, 1).exists (&hmode) 2128 && 2 * GET_MODE_PRECISION (hmode) == prec) 2139 unsigned int hprec = GET_MODE_PRECISION (hmode); 2142 hipart0 = convert_modes (hmode, mode, hipart0, uns); 2143 rtx lopart0 = convert_modes (hmode, mode, op0, uns); 2146 signbit0 = expand_shift (RSHIFT_EXPR, hmode, lopart0, hprec - 1, 2150 hipart1 = convert_modes (hmode, mode, hipart1, uns); 2151 rtx lopart1 = convert_modes (hmode, mode, op1, uns); 2154 signbit1 = expand_shift (RSHIFT_EXPR, hmode, lopart1, hprec - 1 [all...] |
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| ctrl_iface.c | 4664 char *pos, *end, *hmode; local 4672 hmode = "B"; 4675 hmode = "G"; 4678 hmode = "A"; 4681 hmode = "AD"; 4686 ret = os_snprintf(pos, end - pos, "Mode[%s] Channels:", hmode); 4714 char *pos, *end, *hmode; local 4722 hmode = "B"; 4725 hmode = "G"; 4728 hmode = "A" [all...] |