Home
last modified time | relevance | path

Searched refs:him (Results 1 - 4 of 4) sorted by relevance

/third_party/eudev/src/collect/
H A Dcollect.c146 struct _mate *him; in checkout() local
177 him = malloc(sizeof (struct _mate)); in checkout()
178 if (!him) { in checkout()
182 him->name = strdup(word); in checkout()
183 if (!him->name) { in checkout()
185 free(him); in checkout()
188 him->state = STATE_OLD; in checkout()
189 udev_list_node_append(&him->node, &bunch); in checkout()
222 struct _mate *him = node_to_mate(him_node); in invite() local
224 if (streq(him in invite()
250 struct _mate *him = node_to_mate(him_node); reject() local
273 struct _mate *him = node_to_mate(him_node); kickout() local
299 struct _mate *him = node_to_mate(him_node); missing() local
338 struct _mate *him = node_to_mate(him_node); everybody() local
443 struct _mate *him = node_to_mate(him_node); main() local
449 struct _mate *him; main() local
[all...]
/third_party/curl/lib/
H A Dtelnet.c153 int him[256]; member
329 switch(tn->him[option]) { in set_remote_option()
331 tn->him[option] = CURL_WANTYES; in set_remote_option()
364 switch(tn->him[option]) { in set_remote_option()
370 tn->him[option] = CURL_WANTNO; in set_remote_option()
402 switch(tn->him[option]) { in rec_will()
405 tn->him[option] = CURL_YES; in rec_will()
421 tn->him[option] = CURL_NO; in rec_will()
425 tn->him[option] = CURL_YES; in rec_will()
434 tn->him[optio in rec_will()
[all...]
/third_party/python/Lib/test/
H A Dtest_enum.py101 Answer = Enum('Answer', 'him this then there because')
1345 test_pickle_dump_load(self.assertIs, Answer.him)
/third_party/libabigail/tests/lib/
H A Dcatch.hpp6976 auto him = q3 + (iqr * 1.5);
6985 else if (t > him) ++o.high_mild;

Completed in 26 milliseconds