Searched refs:fName (Results 101 - 125 of 476) sorted by relevance

1234567891011>>

/haiku/src/apps/resedit/
H A DResourceData.h40 const char * GetName(void) const { return fName.String(); }
41 void SetName(const char *name) { fName = name; }
55 BString fName; member in class:ResourceData
/haiku/src/add-ons/kernel/file_systems/packagefs/resolvables/
H A DDependency.cpp22 fName(),
39 if (!fName.SetTo(name))
60 fFileName = fName;
/haiku/src/kits/shared/
H A DThread.cpp43 fName(name)
61 fName ? fName : "TrackerTaskLoop", fPriority, this);
/haiku/src/apps/packageinstaller/
H A DInstalledPackageInfo.h46 { fName = name; }
48 { return fName.String(); }
73 BString fName; member in class:InstalledPackageInfo
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPLCPExtension.cpp34 fName = strdup(name);
36 fName = NULL;
45 free(fName);
H A DKPPPOptionHandler.cpp36 fName = strdup(name);
38 fName = NULL;
47 free(fName);
/haiku/src/kits/debugger/debug_info/
H A DDwarfFunctionDebugInfo.cpp24 fName(name),
70 return fName;
77 return fName;
H A DDwarfStackFrameDebugInfo.cpp44 fName(name)
59 && fName == parameterID->fName;
66 return hash * 19 + StringUtils::HashValue(fName);
71 const BString fName; member in struct:DwarfStackFrameDebugInfo::DwarfFunctionParameterID
84 fName(name),
101 && fName == otherID->fName && fLine == otherID->fLine
109 hash = hash * 19 + StringUtils::HashValue(fName);
117 const BString fName; member in struct:DwarfStackFrameDebugInfo::DwarfLocalVariableID
160 const BString fName; member in struct:DwarfStackFrameDebugInfo::DwarfReturnValueID
[all...]
/haiku/src/kits/media/
H A DTimeSourceObject.cpp46 strcpy(fName, "System clock");
52 strlcpy(fName, liveNodeInfo.name, B_MEDIA_NAME_LENGTH);
54 snprintf(fName, B_MEDIA_NAME_LENGTH, "timesource %" B_PRId32,
/haiku/src/preferences/repositories/
H A DRepoRow.cpp25 fName(repo_name),
31 SetField(new BStringField(fName.String()), kNameColumn);
43 fName.SetTo(name);
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DTunerLocale.cpp21 fName(str), fFrequency(frequency)
27 return fName;
42 fName = name;
72 fName = str;
122 return fName;
/haiku/src/tools/restest/
H A DResourceItem.cpp16 fName(),
41 fName = name;
107 fName = name;
114 return fName.String();
203 printf(" name : `%s'\n", fName.String());
/haiku/src/kits/storage/mime/
H A DSupertype.cpp35 , fName(super ? super : "")
82 sprintf(type, "%s/%s", fName.c_str(), sub);
112 fName = super;
120 return fName.c_str();
136 sprintf(type, "%s/%s", fName.c_str(), (*i).c_str());
/haiku/src/kits/storage/
H A DEntry.cpp126 fName(NULL),
135 fName(NULL),
145 fName(NULL),
155 fName(NULL),
165 fName(NULL),
200 return fName;
268 free(fName);
271 fName = NULL;
291 error = ref->set_name(fName);
320 if (strcmp(fName, "
[all...]
/haiku/src/build/libbe/storage/
H A DEntry.cpp240 fName(NULL),
259 fName(NULL),
278 fName(NULL),
299 fName(NULL),
312 fName(NULL),
361 return fName;
381 return _kern_read_stat(fDirFd, fName, false, result, sizeof(struct stat));
469 free(fName);
472 fName = NULL;
500 error = ref->set_name(fName);
[all...]
/haiku/src/kits/app/
H A DClipboard.cpp36 fName = strdup(name);
38 fName = strdup("system");
49 if (handlerMessage.AddString("name", fName) == B_OK
58 free(fName);
66 return (const char *)fName;
103 if (message.AddString("name", fName) == B_OK
119 if (message.AddString("name", fName) == B_OK
137 if (message.AddString("name", fName) == B_OK
205 if (message.AddString("name", fName) == B_OK
292 if (message.AddString("name", fName)
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DFileInfo.cpp19 fName(strdup(name))
30 free(const_cast<char*>(fName));
55 if (current->fParent == parent && !strcmp(current->fName, name))
76 if (current->fParent == parent && !strcmp(current->fName, name)) {
170 if (!strcmp(pathNames[i - 1]->fNames.Head()->fName, ""))
173 req.LookUp(pathNames[i - 1]->fNames.Head()->fName);
/haiku/src/servers/input/
H A DInputServerMethod.cpp165 fName = strdup(name);
175 free(fName);
184 if (fName)
185 free(fName);
187 fName = strdup(name);
263 msg.AddString("name", fName);
/haiku/src/bin/pkgman/
H A DCommand.cpp30 fName(name),
35 fShortUsage.ReplaceAll("%command%", fName);
36 fLongUsage.ReplaceAll("%command%", fName);
/haiku/src/apps/devices/
H A DPropertyList.cpp22 fName(name), fValue(value)
37 fName = name;
75 AddRow(new PropertyRow(attributes[i].fName, attributes[i].fValue));
H A DDevicesView.cpp270 if (attributes[i].fName == B_DEVICE_PRETTY_NAME
278 if (attributes[i].fName == B_DEVICE_PRETTY_NAME
286 if (attributes[i].fName == B_DEVICE_PRETTY_NAME
294 if (attributes[i].fName == B_DEVICE_BUS
302 if (attributes[i].fName == B_DEVICE_PRETTY_NAME
310 if (attributes[i].fName == B_DEVICE_BUS
317 if (attributes[i].fName == B_DEVICE_BUS
324 if (attributes[i].fName == B_DEVICE_BUS
331 if (attributes[i].fName == "controller_name") {
337 if (attributes[i].fName
[all...]
/haiku/src/apps/icon-o-matic/generic/command/
H A DCompoundCommand.h34 BString fName; member in class:CompoundCommand
/haiku/src/servers/registrar/
H A DClipboard.h27 BString fName; member in class:Clipboard
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DTest.h33 BString fName; member in class:Test
/haiku/src/tests/system/kernel/unit/
H A DTest.cpp17 fName(name),

Completed in 264 milliseconds

1234567891011>>