Searched defs:where (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/cs/vcs_src/
H A Dvcs.c44 char* where; member in struct:__anon90
/ast/src/lib/libast/vmalloc/
H A Dvmdebug.c98 static void dbwarn(Vmalloc_t* vm, Void_t* data, int where, argument
101 static void dbwarn(vm, data, where, file, line, func, type)
104 int where; /* byte that was corrupted */
105 char* file; /* file where call originates */
140 { if(where == DB_ALLOC)
145 { if(where == 0)
152 if(where == DB_ALLOC)
154 else if(where == DB_FREE)
156 else if(where == DB_RESIZE)
158 else if(where
[all...]

Completed in 44 milliseconds