Home
last modified time | relevance | path

Searched refs:chp (Results 1 – 25 of 58) sorted by relevance

123

/external/ppp/pppd/
Dmain.c628 struct subprocess *chp; local
630 for (chp = children; chp != NULL; chp = chp->next)
631 dbglog(" script %s, pid %d", chp->prog, chp->pid);
1753 struct subprocess *chp; local
1757 chp = (struct subprocess *) malloc(sizeof(struct subprocess));
1758 if (chp == NULL) {
1761 chp->pid = pid;
1762 chp->prog = prog;
1763 chp->done = done;
1764 chp->arg = arg;
[all …]
/external/valgrind/main/memcheck/tests/
Dmalloc2.c16 unsigned char* chp; in main() local
31 chp = test_arr[j]; in main()
33 chp[k] = (unsigned char)(k + 99); in main()
/external/icu4c/data/lang/
Dbn_IN.txt20 chp{"চিপেওয়াইয়ান"}
Dmk.txt99 chp{"чипујан"}
Dte.txt94 chp{"చిపెవ్యాన్"}
Dth.txt99 chp{"ชิพิวยัน"}
Dbg.txt99 chp{"чиипувски"}
Dko.txt99 chp{"치페우얀"}
Dfa.txt93 chp{"چیپه‌ویه‌ای"}
Dzh_Hant.txt100 chp{"奇佩瓦揚文"}
Dru.txt99 chp{"чипевайян"}
Dor.txt94 chp{"ଚିପେୱାନ୍"}
Dhi.txt99 chp{"शिपेव्यान"}
Dgu.txt99 chp{"શિપેવ્યાન"}
Dbn.txt99 chp{"চিপেওয়ান"}
Dmr.txt94 chp{"शिपेव्यान"}
Dzh.txt99 chp{"佩瓦扬文"}
Dja.txt99 chp{"チペワイアン語"}
Dkn.txt94 chp{"ಚಿಪೆವ್ಯಾನ್"}
Dta.txt97 chp{"சிபெவ்யான்"}
Dml.txt99 chp{"ചിപേവ്യന്‍"}
Dar.txt99 chp{"الشيباوايان"}
Duk.txt99 chp{"чіпев’ян"}
Del.txt99 chp{"Τσίπιουαν"}
/external/webkit/Source/JavaScriptCore/wtf/text/
DStringImpl.cpp201 for (const UChar* chp = m_data; chp != end; chp++) { in lower() local
202 if (UNLIKELY(isASCIIUpper(*chp))) in lower()
204 ored |= *chp; in lower()

123