Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdhcputil/common/
H A Ddhcp_symbol.c614 for (i = 0; i < DSYM_NUM_FIELDS; i++) { in dsym_free_fields()
674 (fields = calloc(DSYM_NUM_FIELDS, sizeof (char *))) == NULL) { in dsym_init_parser()
679 for (i = 0; ret == DSYM_SUCCESS && i < DSYM_NUM_FIELDS; i++) { in dsym_init_parser()
810 tret == DSYM_SUCCESS && i < DSYM_NUM_FIELDS; i++) { in dsym_parser()
H A Ddhcp_symbol.h82 #define DSYM_NUM_FIELDS 5 macro