Searched defs:csopen (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libcs/ |
H A D | csopen.c | 269 * recursive csopen(state,path,CS_OPEN_TEST) 285 ret = csopen(&tmp, path, CS_OPEN_TEST); 599 csopen(register Cs_t* state, const char* apath, int op) function 1279 return csopen(&cs, apath, op);
|
H A D | cs.h | 198 char type[8]; /* csopen() stream type */ 199 char qual[CS_NAME_MAX];/* csopen() qualifier */ 256 #define csopen _cs_open macro 295 extern int csopen(Cs_t*, const char*, int);
|
Completed in 14 milliseconds