OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:string_t
(Results
1 - 3
of
3
) 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/sys/arch/emips/stand/common/
prom_iface.c
147
typedef char *
string_t
;
typedef in typeref:typename:char *
357
string_t
argv[3];
/src/common/dist/zlib/examples/
enough.c
178
}
string_t
;
typedef in typeref:struct:__anon5f116f8d0108
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
Completed in 14 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025