real_pathname 92 source3/modules/vfs_gpfs.c char real_pathname[PATH_MAX+1]; real_pathname 101 source3/modules/vfs_gpfs.c buflen = sizeof(real_pathname) - 1; real_pathname 103 source3/modules/vfs_gpfs.c result = smbd_gpfs_get_realfilename_path(full_path, real_pathname, real_pathname 124 source3/modules/vfs_gpfs.c if (buflen < sizeof(real_pathname)) { real_pathname 125 source3/modules/vfs_gpfs.c real_pathname[buflen] = '\0'; real_pathname 127 source3/modules/vfs_gpfs.c real_pathname[sizeof(real_pathname)-1] = '\0'; real_pathname 131 source3/modules/vfs_gpfs.c path, name, real_pathname)); real_pathname 133 source3/modules/vfs_gpfs.c name = strrchr_m(real_pathname, '/');