Home
last modified time | relevance | path

Searched refs:mountpoint (Results 1 – 4 of 4) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dsem_open.c57 struct mountpoint_info mountpoint attribute_hidden;
84 mountpoint.dir = (char *) defaultdir; in __where_is_shmfs()
85 mountpoint.dirlen = sizeof (defaultdir) - 1; in __where_is_shmfs()
124 mountpoint.dir = (char *) malloc (namelen + 4 + 2); in __where_is_shmfs()
125 if (mountpoint.dir != NULL) in __where_is_shmfs()
131 mountpoint.dirlen = cp - mountpoint.dir; in __where_is_shmfs()
254 if (mountpoint.dir == NULL) in sem_open()
273 finalname = (char *) alloca (mountpoint.dirlen + namelen); in sem_open()
274 mempcpy (mempcpy (finalname, mountpoint.dir, mountpoint.dirlen), in sem_open()
335 tmpfname = (char *) alloca (mountpoint.dirlen + 6 + 1); in sem_open()
[all …]
A Dsem_unlink.c38 if (mountpoint.dir == NULL) in sem_unlink()
57 fname = (char *) alloca (mountpoint.dirlen + namelen + 1); in sem_unlink()
58 mempcpy (mempcpy (fname, mountpoint.dir, mountpoint.dirlen), in sem_unlink()
A DsemaphoreP.h42 extern struct mountpoint_info mountpoint attribute_hidden;
/l4re-core-master/libc_backends/lib/mount/
A Dmount.cc68 String mountpoint(x, line.next_space()); in parse_fstab_line() local
82 if (from.empty() || mountpoint.empty() || fsname.empty()) in parse_fstab_line()
91 const char *s2 = mountpoint.dupnultermstr(); in parse_fstab_line()

Completed in 4 milliseconds