Searched refs:filename (Results 151 - 164 of 164) sorted by relevance

1234567

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.c1190 char filename[64]; local
1204 sprintf(filename,"/proc/%u/cred",tid);
1205 fd = open(filename,O_RDONLY);
1272 char filename[64]; local
1288 sprintf(filename,"/proc/%u/task/%u/status",tid,tid);
1289 fd = open(filename,O_RDONLY);
1345 ntfs_log_error("No group record found in %s\n",filename);
1347 ntfs_log_error("Could not open %s\n",filename);
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.cpp169 Svg2PictureView::Svg2PictureView(BRect frame, const char *filename) argument
171 fFileName(filename),
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp4746 const char *filename = file.name.c_str();
4747 //printf("file: %s\n", filename);
4755 CHK(BMimeType::GuessMimeType(filename, &type) == B_OK);
4770 CHK(node.SetTo(filename) == B_OK);
4774 CHK(get_ref_for_path(filename, &ref) == B_OK);
4777 printf("type: %s, should be: %s (file == '%s')\n", type.Type(), realType, filename);
4786 string filename = string(testDir) + "/file100.cpp";
4797 CHK(get_ref_for_path(filename.c_str(), &ref) == B_OK);
4807 const char *filename = file.name.c_str();
4809 CHK(get_ref_for_path(filename,
[all...]
H A DEntryTest.cpp264 const char *filename = testEntry->cpath; local
265 testStatables.add(new BEntry(filename), filename);
/haiku/src/bin/unzip/
H A Dzipinfo.c262 " length of filename: %u characters\n";
356 The Mac long filename is %s";
779 if (match(G.filename, G.pfnames[i], uO.C_flag)) {
787 if (match(G.filename, G.pxnames[i], uO.C_flag)) {
848 G.filename, (zvoid *)&G.crec.ucsize)) {
1306 filename has already been printed, above). That finishes up this file
1567 ef_ptr[fnlen+5] = '\0'; /* terminate filename */
1938 else if ((p = MBSRCHR(G.filename, '.')) != (char *)NULL) {
2061 Skip the file comment, if any (the filename has already been printed,
H A Dinflate.c448 G.zipfn, G.filename));
H A Dinflatef.c206 G.zipfn, G.filename));
H A Dunzpriv.h710 # define DIR_END '/' /* last char before program name or filename */
800 #define MSG_FN(f) (f & 0x0010) /* bit 4: 1 = print filename */
1235 #define MPN_INF_TRUNC 1<<8 /* caution - filename truncated */
1252 #define DS_FN 2 /* read filename (ext. ASCII, chead) */
1253 #define DS_FN_C 2 /* read filename from central header */
1254 #define DS_FN_L 6 /* read filename from local header */
1279 #define APPEND_NAME 3 /* append actual filename: once per member */
1505 char *fn; /* filename of directory */
1529 unsigned lcflag : 1; /* convert filename to lowercase */
1787 int check_for_newer OF((__GPRO__ char *filename)); /* os
[all...]
/haiku/src/kits/app/
H A DRoster.cpp2820 \param filename The name of the file to load from
2823 BRoster::_LoadRecentLists(const char* filename) const
2830 error = request.AddString("filename", filename);
2857 \param filename The name of the file to save to
2860 BRoster::_SaveRecentLists(const char* filename) const
2867 error = request.AddString("filename", filename);
/haiku/src/kits/interface/
H A DView.cpp4218 BView::SetDiskMode(char* filename, long offset) argument
4223 // "Begins recording a picture to the file with the given filename
4400 BView::DrawPicture(const char* filename, long offset, BPoint where) argument
4402 if (!filename)
4405 DrawPictureAsync(filename, offset, where);
4437 BView::DrawPictureAsync(const char* filename, long offset, BPoint where) argument
4439 if (!filename)
4443 BFile file(filename, B_READ_ONLY);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_internal.h674 extern void ath_hal_assert_failed(const char* filename,
/haiku/src/add-ons/kernel/file_systems/fat/
H A Ddosfs.cpp98 kprintf(" (%s)", n->filename);
/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h166 NSVGimage* nsvgParseFromFile(const char* filename, const char* units, float dpi);
2900 NSVGimage* nsvgParseFromFile(const char* filename, const char* units, float dpi) argument
2907 fp = fopen(filename, "rb");
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp334 char *filename, version_info *info)
346 path.Append(filename);
333 get_file_version_info(directory_which dir, char *filename, version_info *info) argument

Completed in 275 milliseconds

1234567