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

/osnet-11/usr/src/lib/libtsnet/common/
H A Dtsol_sgetzcent.c163 char fieldbuf[1024]; local
206 nextf = parse_entry(fieldbuf, sizeof (fieldbuf), instr, "#;:\n");
212 if (fieldbuf[0] == '\0') {
219 if (str_to_label(fieldbuf, &slp, MAC_LABEL, L_NO_CORRECTION, NULL)
246 nextf = parse_entry(fieldbuf, sizeof (fieldbuf), instr, "#:\n");
252 if (!parse_mlp_list(&zc->zc_private_mlp, fieldbuf, errp, errstrp)) {
253 *errstrp = (char *)instr + (*errstrp - fieldbuf);
259 nextf = parse_entry(fieldbuf, sizeo
[all...]

Completed in 24 milliseconds