Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/util-tests/tests/libdhcputil/
H A Dlibdhcputil.c34 const char *tc_string; member
40 .tc_string = s, \
190 if (strcmp(o, tc->tc_string) != 0) { in main()
192 n, tc->tc_string, o); in main()
207 uint8_t *o = inittab_encode_e(sym, tc->tc_string, &olen, in main()
212 tc->tc_string, inittab_errstr(ierrno)); in main()
217 tc->tc_string, olen, (uint_t)tc->tc_binlen); in main()
222 n, tc->tc_string); in main()
225 printf("test case #%u: ok! (%s) [len %u]\n", n, tc->tc_string, in main()