Lines Matching defs:ptr
979 char *name = NULL, *ptr;
995 ptr = name + PATH_MAX - 1;
996 ptr[0] = '\0';
1020 ptr -= len + 1;
1021 if (ptr < name) {
1025 read_extent_buffer(path->nodes[0], ptr + 1,
1027 ptr[0] = '/';
1062 ptr -= len + 1;
1063 if (ptr < name) {
1067 read_extent_buffer(path->nodes[0], ptr + 1,
1069 ptr[0] = '/';
1077 if (ptr == name + PATH_MAX - 1) {
1081 memmove(name, ptr, name + PATH_MAX - ptr);