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

/osnet-11/usr/src/lib/libdhcputil/common/
H A Ddhcp_symbol.c42 char *dc_string; /* string value for the category */ member in struct:dsym_cat
43 int dc_minlen; /* min. chars of dc_string to match */
379 result = strncmp(cat, cats[i].dc_string, len);
381 result = strncasecmp(cat, cats[i].dc_string, len);

Completed in 15 milliseconds