Home
last modified time | relevance | path

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

/external/curl/lib/
Dcookie.c441 struct Cookie *clist; in Curl_cookie_add() local
970 clist = c->cookies[myhash]; in Curl_cookie_add()
972 while(clist) { in Curl_cookie_add()
973 if(strcasecompare(clist->name, co->name)) { in Curl_cookie_add()
976 if(clist->domain && co->domain) { in Curl_cookie_add()
977 if(strcasecompare(clist->domain, co->domain) && in Curl_cookie_add()
978 (clist->tailmatch == co->tailmatch)) in Curl_cookie_add()
982 else if(!clist->domain && !co->domain) in Curl_cookie_add()
988 if(clist->spath && co->spath) { in Curl_cookie_add()
989 if(clist->secure && !co->secure && !secure) { in Curl_cookie_add()
[all …]
/external/selinux/python/chcat/
Dchcat122 clist = translate(con)
123 if sensitivity != clist[0]:
126 if len(clist) > 1:
127 if cat in clist[1:]:
130 clist.append(cat)
131 cats = clist[1:]
203 clist = translate(con)
204 if sensitivity != clist[0]:
208 if len(clist) > 1:
209 if cat not in clist[1:]:
[all …]
/external/jline/src/src/main/java/jline/
DSimpleCompletor.java96 public int complete(final String buffer, final int cursor, final List clist) { in complete() argument
116 clist.add(can); in complete()
119 if (clist.size() == 1) { in complete()
120 clist.set(0, ((String) clist.get(0)) + " "); in complete()
125 return (clist.size() == 0) ? (-1) : 0; in complete()
/external/python/cpython2/Tools/compiler/
Dastgen.py133 clist = COMMA.join(["self.%s" % c
136 print >> buf, " return %s," % clist
138 print >> buf, " return %s" % clist
159 clist = ["self.%s" % c
162 if len(clist) == 0:
164 elif len(clist) == 1:
165 print >> buf, " return %s," % clist[0]
167 print >> buf, " return %s" % COMMA.join(clist)
/external/selinux/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/syzkaller/pkg/email/
Dpatch_test.go173 struct list_head clist;
184 struct list_head clist;
244 struct list_head clist;
257 struct list_head clist;
273 struct list_head clist;
285 struct list_head clist;
/external/toybox/toys/pending/
Dsyslogd.c85 static char *dec(int val, CODE *clist, char *buf) in dec() argument
87 for (; clist->c_name; clist++) in dec()
88 if (val == clist->c_val) return clist->c_name; in dec()
/external/iptables/iptables/
Dnft-shared.h249 struct nftnl_chain_list *clist);
250 void (*chain_del)(struct nftnl_chain_list *clist, const char *curtable,
Dxtables-restore.c175 static void chain_delete(struct nftnl_chain_list *clist, const char *curtable, in chain_delete() argument
180 chain_obj = nft_chain_list_find(clist, curtable, chain); in chain_delete()
/external/python/cpython2/Lib/
Dpstats.py408 clist = call_dict.keys()
409 clist.sort()
411 for func in clist:
/external/tensorflow/tensorflow/python/framework/
Dmeta_graph.py647 clist = collection_list
649 clist = graph.get_all_collection_keys()
651 for ctype in clist:
/external/python/cpython3/Lib/
Dpstats.py426 clist = sorted(call_dict.keys())
428 for func in clist:
/external/pcre/dist2/testdata/
Dtestoutput52998 clist 03a3 03c2 03c3
3012 clist 03a3 03c2 03c3
3020 not clist 03a3 03c2 03c3
3028 clist 03a3 03c2 03c3 ++
3036 not clist 03a3 03c2 03c3 ++
3045 clist 03a3 03c2 03c3
3053 clist 03a3 03c2 03c3 ++
3062 clist 03a3 03c2 03c3 *
3063 clist 03a3 03c2 03c3
3096 clist 03a3 03c2 03c3 *
[all …]
Dtestoutput12-161355 clist 03a3 03c2 03c3
Dtestoutput12-321349 clist 03a3 03c2 03c3
Dtestoutput101518 clist 03a3 03c2 03c3
/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)"