Searched refs:fgets (Results 51 - 75 of 92) sorted by relevance

1234

/haiku/src/bin/mail_utils/
H A Dmail2mbox.cpp235 if (fgets(line, sizeof(line), inputFile) == NULL) {
H A Dmbox2mail.cpp629 if (!fgets (TempString, sizeof (TempString), InputFile))
/haiku/headers/posix/
H A Dstdio.h164 extern char *fgets(char *string, int stringLength, FILE *stream);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dioctl.c114 if (fgets(line, max_bytes, fp) == NULL) {
115 int ret = -EIO; /* fgets doesn't set errno */
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_query.c412 while (fgets(buf, (int)sizeof(buf), fp)) {
/haiku/src/bin/package_repo/
H A Dcommand_update.cpp65 while (fgets(buffer, sizeof(buffer), packageListFile) != NULL) {
/haiku/src/bin/
H A Ddiff_zip.cpp347 fgets(buffer, sizeof(buffer), stdin);
/haiku/src/bin/network/arp/
H A Darp.cpp261 while (fgets(line, sizeof(line), file) != NULL) {
/haiku/src/add-ons/tracker/zipomatic/
H A DZipperThread.cpp187 char* output = fgets(buffer, sizeof(buffer) - 1, fOutputFile);
/haiku/src/bin/pkgman/
H A DPackageManager.cpp108 if (fgets(buffer, sizeof(buffer), stdin) == NULL
/haiku/src/servers/registrar/
H A DAuthenticationManager.cpp1248 while (char* line = fgets(lineBuffer, sizeof(lineBuffer), file.Get())) {
1296 while (char* line = fgets(lineBuffer, sizeof(lineBuffer), file.Get())) {
1343 while (char* line = fgets(lineBuffer, sizeof(lineBuffer), file.Get())) {
/haiku/src/preferences/mail/
H A DDNSQuery.cpp186 while (fgets(buf, sizeof(buf), fp) != NULL) {
/haiku/src/apps/terminal/
H A DPrefHandler.cpp535 while (fgets(buffer, sizeof(buffer), file) != NULL) {
/haiku/src/tests/add-ons/kernel/drivers/audio/
H A Dmulti_audio_test.cpp515 if (fgets(line, sizeof(line), stdin) == NULL)
/haiku/src/bin/network/telnet/
H A Dcommands.c1302 (void) fgets(buf, sizeof(buf), stdin);
2196 (void) fgets(&line[strlen(line)], sizeof(line) - strlen(line), stdin);
2640 if (fgets(line, sizeof(line), stdin) == NULL) {
2746 if (fgets(line, sizeof(line), rcfile) == NULL)
/haiku/src/bin/unzip/
H A Dextract.c762 fgets(G.answerbuf, 9, stdin);
1243 if (fgets(G.answerbuf, 9, stdin) == (char *)NULL) {
1256 fgets(G.filename, FILNAMSIZ, stdin);
1262 #ifdef WIN32 /* WIN32 fgets( ... , stdin) returns OEM coded strings */
/haiku/src/system/libroot/posix/glibc/libio/
H A Dstdio.h452 extern char *fgets (char *__restrict __s, int __n, FILE *__restrict __stream)
461 /* This function does the same as `fgets' but does not lock the stream. */
/haiku/src/bin/bfs_tools/lib/
H A DDisk.cpp329 fgets(answer, 15, stdin);
/haiku/src/tests/add-ons/kernel/network/
H A Duserland_ipc.c596 fgets(buffer, sizeof(buffer), stdin);
/haiku/src/bin/pc/
H A Dpc.c285 while(fgets(buff, 256, stdin) != NULL)
/haiku/src/tests/apps/partitioner/
H A DPartitioner.cpp697 if (!fgets(line, sizeof(line), stdin))
/haiku/src/system/libnetwork/netresolv/dst/
H A Ddst_api.c547 fgets(enckey, (int)sizeof(enckey), fp);
/haiku/src/bin/network/ftpd/
H A Dftpd.c614 while (fgets(line, sizeof(line), fd) != NULL) {
630 while (fgets(line, sizeof(line), fd) != NULL) {
1647 while (fgets(line, sizeof(line), fd) != NULL) {
/haiku/src/bin/pcmcia-cs/
H A Ddump_cis.c68 while (fgets(s, 32, f) != NULL) {
/haiku/src/bin/keymap/
H A DKeymap.cpp356 while (fgets(buffer, sizeof(buffer) - 1, file) != NULL) {

Completed in 288 milliseconds

1234