OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mnc
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
opts-common.cc
142
size_t
mnc
= mn_orig + 1;
local
144
while (
mnc
< cl_options_count
145
&& strncmp (input, cl_options[
mnc
].opt_text + 1, cmp_len) == 0)
152
if (
mnc
== mn_orig + 1
153
&& !(cl_options[
mnc
].flags & CL_JOINED))
154
match_wrong_lang =
mnc
;
155
else if (
mnc
== mn_orig + 2
157
&& (cl_options[
mnc
].flags & CL_JOINED)
158
&& (cl_options[
mnc
].opt_len
160
&& strncmp (cl_options[
mnc
].opt_text + 1
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
opts-common.cc
142
size_t
mnc
= mn_orig + 1;
local
144
while (
mnc
< cl_options_count
145
&& strncmp (input, cl_options[
mnc
].opt_text + 1, cmp_len) == 0)
152
if (
mnc
== mn_orig + 1
153
&& !(cl_options[
mnc
].flags & CL_JOINED))
154
match_wrong_lang =
mnc
;
155
else if (
mnc
== mn_orig + 2
157
&& (cl_options[
mnc
].flags & CL_JOINED)
158
&& (cl_options[
mnc
].opt_len
160
&& strncmp (cl_options[
mnc
].opt_text + 1
[
all
...]
/src/external/bsd/wpa/dist/hostapd/
config_file.c
1451
char *mcc, *
mnc
;
local
1455
mnc
= os_strchr(pos, ',');
1456
if (
mnc
== NULL)
1458
*
mnc
++ = '\0';
1459
pos = os_strchr(
mnc
, ';');
1463
mnc_len = os_strlen(
mnc
);
1467
/* BC coded MCC,
MNC
*/
1470
/*
MNC
digit 3 | MCC digit 3 */
1471
*ipos++ = (((mnc_len == 2) ? 0xf0 : ((
mnc
[2] - '0') << 4))) |
1473
/*
MNC
digit 2 | MNC digit 1 *
[
all
...]
/src/external/bsd/wpa/dist/src/eap_peer/
eap.c
179
char *pos,
mnc
[4];
local
190
mnc
[0] = '0';
191
mnc
[1] = imsi[3];
192
mnc
[2] = imsi[4];
194
mnc
[0] = imsi[3];
195
mnc
[1] = imsi[4];
196
mnc
[2] = imsi[5];
198
mnc
[3] = '\0';
202
"@wlan.
mnc
%s.mcc%c%c%c.3gppnetwork.org",
203
mnc
, imsi[0], imsi[1], imsi[2])
[
all
...]
Completed in 30 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026