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

/haiku-fatelf/src/bin/bash/lib/sh/
H A Dgetcwd.c75 char *fullpath; local
80 fullpath = sh_makepath (dotp, name, MP_RMDOT);
81 if (stat (fullpath, &st) < 0)
86 free (fullpath);
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dwrite_entry.c87 char fullpath[PATH_MAX]; local
91 if (strlen(path) + 1 > sizeof(fullpath))
93 (void) strcpy(fullpath, path);
95 if (strlen(destination) + strlen(path) + 2 > sizeof(fullpath))
97 (void) sprintf(fullpath, "%s/%s", destination, path);
/haiku-fatelf/src/tests/add-ons/translators/pngtranslator/
H A DPNGTranslatorTest.cpp104 BString fullpath; local
109 fullpath = IMAGES_DIR;
110 fullpath += paths[i];
111 printf(" [%s] ", fullpath.String());
112 CPPUNIT_ASSERT(file.SetTo(fullpath.String(), B_READ_ONLY) == B_OK);

Completed in 45 milliseconds