Searched refs:end (Results 226 - 250 of 643) sorted by last modified time

1234567891011>>

/haiku/src/system/libnetwork/
H A Dgetifaddrs.cpp68 ifreq* end = (ifreq*)(buffer + config.ifc_len); local
70 while (interfaces < end) {
/haiku/src/servers/registrar/
H A DAuthenticationManager.cpp379 return fMembers.find(name) != fMembers.end();
421 it != fMembers.end(); ++it) {
446 it != fMembers.end(); ++it) {
459 it != fMembers.end(); ++it) {
505 return (it == fUsersByID.end() ? NULL : it->second);
511 return (it == fUsersByName.end() ? NULL : it->second);
525 it != fUsersByID.end(); ++it) {
545 it != fUsersByID.end(); ++it) {
581 it != fUsersByID.end(); ++it) {
624 it != fGroupsByID.end();
[all...]
/haiku/src/kits/network/libnetapi/
H A DNetworkRoute.cpp284 ifreq* end = (ifreq*)((uint8*)buffer + size); local
286 while (interface < end) {
H A DNetworkRoster.cpp89 ifreq* end = (ifreq*)(buffer + config.ifc_len); local
91 for (uint32 i = 0; interfaces < end; i++) {
/haiku/src/bin/
H A Dramdisk.cpp259 char* end; local
260 long long id = strtol(idString, &end, 0);
261 if (end == idString || *end != '\0' || id < 0 || id > INT32_MAX) {
323 char* end; local
324 long long id = strtol(idString, &end, 0);
325 if (end == idString || *end != '\0' || id < 0 || id > INT32_MAX) {
398 char* end; local
399 long long id = strtol(idString, &end,
[all...]
H A Dsetmime.cpp470 if (i == map.end())
594 if (I == cmdOptionsMap.end())
622 if (A != fUserArguments.end() && !I->second->fNonExclusive)
650 if (A != fUserAttributes.back().end())
875 if (i == fUserArguments.end())
920 i != fExtensions.end(); i++)
925 i != fAttributes.end(); i++)
1036 if (fExtensions.find(key) == fExtensions.end())
1043 i != fExtensions.end(); i++)
1054 userAttr != fUserAttributes.end(); userAtt
[all...]
/haiku/src/apps/terminal/
H A DTermViewStates.h148 const TermPos& end);
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp1099 BPoint start, end; local
1100 message.ReadArrayLine(start, end, color);
1101 offscreen->AddLine(start, end, color);
1103 bounds.left = min_c(bounds.left, min_c(start.x, end.x));
1104 bounds.top = min_c(bounds.top, min_c(start.y, end.y));
1105 bounds.right = max_c(bounds.right, max_c(start.x, end.x));
1106 bounds.bottom = max_c(bounds.bottom, max_c(start.y, end.y));
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp722 if (iterator != fScales.end())
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp749 for (it = fontTable.begin(); it != fontTable.end(); it++) {
756 for (cit = colorTable.begin(); cit != colorTable.end(); cit++) {
/haiku/src/build/libbe/storage/
H A DMergedDirectory.cpp161 != fVisitedEntries->end()) {
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp150 char* _CopyString(char* start, char* end);
221 char* end = NULL; local
230 if (_ParseQuotedString(&start, &end) < B_OK)
234 string = end + 2;
252 end = string - 1;
253 skipWhitespaceReverse(&end, start);
257 if (start > end)
260 // At this point, "start" points to the beginning of the string, "end"
297 fAttribute = _CopyString(start, end);
304 if (_ParseQuotedString(&start, &end) < B_O
[all...]
/haiku/src/kits/storage/
H A DQuery.cpp538 const char* end = strchr(pos + 1, '%'); local
539 if (end == NULL)
543 start = end + 1;
549 pos = end;
H A DMergedDirectory.cpp158 != fVisitedEntries->end()) {
/haiku/src/build/libroot/
H A Dfs_attr_untyped.cpp162 if (it != sAttributeDirectories.end())
174 if (it == sAttributeDirectories.end())
243 // keep going until we find an entry or hit the end of dir
271 // end of dir
/haiku/src/servers/media_addon/
H A DMediaAddonServer.cpp231 for (; iterator != fFileMap.end(); iterator++)
302 for (; iterator != fInfoMap.end(); iterator++)
305 for (iterator = fInfoMap.begin(); iterator != fInfoMap.end(); iterator++)
308 for (iterator = fInfoMap.begin(); iterator != fInfoMap.end(); iterator++)
322 for (iterator = fInfoMap.begin(); iterator != fInfoMap.end(); iterator++)
338 for (iterator = fInfoMap.begin(); iterator != fInfoMap.end(); iterator++)
457 ASSERT(found != fInfoMap.end());
608 for (; iterator != info.active_flavors.end(); iterator++) {
788 if (foundFile == fFileMap.end()) {
800 if (foundInfo == fInfoMap.end()) {
[all...]
/haiku/src/preferences/time/
H A DZoneView.cpp272 // and add an additional region with generic GMT-offset timezones at the end
318 for (; countryIter != zonesByCountryMap.end(); ++countryIter) {
339 if (regionIter == regionMap.end())
377 if (zoneIter != zoneItemMap.end()) {
387 if (countryIter == zoneItemMap.end()) {
414 if (regionItemIter != zoneItemMap.end())
428 for (zoneIter = zoneItemMap.begin(); zoneIter != zoneItemMap.end();
437 if (next != zoneItemMap.end()
/haiku/src/add-ons/print/transports/lpr/
H A DLpsClient.cpp156 is.seekg(0, ios::end);
/haiku/headers/posix/
H A Dstdlib.h95 extern double strtod(const char *string, char **end);
96 extern long double strtold(const char *string, char **end);
97 extern float strtof(const char *string, char **end);
98 extern long strtol(const char *string, char **end, int base);
99 extern unsigned long strtoul(const char *string, char **end, int base);
100 extern long long strtoll(const char *string, char **end, int base);
101 extern unsigned long long strtoull(const char *string, char **end, int base);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dwin32_io.c1280 * SEEK_END - Offset is relative to end of file.
1297 /* End of partition != end of disk. */
1299 ntfs_log_trace("Position relative to end of disk not "
1671 s64 end; local
1692 * Read last sector if end of write not sector aligned and last
1697 end = old_pos + count;
1698 if ((end & (fd->geo_sector_size - 1)) &&
1701 end & ~(s64)(fd->geo_sector_size - 1),
H A Dsecurity.c260 /* We need the zero byte at the end, too. */
405 const le32 *end = pos + (len >> 2); local
408 while (pos < end) {
502 * copy to the end of file. When creating a new
524 * Make sure the data size for $SDS marks the end
1308 c = *p++; /* 0 at end of file */
1556 /* expand cache beyond current end, do not use realloc() */
4614 /* find end of USID */
4625 /* find end of GSID */
4635 /* find end o
[all...]
H A Dlcnalloc.c64 static void ntfs_cluster_set_zone_pos(LCN start, LCN end, LCN *pos, LCN tc) argument
68 if (tc >= end)
216 * There are two data zones. First is the area between the end of the mft zone
217 * and the end of the volume, and second is the area between the start of the
246 u8 search_zone; /* 4: data2 (start) 1: mft (middle) 2: data1 (end) */
331 * if we are close to the end of the attribute.
661 * If @count is -1, all clusters from @start_vcn to the end of the runlist
H A Dindex.c306 u8 *end; local
310 end = ntfs_ie_get_end(ih);
312 for (n = 0; !ntfs_ie_end(ie) && (u8 *)ie < end; n++)
2187 /* return NULL if stuck at end of a block */
H A Dacls.c286 /* find end of GSID */
293 /* find end of USID */
300 /* find end of SACL */
308 /* find end of DACL */
549 static BOOL valid_acl(const ACL *pacl, unsigned int end) argument
564 if ((offace + sizeof(ACCESS_ALLOWED_ACE)) > end)
574 if (((offace + acesz) > end)
588 if (((offace + acesz) > end)
595 if ((offace + acesz) > end)
/haiku/src/tests/kits/storage/
H A DEntryTest.cpp2451 it != allTestEntries.end(); it++) {
2457 it != allTestEntries.end(); it++) {
2463 it != allTestEntries.end(); it++) {
2630 if (superDirs.find(superDir) != superDirs.end())
2668 if (followedLinks.find(entry) == followedLinks.end()) {

Completed in 160 milliseconds

1234567891011>>