Searched refs:query (Results 1 – 5 of 5) sorted by relevance
| /third_party/ulib/musl/src/network/ |
| A D | getnameinfo.c | 90 unsigned char query[18 + PTR_MAX], reply[512]; in getnameinfo() local 91 int qlen = __res_mkquery(0, ptr, 1, RR_PTR, 0, 0, 0, query, sizeof query); in getnameinfo() 92 int rlen = __res_send(query, qlen, reply, sizeof reply); in getnameinfo()
|
| /third_party/uapp/kilo/ |
| A D | kilo.c | 1034 char query[KILO_QUERY_LEN+1] = {0}; local 1054 "Search: %s (Use ESC/Arrows/Enter)", query); 1059 if (qlen != 0) query[--qlen] = '\0'; 1075 query[qlen++] = c; 1076 query[qlen] = '\0'; 1092 match = strstr(E.row[current].render,query);
|
| /third_party/dev/ethernet/e1000/ |
| A D | fuchsia.c | 516 .query = e1000_query,
|
| /third_party/ulib/musl/ |
| A D | WHATSNEW | 1198 - sysconf extensions to query physical memory size
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 730 return TRUE to a query with this string.
|
Completed in 26 milliseconds