Searched refs:str_t (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/syseventd/modules/sysevent_conf_mod/ |
H A D | sysevent_conf_mod.h | 101 } str_t; typedef 134 static str_t *initstr(int hint); 135 static void freestr(str_t *str); 136 static void resetstr(str_t *str); 137 static int strcopys(str_t *str, char *s); 138 static int strcats(str_t *str, char *s); 139 static int strcatc(str_t *str, int c); 140 static char *fstrgets(str_t *str, FILE *fp); 141 static void strtrunc(str_t *str, int pos); 147 static str_t *snip_identifier(char *id, char **end); [all …]
|
H A D | sysevent_conf_mod.c | 299 static str_t * 302 str_t *str; in initstr() 304 if ((str = sc_malloc(sizeof (str_t))) == NULL) in initstr() 318 freestr(str_t *str) in freestr() 323 sc_free(str, sizeof (str_t)); in freestr() 332 resetstr(str_t *str) in resetstr() 342 strcopys(str_t *str, char *s) in strcopys() 367 strcats(str_t *str, char *s) in strcats() 391 strcatc(str_t *str, int c) in strcatc() 415 fstrgets(str_t *line, FILE *fp) in fstrgets() [all …]
|
/titanic_41/usr/src/cmd/syseventadm/ |
H A D | syseventadm.h | 88 } str_t; typedef 106 static str_t *read_next_line(FILE *fp); 107 static serecord_t *parse_line(str_t *line); 121 static str_t *initstr(int hint); 122 static void freestr(str_t *str); 123 static void resetstr(str_t *str); 124 static void strcats(str_t *str, char *s); 125 static void strcatc(str_t *str, int c); 126 static char *fstrgets(str_t *str, FILE *fp);
|
H A D | syseventadm.c | 317 str_t *line; in add_cmd() 520 str_t *line; in list_file() 555 str_t *line; in remove_file() 657 str_t *line; in check_for_removes() 737 str_t *line; in print_serecord() 792 static str_t * 796 str_t *line; in read_next_line() 812 parse_line(str_t *line) in parse_line() 1005 static str_t * 1008 str_t *str; in initstr() [all …]
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | nl7curi.h | 107 } str_t; typedef 135 str_t path; /* Path name of response */ 136 str_t auth; /* Authority for response */
|
H A D | nl7chttp.c | 160 str_t accept; /* Request Accept: */ 161 str_t acceptchar; /* Request Accept-Charset: */ 162 str_t acceptenco; /* Request Accept-Encoding: */ 163 str_t acceptlang; /* Request Accept-Language: */ 164 str_t etag; /* Request/Response ETag: */ 165 str_t uagent; /* Request User-Agent: */
|
/titanic_41/usr/src/cmd/syseventd/daemons/syseventconfd/ |
H A D | syseventconfd.h | 71 } str_t; typedef
|