Home
last modified time | relevance | path

Searched refs:e (Results 1 – 6 of 6) sorted by relevance

/misc/
A Dbug-hsearch1.c12 ENTRY e; in do_test() local
13 e.key = (char *) "a"; in do_test()
14 e.data = (char *) "b"; in do_test()
15 if (hsearch (e, ENTER) == NULL) in do_test()
A Dtst-hsearch.c10 ENTRY *e; in do_test() local
25 e = hsearch (i, ENTER); in do_test()
26 printf ("e.data = %d\n", *(int *) e->data); in do_test()
27 if (*(int *) e->data != 1) in do_test()
A Dgetttyent.c107 #define scmp(e) !strncmp(p, e, sizeof(e) - 1) && isspace(p[sizeof(e) - 1]) in __getttyent() argument
108 #define vcmp(e) !strncmp(p, e, sizeof(e) - 1) && p[sizeof(e) - 1] == '=' in __getttyent() argument
A Dtst-pselect.c76 int e; in test_pselect_basic() local
83 e = pselect (fds[0][0] + 1, &rfds, NULL, NULL, &to, &ss); in test_pselect_basic()
85 while (e == 0); in test_pselect_basic()
87 TEST_COMPARE (e, -1); in test_pselect_basic()
102 int e = pselect (fds[1][0] + 1, &rfds, NULL, NULL, NULL, &ss); in test_pselect_basic() local
103 TEST_COMPARE (e, 1); in test_pselect_basic()
A Dbug18240.c46 ENTRY e = { keys[i], (char *) "value" }; in test_size() local
47 if (hsearch (e, ENTER) == NULL) in test_size()
A DVersions31 # e*
34 # e*

Completed in 12 milliseconds