OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:printerr
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
fpetestmodule.c
54
static void
printerr
(double);
67
printerr
(r);
71
printerr
(r);
75
printerr
(r);
79
printerr
(r);
83
printerr
(r);
87
printerr
(r);
91
printerr
(r);
95
printerr
(r);
101
static void
printerr
(double r)
function
[
all
...]
/system/core/libnetutils/
dhcpclient.c
63
void
printerr
(char *fmt, ...)
function
81
printerr
("%s: %s\n", reason, strerror(errno));
427
printerr
("TIMEOUT\n");
430
printerr
("timed out\n");
432
printerr
("no acknowledgement from DHCP server\nconfiguring %s with offered parameters\n", ifname);
459
printerr
("error sending dhcp msg: %s\n", strerror(errno));
495
printerr
("invalid reply\n");
512
printerr
("configuring %s\n", ifname);
516
printerr
("configuration request denied\n");
520
printerr
("ignoring %s message in state %d\n"
[
all
...]
Completed in 712 milliseconds