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

/illumos-gate/usr/src/tools/stabs/
H A Dstabs.c51 static char *offsize(char *cp, struct mlist *mlp);
616 cp = offsize(cp, mlp); /* cp is now pointing to next field */
625 offsize(char *cp, struct mlist *mlp) function
633 expected("offsize/2", ",", cp - 1);
636 expected("offsize/3", ";", cp - 1);
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dst_parse.c850 offsize(char *cp, mlist_t *mlp) function
858 expected("offsize/2", ",", cp - 1);
861 expected("offsize/3", ";", cp - 1);
952 cp = offsize(cp, mlp);

Completed in 245 milliseconds