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

/haiku/src/bin/rc/
H A Dprivate.h48 bool open_file_from_include_dir(const char* filename, char* outname);
H A Drdef.cpp162 open_file_from_include_dir(const char *filename, char *outname) argument
170 strcpy(outname, tmpname);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddir.c2462 char *outname = (char*)NULL; local
2477 outsize = ntfs_ucstombs(dosname, doslen, &outname, 0);
2483 memcpy(value, outname, outsize);
2487 free(outname);

Completed in 100 milliseconds