Home
last modified time | relevance | path

Searched refs:chp (Results 1 – 25 of 70) 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/llvm/test/Transforms/InstCombine/
Dstrchr-1.ll8 @chp = global i8* zeroinitializer
19 store i8* %dst, i8** @chp
24 ; CHECK: store i8* null, i8** @chp, align 4
30 store i8* %dst, i8** @chp
41 store i8* %dst, i8** @chp
52 store i8* %dst, i8** @chp
Dstrrchr-1.ll8 @chp = global i8* zeroinitializer
19 store i8* %dst, i8** @chp
24 ; CHECK: store i8* null, i8** @chp, align 4
30 store i8* %dst, i8** @chp
41 store i8* %dst, i8** @chp
52 store i8* %dst, i8** @chp
/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{"চিপেওয়াইয়ান"}
Dks.txt98 chp{"شیپویان"}
Dmk.txt113 chp{"чипујан"}
Dor.txt94 chp{"ଚିପେୱାନ୍"}
Dbrx.txt96 chp{"चिपेवियान्"}
Dmr.txt112 chp{"शिपेव्यान"}
Dgu.txt112 chp{"શિપેવ્યાન"}
Dte.txt112 chp{"చిపెవ్యాన్"}
Dfa.txt107 chp{"چیپه‌ویه‌ای"}
Dta.txt112 chp{"சிபெவ்யான்"}
Dml.txt112 chp{"ചിപേവ്യൻ"}
Dhe.txt125 chp{"צ'יפוויאן"}
Dbn.txt112 chp{"চিপেওয়ান"}
Dkn.txt112 chp{"ಚಿಪೆವ್ಯಾನ್"}
Dbs_Cyrl.txt101 chp{"чипвијански"}
Dhi.txt112 chp{"शिपेव्यान"}
Dsr.txt112 chp{"Чипвијански"}
Dbg.txt112 chp{"чиипувски"}
Dar.txt119 chp{"الشيباوايان"}
Dru.txt118 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