Searched refs:strerror (Results 126 - 150 of 878) sorted by path

1234567891011>>

/haiku/src/bin/network/
H A Dwakeonlan.cpp33 printf("failed to create socket: %s\n", strerror(sock));
41 printf("failed to set broadcast socket option: %s\n", strerror(result));
53 printf("failed to send magic packet: %s\n", strerror(result));
/haiku/src/bin/
H A Dnotify.cpp275 strerror(ret));
H A Dps.c115 printf("%s(%" B_PRId32 ")\n", strerror(status),
H A Dquery.cpp164 fprintf(stderr, "%s: could not get volume: %s\n", kProgramName, strerror(status));
H A Drmattr.cpp119 kProgramName, argv[i], strerror(errno));
125 kProgramName, argv[0], argv[i], strerror(errno));
H A Drmindex.cpp106 kProgramName, indexName, strerror(errno));
115 fprintf(stderr, "%s: Cannot remove index %s: %s\n", kProgramName, indexName, strerror(errno));
H A Dsetarch.cpp66 "%s: %s\n", architecture, strerror(error));
186 strerror(error));
235 fprintf(stderr, "Error: Failed to set PATH: %s\n", strerror(errno));
254 strerror(errno));
H A Dsetcontrollook.cpp32 fprintf(stderr, "error setting Control Look: %s\n", strerror(err));
H A Dsetusbconfig.cpp35 printf("failed to set configuration: %s\n", strerror(result));
H A Dshutdown.cpp187 fprintf(stderr, "Shutdown failed: %s\n", strerror(error));
H A Dspybmessage.cpp190 fprintf(stderr, "load_add_on: %s\n", strerror(gExeImg));
208 fprintf(stderr, "get_image_symbol(main): %s\n", strerror(gExeImg));
/haiku/src/bin/package/
H A Dcommand_add.cpp134 "%s\n", packageInfoFileName, strerror(errno));
143 "\"%s\": %s\n", changeToDirectory, strerror(errno));
H A Dcommand_checksum.cpp135 packageFileName, strerror(error));
H A Dcommand_extract.cpp474 _EntryPath(entry).String(), strerror(errno));
508 _EntryPath(entry).String(), strerror(errno));
529 _EntryPath(entry).String(), strerror(errno));
541 "%s\n", _EntryPath(entry).String(), strerror(errno));
555 _EntryPath(entry).String(), strerror(errno));
595 _EntryPath(entry).String(), strerror(errno));
624 strerror(errno));
729 strerror(error));
737 strerror(errno));
793 strerror(erro
[all...]
H A Dcommand_info.cpp61 fileName, strerror(error));
68 "%s\n", fileName, strerror(error));
/haiku/src/bin/package_repo/
H A Dcommand_create.cpp192 strerror(result));
198 strerror(result));
207 "\"%s\": %s\n", changeToDirectory, strerror(errno));
H A Dcommand_update.cpp280 repositoryInfoFileName.String(), strerror(result));
290 strerror(result));
301 strerror(result));
312 strerror(result));
324 packageListFileName, strerror(result));
333 "\"%s\": %s\n", changeToDirectory, strerror(errno));
345 packageNames.ItemAt(i)->String(), strerror(result));
389 strerror(result));
/haiku/src/bin/pcmcia-cs/
H A Ddump_cis.c1003 printf("%sget tuple: %s\n", indent, strerror(errno));
1007 printf("%sget tuple data: %s\n", indent, strerror(errno));
1072 printf("%svalidate CIS: %s\n", indent, strerror(errno));
1097 strerror(errno));
H A Ddump_cisreg.c121 printf(" read config register: %s\n\n", strerror(errno));
274 printf(" no config tuple: %s\n\n", strerror(errno));
H A Dpack_cis.c427 strerror(errno));
439 strerror(errno));
/haiku/src/bin/pkgman/
H A Dpkgman.cpp103 strerror(exception.Error()));
H A Dpkgman.h21 fprintf(stderr, " : %s\n", strerror(result)); \
28 fprintf(stderr, " : %s\n", strerror(result)); \
34 fprintf(stderr, " : %s\n", strerror(result)); \
/haiku/src/bin/rc/
H A Ddecompile.cpp961 strcpy(rdef_err_msg, strerror(errno));
969 strcpy(rdef_err_msg, strerror(errno));
H A Dparser.y1384 sprintf(rdef_err_msg, "cannot add resource (%s)", strerror(err));
/haiku/src/bin/screenmode/
H A Dscreenmode.cpp364 strerror(status));

Completed in 114 milliseconds

1234567891011>>