Searched defs:str_t (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/syseventd/daemons/syseventconfd/
H A Dsyseventconfd.h71 } str_t; typedef in typeref:struct:str
/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);
/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...]
/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 */

Completed in 68 milliseconds