/titanic_41/usr/src/cmd/luxadm/ |
H A D | fabric_conf.c | 43 static int parse_line(char *line, char *path, char *wwn, char *filename); 155 ret = parse_line(line, path, wwn, repos_filename); in read_repos_file() 180 parse_line(char *line, char *path, char *wwn, char *filename) in parse_line() function
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_parse.c | 209 static errcode_t parse_line(char *line, struct parse_state *state) in parse_line() function 251 retval = parse_line(bptr, &state); in profile_parse_file() 298 retval = parse_line (p, &state); in profile_parse_file()
|
/titanic_41/usr/src/cmd/autopush/ |
H A D | autopush.c | 99 static int is_white_space(), parse_line(); 274 parsecode = parse_line(buf, line, namep, &push); in set_info() 513 parse_line(char *linep, int lineno, char *namep, struct strapush *pushp) in parse_line() function
|
/titanic_41/usr/src/tools/protocmp/ |
H A D | proto_list.c | 169 parse_line(char **v, elem *e) in parse_line() function 253 parse_line(line_vec, e); in read_in_protolist()
|
/titanic_41/usr/src/cmd/bart/ |
H A D | compare.c | 42 static void parse_line(char *line, char *fname, char *type, char *size, 229 parse_line(char *line, char *fname, char *type, char *size, char *mode, in parse_line() function 360 parse_line(control_line, ctrl_fname, ctrl_type, ctrl_size, ctrl_mode, in evaluate_differences() 373 parse_line(test_line, test_fname, test_type, test_size, test_mode, in evaluate_differences()
|
/titanic_41/usr/src/cmd/syseventadm/ |
H A D | syseventadm.h | 107 static serecord_t *parse_line(str_t *line);
|
H A D | syseventadm.c | 534 sep = parse_line(line); in list_file() 603 sep = parse_line(line); in remove_file() 664 sep = parse_line(line); in check_for_removes() 812 parse_line(str_t *line) in parse_line() function
|
/titanic_41/usr/src/cmd/svr4pkg/pkgserv/ |
H A D | pkgserv.c | 624 parse_line(char *buf, int blen, boolean_t full) in parse_line() function 778 ent = parse_line(p, q - p - 1, B_TRUE); in parse_contents() 917 ent = parse_line(p + 1, q - (p + 1) - 1, p[0] != '-'); in parse_log() 1313 ent = parse_line(p + 1, q - (p + 1) - 1, B_FALSE); in pkgaddlines() 1315 ent = parse_line(p, q - p - 1, B_TRUE); in pkgaddlines()
|
/titanic_41/usr/src/lib/libnsl/nis/gen/ |
H A D | nis_sec_mechs.c | 305 parse_line(char *linep, int minflds, int maxflds, int bufsiz) in parse_line() function 385 if (!(flds = parse_line(cp, num_flds_min, num_flds_max, in get_secfile_ent() 936 if (!(flds = parse_line(cp, mech_file_flds_min, in get_mechfile_ent()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | config.c | 76 static int parse_line(char *line, char *argvec[], int argcount); 252 argcount = parse_line(pline, argvec, in parse_config() 419 parse_line(char *line, char *argvec[], int argcount) in parse_line() function
|
/titanic_41/usr/src/tools/pmodes/ |
H A D | pmodes.c | 329 parse_line(struct parsed_line *parse, char *buf, const char *name, int lineno) in parse_line() function 534 switch (parse_line(&line, buf, name, lineno)) { in update_map()
|