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

/illumos-gate/usr/src/lib/libtsnet/common/
H A Dmisc.c51 parse_entry(char *outbuf, size_t outlen, const char *instr, function
201 valptr = parse_entry(attrbuf, sizeof (attrbuf), options, ",=");
226 nxtopt = parse_entry(attrbuf, sizeof (attrbuf),
/illumos-gate/usr/src/cmd/setfacl/
H A Dsetfacl.c57 static int parse_entry(char *, aclent_t *, int);
435 if (parse_entry(entryp, &tmpacl, mode) == -1)
603 parse_entry(char *fieldp, aclent_t *aclentp, int mode) function
/illumos-gate/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c57 static boolean_t parse_entry(char *, char **);
71 * this order is meaningful to parse_entry(); other functions should just
72 * use them as indexes into the array returned from parse_entry().
220 if (parse_entry(buffer, fields) == B_FALSE) {
310 * parse_entry(): parses an entry out into its constituent fields
319 parse_entry(char *entry, char **fields) function
/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c1212 parse_entry(char *entry, char action, char atype, int len, char *attractptr) function
1421 if (parse_entry(subentry, action,
1453 if (parse_entry(entry, action, atype, len,
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c106 * parse_entry(char *key, char *mapname, char *mapopts, struct mapline *ml,
118 parse_entry(char *key, char *mapname, char *mapopts, struct mapline *ml, function
139 "parse_entry: bad key in map %s: %s", mapname, key);
211 syslog(LOG_ERR, "parse_entry: mapentry parse error: map=%s key=%s",
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c2530 parse_entry(char *buf, conf_entry_t **entry) function
2739 rv = parse_entry(buffer, &entry);

Completed in 318 milliseconds