Home
last modified time | relevance | path

Searched refs:icase (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/CodeGen/
D2009-05-22-callingconv.c8 int icase, const re_dfa_t *dfa)
11 re_string_construct (pstr, str, len, trans, icase, dfa) in re_string_construct() argument
14 int len, icase;
/external/bluetooth/bluez/src/
Dtextfile.c103 static inline char *find_key(char *map, size_t size, const char *key, size_t len, int icase) in find_key() argument
109 int cmp = (icase) ? strncasecmp(ptr, key, len) : strncmp(ptr, key, len); in find_key()
119 if (icase) { in find_key()
185 static int write_key(const char *pathname, const char *key, const char *value, int icase) in write_key() argument
225 off = find_key(map, size, key, len, icase); in write_key()
309 static char *read_key(const char *pathname, const char *key, int icase) in read_key() argument
339 off = find_key(map, size, key, len, icase); in read_key()
/external/iptables/tests/
Doptions-most.rules13 …et --transparent -m string --string "foobar" --algo kmp --from 1 --to 2 --icase -m time --timestar…
40 -A INPUT -p tcp -m string --string "foobar" --algo kmp --from 1 --to 2 --icase