Go to the source code of this file.
Defines | |
| #define | __BEGIN_DECLS |
| #define | __END_DECLS |
| #define | _assert(e) assert(e) |
| #define | assert(e) |
Functions | |
| __BEGIN_DECLS void | __assert (const char *, const char *, int, const char *) |
| #define assert | ( | e | ) |
Value:
((e) ? (void)0 : __assert(__func__, __FILE__, \ __LINE__, #e))
Definition at line 64 of file assert.h.
Referenced by adjustCowCounter(), biosCall(), bTree::bTree(), execFile(), execThread(), fclose(), bTree::findLeafNode(), fork_copyProcess(), fread(), freePage(), bTree::Info(), bTree::Insert(), insertFreeDesc(), kfree(), kmalloc(), kmod_load(), ldEnable(), UbixFS::mknod(), NICtoPC(), openFileUbixFS(), PCtoNIC(), ramDrive_read(), ramDrive_write(), readUbixFS(), bTree::Save(), bTree::saveNode(), bTree::splitNode(), sysExec(), ubixfs_cacheAdd(), ubixfs_cacheFind(), ubixfs_cacheNew(), ubixfs_initialize(), ubixfs_loadData(), UbixFS::vfs_format(), UbixFS::vfs_init(), UbixFS::vfs_mkdir(), UbixFS::vfs_read(), UbixFS::vfs_write(), writeFileByte(), and writeUbixFS().
| __BEGIN_DECLS void __assert | ( | const char * | , | |
| const char * | , | |||
| int | , | |||
| const char * | ||||
| ) |
1.4.7