OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nxt
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
re.h
17
struct CharPtn *
nxt
;
member in struct:CharPtn
/external/oprofile/opjitconv/
opjitconv.c
440
struct procid * id, *
nxt
;
local
472
for (id = pid_list; id; id =
nxt
) {
474
nxt
= id->next;
/external/iptables/libxtables/
xtoptions.c
1112
char *cur, *
nxt
;
local
1128
id = strtoul(cur, &
nxt
, strncmp(cur, "0x", 2) == 0 ? 16 : 10);
1129
if (
nxt
== cur || errno != 0)
1135
cur =
nxt
;
1143
nxt
= cur;
1144
while (*
nxt
!= '\0' && !isspace(*
nxt
))
1145
++
nxt
;
1146
if (
nxt
== cur)
1148
*
nxt
= '\0'
[
all
...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctputil.c
5698
struct sctp_queued_to_read *control = NULL, *ctl = NULL, *
nxt
= NULL;
local
[
all
...]
/external/libxml2/
parser.c
1400
const xmlChar *cur = lang, *
nxt
;
local
[
all
...]
/external/chromium_org/third_party/expat/files/lib/
xmlparse.c
4618
const char *
nxt
= (quant == XML_CQUANT_NONE
local
[
all
...]
/external/expat/lib/
xmlparse.c
4618
const char *
nxt
= (quant == XML_CQUANT_NONE
local
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar
Completed in 1152 milliseconds