Symbol: parse_entry
usr/src/cmd/chmod/chmod.c
1421
if (parse_entry(subentry, action,
usr/src/cmd/chmod/chmod.c
1453
if (parse_entry(entry, action, atype, len,
usr/src/cmd/fs.d/autofs/autod_lookup.c
111
mapents = parse_entry(key, mapname, mapopts, &ml,
usr/src/cmd/fs.d/autofs/autod_mount.c
102
mapents = parse_entry(key, mapname, mapopts, &ml,
usr/src/cmd/fs.d/autofs/automount.h
279
extern struct mapent *parse_entry(char *, char *, char *, struct mapline *,
usr/src/cmd/fs.d/autofs/ns_fnmount.c
343
mapents = parse_entry(key, map, opts, &ml, NULL, 0,
usr/src/cmd/setfacl/setfacl.c
423
if (parse_entry(entryp, &tmpacl, mode) == -1)
usr/src/cmd/setfacl/setfacl.c
59
static int parse_entry(char *, aclent_t *, int);
usr/src/lib/libdhcputil/common/dhcp_inittab.c
221
if (parse_entry(buffer, fields) == B_FALSE) {
usr/src/lib/libdhcputil/common/dhcp_inittab.c
58
static boolean_t parse_entry(char *, char **);
usr/src/lib/libkmf/libkmf/common/generalop.c
2739
rv = parse_entry(buffer, &entry);
usr/src/lib/libtsnet/common/libtsnet.h
99
extern const char *parse_entry(char *, size_t, const char *, const char *);
usr/src/lib/libtsnet/common/misc.c
201
valptr = parse_entry(attrbuf, sizeof (attrbuf), options, ",=");
usr/src/lib/libtsnet/common/misc.c
226
nxtopt = parse_entry(attrbuf, sizeof (attrbuf),
usr/src/lib/libtsnet/common/tsol_sgetzcent.c
184
instr = parse_entry(zc->zc_name, sizeof (zc->zc_name), instr, "#;:\n");
usr/src/lib/libtsnet/common/tsol_sgetzcent.c
206
nextf = parse_entry(fieldbuf, sizeof (fieldbuf), instr, "#;:\n");
usr/src/lib/libtsnet/common/tsol_sgetzcent.c
246
nextf = parse_entry(fieldbuf, sizeof (fieldbuf), instr, "#:\n");
usr/src/lib/libtsnet/common/tsol_sgetzcent.c
259
nextf = parse_entry(fieldbuf, sizeof (fieldbuf), instr, "#:\n");