Home
last modified time | relevance | path

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

/external/libxml2/result/XInclude/
Ddocids.xml.rdr8 2 1 isid 1 0
11 2 1 isid 1 0
23 2 1 isid 1 0
26 2 1 isid 1 0
29 2 1 isid 1 0
/external/selinux/libsepol/src/
Dmodule_to_cil.c2421 struct ocontext *isid; in ocontext_isid_to_cil() local
2431 for (isid = isids; isid != NULL; isid = isid->next) { in ocontext_isid_to_cil()
2432 cil_println(0, "(sid %s)", sid_to_string[isid->sid[0]]); in ocontext_isid_to_cil()
2433 cil_printf("(sidcontext %s ", sid_to_string[isid->sid[0]]); in ocontext_isid_to_cil()
2434 context_to_cil(pdb, &isid->context[0]); in ocontext_isid_to_cil()
2445 item->sid_key = sid_to_string[isid->sid[0]]; in ocontext_isid_to_cil()
/external/valgrind/perf/
Dtinycc.c6990 static inline int isid(int c) in isid() function
9355 if (!(isnum(c) || isid(c) || c == '.' || in next_nomacro1()
9914 if (!isnum(c) && !isid(c)) in macro_twosharps()
19161 if (!isid(ch) && !isnum(ch)) in tcc_add_linker_symbols()
20772 isidnum_table[i] = isid(i) || isnum(i); in tcc_new()