Searched refs:unlink (Results 1 - 25 of 26) sorted by relevance

12

/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 Dtosconf.h32 #define remove(x) unlink(x)
H A Dvmsconf.h244 /* #define unlink(f0) vms_unlink(f0) /* vmsfiles.c */
246 #define unlink(f0) delete(f0) /* vaxcrtl */ macro
248 #define unlink(f0) remove(f0) /* vaxcrtl, decc$shr */ macro
H A Damiconf.h114 #define remove(x) unlink(x)
H A Dwceconf.h285 extern int __cdecl unlink(const char *);
293 #define DeleteFile(a) unlink(a)
H A Dsystem.h176 E int FDECL(unlink, (char *));
178 E int FDECL(unlink, (const char *)); /* prototype is ok in ver >= 2 */
182 E int FDECL(unlink, (const char *));
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dmacconf.h95 # define unlink _unlink macro
H A Dtosconf.h32 #define remove(x) unlink(x)
H A Dvmsconf.h244 /* #define unlink(f0) vms_unlink(f0) /* vmsfiles.c */
246 #define unlink(f0) delete(f0) /* vaxcrtl */ macro
248 #define unlink(f0) remove(f0) /* vaxcrtl, decc$shr */ macro
H A Damiconf.h114 #define remove(x) unlink(x)
H A Dwceconf.h285 extern int __cdecl unlink(const char *);
293 #define DeleteFile(a) unlink(a)
H A Dsystem.h176 E int FDECL(unlink, (char *));
178 E int FDECL(unlink, (const char *)); /* prototype is ok in ver >= 2 */
182 E int FDECL(unlink, (const char *));
/seL4-refos-master/libs/libmuslc/src/mman/
H A Dshm_open.c44 return unlink(name);
/seL4-refos-master/libs/libmuslc/src/thread/
H A Dsem_open.c122 unlink(tmp);
127 unlink(tmp);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dpcunix.c91 (void) unlink(fqname(lock, LEVELPREFIX, 0));
97 if(unlink(fqname(lock, LEVELPREFIX, 0)))
H A Dpcsys.c155 (void) unlink(buf);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dpcunix.c91 (void) unlink(fqname(lock, LEVELPREFIX, 0));
97 if(unlink(fqname(lock, LEVELPREFIX, 0)))
H A Dpcsys.c155 (void) unlink(buf);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c133 #define DeleteFile unlink
138 # define unlink macunlink macro
141 // RefOS has no unlink.
142 #define unlink(...) 0 macro
327 (void) unlink(filename);
519 (void) unlink(fqname(lock, LEVELPREFIX, 0));
709 (void) unlink(tempname);
728 * also have link/unlink, it doesn't matter. :-)
730 (void) unlink(fq_bones);
732 ret += unlink(tempnam
1416 # undef unlink macro
1418 # define unlink macro
[all...]
H A Dsave.c1051 (void) unlink(from);
1083 (void) unlink(from);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c133 #define DeleteFile unlink
138 # define unlink macunlink macro
141 // RefOS has no unlink.
142 #define unlink(...) 0 macro
327 (void) unlink(filename);
519 (void) unlink(fqname(lock, LEVELPREFIX, 0));
709 (void) unlink(tempname);
728 * also have link/unlink, it doesn't matter. :-)
730 (void) unlink(fq_bones);
732 ret += unlink(tempnam
1416 # undef unlink macro
1418 # define unlink macro
[all...]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/unix/
H A Dunixunix.c82 (void) unlink(fqname(lock, LEVELPREFIX, 0));
85 if (unlink(fqname(lock, LEVELPREFIX, 0)))
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/unix/
H A Dunixunix.c82 (void) unlink(fqname(lock, LEVELPREFIX, 0));
85 if (unlink(fqname(lock, LEVELPREFIX, 0)))
/seL4-refos-master/libs/libmuslc/include/
H A Dunistd.h62 int unlink(const char *);

Completed in 145 milliseconds

12