Searched refs:co_comment (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libdhcpsvc/head/
H A Ddhcp_svc_confopt.h57 #define co_comment co_key /* key doubles as comment */ macro
/osnet-11/usr/src/lib/libdhcpsvc/tests/
H A Dtest_confopt.c54 dsp[0].co_comment = " Generated by test_confopt";
76 dsp[i].co_comment);
/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dconfopt.c167 confopt.co_comment = strdup(cp + 1);
168 if (confopt.co_comment == NULL)
275 size += strlen(ddp[i].co_comment) + 2; /* inc # + \n */
299 ddp[i].co_comment);
337 free(ddp[i].co_comment);

Completed in 27 milliseconds