/external/curl/lib/ |
D | cookie.c | 376 struct Cookie *clist; in Curl_cookie_add() local 811 clist = c->cookies; in Curl_cookie_add() 813 while(clist) { in Curl_cookie_add() 814 if(strcasecompare(clist->name, co->name)) { in Curl_cookie_add() 817 if(clist->domain && co->domain) { in Curl_cookie_add() 818 if(strcasecompare(clist->domain, co->domain) && in Curl_cookie_add() 819 (clist->tailmatch == co->tailmatch)) in Curl_cookie_add() 823 else if(!clist->domain && !co->domain) in Curl_cookie_add() 829 if(clist->spath && co->spath) { in Curl_cookie_add() 830 if(strcasecompare(clist->spath, co->spath)) { in Curl_cookie_add() [all …]
|
/external/selinux/python/chcat/ |
D | chcat | 127 clist = translate(con) 128 if sensitivity != clist[0]: 131 if len(clist) > 1: 132 if cat in clist[1:]: 135 clist.append(cat) 136 cats = clist[1:] 206 clist = translate(con) 207 if sensitivity != clist[0]: 211 if len(clist) > 1: 212 if cat not in clist[1:]: [all …]
|
/external/jline/src/src/main/java/jline/ |
D | SimpleCompletor.java | 96 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/fio/ |
D | cgroup.c | 51 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/python/cpython2/Tools/compiler/ |
D | astgen.py | 133 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/ |
D | mcscolor.c | 43 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/devlib/devlib/module/ |
D | cgroups.py | 27 def __init__(self, kind, hid, clist): argument 43 self.clist = clist 49 self.kind, self.hid, self.clist) 70 .format(','.join(self.clist),
|
/external/toybox/toys/pending/ |
D | syslogd.c | 86 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()
|
/external/toybox/toys/posix/ |
D | cut.c | 33 char *clist; 242 list = TT.clist; in cut_main()
|
/external/iptables/iptables/ |
D | nft-shared.h | 249 struct nftnl_chain_list *clist); 250 void (*chain_del)(struct nftnl_chain_list *clist, const char *curtable,
|
D | xtables-restore.c | 175 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/javassist/src/main/javassist/compiler/ |
D | MemberCodeGen.java | 1117 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/python/cpython2/Lib/ |
D | pstats.py | 408 clist = call_dict.keys() 409 clist.sort() 411 for func in clist:
|
/external/pcre/dist2/testdata/ |
D | testoutput5 | 3012 clist 03a3 03c2 03c3 3026 clist 03a3 03c2 03c3 3034 not clist 03a3 03c2 03c3 3042 clist 03a3 03c2 03c3 ++ 3050 not clist 03a3 03c2 03c3 ++ 3059 clist 03a3 03c2 03c3 3067 clist 03a3 03c2 03c3 ++ 3076 clist 03a3 03c2 03c3 * 3077 clist 03a3 03c2 03c3 3110 clist 03a3 03c2 03c3 * [all …]
|
D | testoutput12-16 | 1355 clist 03a3 03c2 03c3
|
D | testoutput12-32 | 1349 clist 03a3 03c2 03c3
|
D | testoutput10 | 1518 clist 03a3 03c2 03c3
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
D | SIPMessage.java | 985 ContactList clist = this.getContactHeaders(); in getContactHeader() local 986 if (clist != null) { in getContactHeader() 987 return (Contact) clist.getFirst(); in getContactHeader()
|
/external/curl/packages/vms/ |
D | setup_gnv_curl_build.com | 61 $ clist = "/list/show=(expan,includ)"
|
/external/toybox/generated/ |
D | globals.h | 1033 char *clist; member
|