Home
last modified time | relevance | path

Searched refs:clist (Results 1 – 12 of 12) sorted by relevance

/external/curl/lib/
Dcookie.c373 struct Cookie *clist; in Curl_cookie_add() local
779 clist = c->cookies; in Curl_cookie_add()
781 while(clist) { in Curl_cookie_add()
782 if(Curl_raw_equal(clist->name, co->name)) { in Curl_cookie_add()
785 if(clist->domain && co->domain) { in Curl_cookie_add()
786 if(Curl_raw_equal(clist->domain, co->domain)) in Curl_cookie_add()
790 else if(!clist->domain && !co->domain) in Curl_cookie_add()
796 if(clist->spath && co->spath) { in Curl_cookie_add()
797 if(Curl_raw_equal(clist->spath, co->spath)) { in Curl_cookie_add()
803 else if(!clist->spath && !co->spath) in Curl_cookie_add()
[all …]
/external/selinux/policycoreutils/scripts/
Dchcat117 clist = translate(con)
118 if sensitivity != clist[0]:
121 if len(clist) > 1:
122 if cat in clist[1:]:
125 clist.append(cat)
126 cats = clist[1:]
196 clist = translate(con)
197 if sensitivity != clist[0]:
201 if len(clist) > 1:
202 if cat not in clist[1:]:
[all …]
/external/fio/
Dcgroup.c51 struct flist_head *clist) in add_cgroup() argument
74 flist_add_tail(&cm->list, clist); in add_cgroup()
78 void cgroup_kill(struct flist_head *clist) in cgroup_kill() argument
88 flist_for_each_safe(n, tmp, clist) { in cgroup_kill()
147 int cgroup_setup(struct thread_data *td, struct flist_head *clist, char **mnt) in cgroup_setup() argument
170 add_cgroup(td, root, clist); in cgroup_setup()
/external/selinux/policycoreutils/mcstrans/src/
Dmcscolor.c43 static setab_t *clist[N_COLOR]; variable
55 cur = clist[i]; in finish_context_colors()
62 clist[i] = cend[i] = NULL; in finish_context_colors()
126 setab_t *ptr = clist[idx]; in find_color()
169 clist[idx] = cptr; in add_secolor()
/external/toybox/toys/pending/
Dsyslogd.c86 static char *dec(int val, CODE *clist, char *buf) in dec() argument
88 for (; clist->c_name; clist++) in dec()
89 if (val == clist->c_val) return clist->c_name; in dec()
Ddd.c79 static struct pair clist[] = { variable
336 if (!(res = bsearch(&key, clist, ARRAY_LEN(clist), in dd_main()
/external/toybox/toys/posix/
Dcut.c33 char *clist;
242 list = TT.clist; in cut_main()
/external/pcre/dist/testdata/
Dtestoutput71347 clist 03a3 03c2 03c3
1360 clist 03a3 03c2 03c3
1373 clist 03a3 03c2 03c3
1381 not clist 03a3 03c2 03c3
1389 clist 03a3 03c2 03c3 ++
1397 not clist 03a3 03c2 03c3 ++
1406 clist 03a3 03c2 03c3
1414 clist 03a3 03c2 03c3 ++
1423 clist 03a3 03c2 03c3 *
1424 clist 03a3 03c2 03c3
[all …]
/external/javassist/src/main/javassist/compiler/
DMemberCodeGen.java1117 CtClass[] clist; in makeThrowsList() local
1123 clist = new CtClass[list.length()]; in makeThrowsList()
1125 clist[i++] = resolver.lookupClassByName((ASTList)list.head()); in makeThrowsList()
1129 return clist; in makeThrowsList()
/external/nist-sip/java/gov/nist/javax/sip/message/
DSIPMessage.java985 ContactList clist = this.getContactHeaders(); in getContactHeader() local
986 if (clist != null) { in getContactHeader()
987 return (Contact) clist.getFirst(); in getContactHeader()
/external/curl/packages/vms/
Dsetup_gnv_curl_build.com61 $ clist = "/list/show=(expan,includ)"
/external/toybox/generated/
Dglobals.h956 char *clist; member