Searched refs:e_first (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/libxo/tests/core/ |
H A D | test_04.c | 29 const char *e_first; in main() member 49 for ( ; ep->e_first; ep++) { in main() 53 ep->e_first, ep->e_last, ep->e_dept); in main()
|
H A D | test_06.c | 29 const char *e_first; in main() member 50 for ( ; ep->e_first; ep++) { in main() 53 ep->e_first, ep->e_last, ep->e_dept); in main()
|
H A D | test_07.c | 30 const char *e_first; in main() member 77 for ( ; ep->e_first; ep++) { in main() 82 ep->e_first, ep->e_nic, ep->e_last, ep->e_dept, ep->e_percent); in main()
|
H A D | test_03.c | 33 const char *e_first; in main() member 92 for (ep = employees; ep->e_first; ep++) { in main() 96 ep->e_first, ep->e_last, ep->e_dept); in main()
|
H A D | test_05.c | 38 const char *e_first; in main() member 124 for ( ; ep->e_first; ep++) { in main() 129 ep->e_first, ep->e_nic, ep->e_last, ep->e_dept, ep->e_percent); in main()
|