HomeSort by: relevance | last modified time | path
    Searched defs:fullName (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/make/
arch.c 171 FullName(const char *archive, const char *member)
292 char *fullName;
302 fullName = FullName(lib.str, mem.str);
303 p = fullName;
311 gn = Targ_GetNode(fullName);
317 free(fullName);
321 free(fullName);
330 char *fullname = FullName(lib.str, member) local in function:Arch_ParseArchive
342 char *fullname = FullName(lib.str, mem.str); local in function:Arch_ParseArchive
    [all...]
dir.c 679 char *fullName = isDot
682 Lst_Append(expansions, fullName);
1348 char *fullName;
1354 fullName = Dir_FindFile(base, Suff_FindPath(gn));
1355 if (fullName == NULL)
1365 gn->path = bmake_strdup(fullName);
1370 makeDependfile, gn->name, fullName);
1372 return fullName;
1378 char *fullName;
1380 fullName = gn->path
    [all...]

Completed in 16 milliseconds