HomeSort by: relevance | last modified time | path
    Searched defs:string_t (Results 1 - 8 of 8) sorted by relevancy

  /src/sbin/cgdconfig/
utils.h 40 typedef struct string string_t; typedef in typeref:struct:string
53 string_t *string_zero(void);
54 string_t *string_new(const char *, size_t);
55 string_t *string_dup(const string_t *);
56 void string_assign(string_t **, string_t *);
57 void string_free(string_t *);
58 string_t *string_add(const string_t *, const string_t *)
    [all...]
  /src/common/dist/zlib/examples/
enough.c 178 } string_t; typedef in typeref:struct:__anon49
180 // Clear a string_t.
181 local void string_clear(string_t *s) {
186 // Initialize a string_t.
187 local void string_init(string_t *s) {
194 // Release the allocation of a string_t.
195 local void string_free(string_t *s) {
204 local void string_printf(string_t *s, char *fmt, ...) {
230 string_t out; // display of subcodes for maximum tables size
  /src/sys/arch/emips/stand/common/
prom_iface.c 147 typedef char *string_t; typedef
357 string_t argv[3];
  /src/external/gpl3/binutils/dist/zlib/examples/
enough.c 178 } string_t; typedef in typeref:struct:__anon10979
180 // Clear a string_t.
181 local void string_clear(string_t *s) {
186 // Initialize a string_t.
187 local void string_init(string_t *s) {
194 // Release the allocation of a string_t.
195 local void string_free(string_t *s) {
204 local void string_printf(string_t *s, char *fmt, ...) {
230 string_t out; // display of subcodes for maximum tables size
  /src/external/gpl3/binutils.old/dist/zlib/examples/
enough.c 178 } string_t; typedef in typeref:struct:__anon12426
180 // Clear a string_t.
181 local void string_clear(string_t *s) {
186 // Initialize a string_t.
187 local void string_init(string_t *s) {
194 // Release the allocation of a string_t.
195 local void string_free(string_t *s) {
204 local void string_printf(string_t *s, char *fmt, ...) {
230 string_t out; // display of subcodes for maximum tables size
  /src/external/gpl3/gdb.old/dist/zlib/examples/
enough.c 178 } string_t; typedef in typeref:struct:__anon22729
180 // Clear a string_t.
181 local void string_clear(string_t *s) {
186 // Initialize a string_t.
187 local void string_init(string_t *s) {
194 // Release the allocation of a string_t.
195 local void string_free(string_t *s) {
204 local void string_printf(string_t *s, char *fmt, ...) {
230 string_t out; // display of subcodes for maximum tables size
  /src/external/gpl3/gdb/dist/zlib/examples/
enough.c 178 } string_t; typedef in typeref:struct:__anon2115
180 // Clear a string_t.
181 local void string_clear(string_t *s) {
186 // Initialize a string_t.
187 local void string_init(string_t *s) {
194 // Release the allocation of a string_t.
195 local void string_free(string_t *s) {
204 local void string_printf(string_t *s, char *fmt, ...) {
230 string_t out; // display of subcodes for maximum tables size
  /src/external/bsd/nsd/dist/simdzone/src/generic/
parser.h 43 typedef struct string string_t; typedef in typeref:struct:string
93 struct { string_t key; } name; // convenience

Completed in 19 milliseconds