Searched refs:atoi (Results 101 - 125 of 160) sorted by relevance

1234567

/haiku/src/apps/pulse/
H A DCPUButton.cpp70 fCPU = atoi(Label()) - 1;
H A DConfigView.cpp309 int width = atoi(fIconWidthControl->Text());
/haiku/src/tools/hvif2png/
H A Dhvif2png.cpp264 result->size = atoi(argv[i + 1]);
/haiku/src/kits/print/
H A DJobs.cpp86 if (p) fTime = atoi(p+1);
/haiku/headers/posix/
H A Dstdlib.h89 extern int atoi(const char *string);
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp583 BPoint offset(atoi(fXPlacementText->Text()), atoi(fYPlacementText->Text()));
893 _FindPlacementMode(), BPoint(atoi(fXPlacementText->Text()),
894 atoi(fYPlacementText->Text())),
898 fPreview->fPoint.x = atoi(fXPlacementText->Text());
899 fPreview->fPoint.y = atoi(fYPlacementText->Text());
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h145 extern int atoi (__const char *__nptr) __THROW __attribute_pure__;
382 atoi (__const char *__nptr) __THROW
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp418 lowerBound = atoi(rangeString.String());
422 upperBound = atoi(rangeString.String());
/haiku/src/kits/shared/
H A DDateTimeEdit.cpp62 int32 number = atoi(bytes);
420 int32 number = atoi(bytes);
H A DDriverSettingsMessageAdapter.cpp223 status = message.AddInt32(name, atoi(parameter.values[i]));
/haiku/src/apps/aboutsystem/
H A DUtilities.cpp456 int year = atoi(string + start);
/haiku/src/kits/mail/
H A DProtocolConfigView.cpp88 atoi(fSizeControl->Text()) * 1024);
/haiku/src/add-ons/print/drivers/preview/
H A DPageSetupWindow.cpp252 float scale = atoi(fScaleControl->Text());
/haiku/src/add-ons/kernel/network/ppp/modem/
H A DModemDevice.cpp118 device->SetSpeed(atoi((char*) buffer + 8));
/haiku/src/bin/network/ftpd/
H A Dftpcmd.y402 if (atoi(result[0]) == 1)
405 else if (atoi(result[0]) == 2)
1431 yylval.u.i = atoi(cp);
1446 yylval.u.i = atoi(cp);
/haiku/src/apps/screenshot/
H A DScreenshot.cpp88 seconds = atoi(argv[i + 1]);
/haiku/src/kits/package/
H A DRepositoryInfo.cpp405 fPriority = atoi(priorityString);
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetservent_r.c162 sp->s_port = htons((u_short)atoi(p));
/haiku/src/libs/print/libprint/
H A DJobSetupDlg.cpp935 first_page = atoi(fFromPage->Text());
936 last_page = atoi(fToPage->Text());
952 fJobData->SetCopies(atoi(fCopies->Text()));
H A DPageSetupDlg.cpp302 float scaling = atoi(fScaling->Text());
/haiku/src/preferences/filetypes/
H A DAttributeWindow.cpp366 int32 width = atoi(fWidthControl->Text());
/haiku/src/add-ons/translators/gif/
H A DGIFView.cpp465 int value = atoi(control->Text());
/haiku/src/apps/codycam/
H A DFtpClient.cpp556 outCode = atoi(tempString.c_str());
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.cpp254 int32 index = atoi(name.String()) + 1;
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A Dkernel_interface.cpp123 conf->fRetryLimit = atoi(options);
126 conf->fRequestTimeout = atoi(options);
133 (*address)->ForcePort(atoi(options));
139 conf->fDirectoryCacheTime = sSecToBigTime(atoi(options));

Completed in 192 milliseconds

1234567