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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c64 static int mapline_to_mapent(struct mapent **, struct mapline *, char *, char *,
167 if (mapline_to_mapent(&mapents, ml, key, mapname,
221 * mapline_to_mapent(struct mapent **mapents, struct mapline *ml,
233 mapline_to_mapent(struct mapent **mapents, struct mapline *ml, char *key, function
250 "mapline_to_mapent: map %s: line too long (max %d chars)",
256 " mapline_to_mapent: (expanded) mapline (%s,%s)\n",
344 "mapline_to_mapent: bad location=%s map=%s key=%s",
399 "mapline_to_mapent: parsed with null mapents");
402 "mapline_to_mapent: parsed nononempty w=%s", w);
408 trace_mapents("mapline_to_mapent
[all...]

Completed in 61 milliseconds