Searched defs:cur_label (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dglobal.h108 int cur_label; /* current label type */ variable
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c1100 char *cur_label; local
1117 if (kmc_parse_line(linebuf, &cur_cookie, &cur_label) < 0) {
1125 if ((!found) && (strcmp(cur_label, label) == 0)) {
1161 char *cur_label; local
1170 if (kmc_parse_line(linebuf, &cur_cookie, &cur_label) < 0) {
1177 return (cur_label);

Completed in 50 milliseconds