/titanic_50/usr/src/lib/libtsnet/common/ |
H A D | tsol_sgetzcent.c | 184 instr = parse_entry(zc->zc_name, sizeof (zc->zc_name), instr, "#;:\n"); in tsol_sgetzcent() 206 nextf = parse_entry(fieldbuf, sizeof (fieldbuf), instr, "#;:\n"); in tsol_sgetzcent() 246 nextf = parse_entry(fieldbuf, sizeof (fieldbuf), instr, "#:\n"); in tsol_sgetzcent() 259 nextf = parse_entry(fieldbuf, sizeof (fieldbuf), instr, "#:\n"); in tsol_sgetzcent()
|
H A D | misc.c | 51 parse_entry(char *outbuf, size_t outlen, const char *instr, in parse_entry() function 201 valptr = parse_entry(attrbuf, sizeof (attrbuf), options, ",="); in rtsa_keyword() 226 nxtopt = parse_entry(attrbuf, sizeof (attrbuf), in rtsa_keyword()
|
H A D | libtsnet.h | 99 extern const char *parse_entry(char *, size_t, const char *, const char *);
|
/titanic_50/usr/src/cmd/fs.d/autofs/ |
H A D | autod_lookup.c | 113 mapents = parse_entry(key, mapname, mapopts, &ml, in do_lookup1()
|
H A D | automount.h | 279 extern struct mapent *parse_entry(char *, char *, char *, struct mapline *,
|
H A D | autod_mount.c | 104 mapents = parse_entry(key, mapname, mapopts, &ml, in do_mount1()
|
H A D | ns_fnmount.c | 343 mapents = parse_entry(key, map, opts, &ml, NULL, 0, in process_ref()
|
H A D | autod_parse.c | 118 parse_entry(char *key, char *mapname, char *mapopts, struct mapline *ml, in parse_entry() function
|
/titanic_50/usr/src/cmd/setfacl/ |
H A D | setfacl.c | 57 static int parse_entry(char *, aclent_t *, int); 435 if (parse_entry(entryp, &tmpacl, mode) == -1) in convert_to_aclent_t() 603 parse_entry(char *fieldp, aclent_t *aclentp, int mode) in parse_entry() function
|
/titanic_50/usr/src/cmd/chmod/ |
H A D | chmod.c | 1212 parse_entry(char *entry, char action, char atype, int len, char *attractptr) in parse_entry() function 1421 if (parse_entry(subentry, action, in parse_attr_args() 1453 if (parse_entry(entry, action, atype, len, in parse_attr_args()
|
/titanic_50/usr/src/lib/libdhcputil/common/ |
H A D | dhcp_inittab.c | 57 static boolean_t parse_entry(char *, char **); 220 if (parse_entry(buffer, fields) == B_FALSE) { in inittab_lookup() 319 parse_entry(char *entry, char **fields) in parse_entry() function
|
/titanic_50/usr/src/lib/libkmf/libkmf/common/ |
H A D | generalop.c | 2530 parse_entry(char *buf, conf_entry_t **entry) in parse_entry() function 2739 rv = parse_entry(buffer, &entry); in get_entrylist()
|