Searched refs:init (Results 1 – 9 of 9) sorted by relevance
25 init(dirpath);31 init("/data/local/tmp");33 init("/tmp");52 void init(const char* tmp_dir) { in init() function63 if (!init("/data/local/tmp")) { in TemporaryDir()64 init("/tmp"); in TemporaryDir()75 bool init(const char* tmp_dir) { in init() function
35 TEST(stdatomic, init) { in TEST() argument
31 unsigned init; member
111 struct sctp_initmsg init; member
22 #pragma init (_mtctxres_init)
123 .macro init macro171 init230 init
1157 entry_alloc( const Entry* init, const void* answer, int answerlen ) in entry_alloc() argument1162 size = sizeof(*e) + init->querylen + answerlen; in entry_alloc()1167 e->hash = init->hash; in entry_alloc()1169 e->querylen = init->querylen; in entry_alloc()1171 memcpy( (char*)e->query, init->query, e->querylen ); in entry_alloc()