Searched refs:absolute_path (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/tools/regression/doat/
H A Ddoat.c72 char *absolute_path = NULL; variable
114 absolute_path = (char *)getcwd(NULL, 0);
115 if (absolute_path == NULL) {
120 len = strlen(absolute_path);
121 absolute_path = realloc(absolute_path,
123 if (absolute_path == NULL) {
128 absolute_path[len] = '/';
129 strcpy(absolute_path + len + 1, relative_path);
131 absolute_file = malloc(strlen(absolute_path)
[all...]

Completed in 42 milliseconds