Searched defs:unlink (Results 1 - 7 of 7) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/unistd/
H A Dunlink.c5 int unlink(const char *path) function
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dmacconf.h95 # define unlink _unlink macro
H A Dvmsconf.h246 #define unlink(f0) delete(f0) /* vaxcrtl */ macro
248 #define unlink(f0) remove(f0) /* vaxcrtl, decc$shr */ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dmacconf.h95 # define unlink _unlink macro
H A Dvmsconf.h246 #define unlink(f0) delete(f0) /* vaxcrtl */ macro
248 #define unlink(f0) remove(f0) /* vaxcrtl, decc$shr */ macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c138 # define unlink macunlink macro
142 #define unlink(...) 0 macro
1416 # undef unlink macro
1418 # define unlink macro
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c138 # define unlink macunlink macro
142 #define unlink(...) 0 macro
1416 # undef unlink macro
1418 # define unlink macro
[all...]

Completed in 42 milliseconds