Searched refs:str_t (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm.h88 } str_t; typedef in typeref:struct:str
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 Dsyseventadm.c317 str_t *line;
520 str_t *line;
555 str_t *line;
657 str_t *line;
737 str_t *line;
792 static str_t *
796 str_t *line;
812 parse_line(str_t *line)
1005 static str_t *
1008 str_t *st
[all...]
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.h101 } str_t; typedef in typeref:struct:str
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_identifie
[all...]
H A Dsysevent_conf_mod.c299 static str_t *
302 str_t *str;
304 if ((str = sc_malloc(sizeof (str_t))) == NULL)
318 freestr(str_t *str)
323 sc_free(str, sizeof (str_t));
332 resetstr(str_t *str)
342 strcopys(str_t *str, char *s)
367 strcats(str_t *str, char *s)
391 strcatc(str_t *str, int c)
415 fstrgets(str_t *lin
[all...]
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventconfd/
H A Dsyseventconfd.h71 } str_t; typedef in typeref:struct:str
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.h101 * str_t - string type, used to access a an arbitrary span of a char[].
107 } str_t; typedef in typeref:struct:str_s
135 str_t path; /* Path name of response */
136 str_t auth; /* Authority for response */
H A Dnl7chttp.c160 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: */

Completed in 69 milliseconds