Lines Matching defs:gettok
29 * skipping of comment lines, etc., and using gettok() to deal with the ":"
49 * gettok() is a helper function for parsing the index file, used to split
61 gettok(char **cpp)
130 p = gettok(&cp);
139 p = gettok(&cp);
155 p = gettok(&cp);
162 p = gettok(&cp);
384 zone_state = gettok(&cp);
390 zone_path = gettok(&cp);
391 zone_uuid = gettok(&cp);