Lines Matching refs:openat
548 * such as openat, fchownat(), unlinkat()...
559 * fd = openat(dfd, <name>,....);
3266 if ((Ifile = openat(G_p->g_dirfd, get_component(namep), 0)) < 0) {
3955 if ((dirfd = openat(cwd, (pattr == NULL) ? fullname : pattr,
3997 ofilefd = openat(pdirfd, name, oflag, mode);
5673 if ((result = openat(dirfd, get_component(nam_p),
8434 filefd = openat(Gen.g_dirfd, dp->d_name, O_RDONLY);
8720 return (openat(G_p->g_dirfd, G_p->g_attrnam_p, omode));
8722 return (openat(G_p->g_dirfd,
8730 return (openat(G_p->g_dirfd, get_component(G_p->g_nam_p), omode));
9691 openat(int fd, char *name, int oflag, mode_t cmode)