Lines Matching defs:_error
81 static int _error(int ret, char const * format, ...);
125 __printflike(2, 3) static int _error(int ret, char const * format, ...)
174 return _error(2, "%s: %s", ifname, strerror(errno));
196 return _error(2, "%s: %s", filename, strerror(errno));
207 ret = _error(2, "%s: %s", filename,
226 return _error(2, "%s: %s", filename, strerror(errno));
251 return _error(2, "%s: %s", ifname, strerror(errno));
295 return _error(-1, "%s: %s", ifname, strerror(errno));
340 return _error(-1, "%s: Incomplete"
351 return _error(-1, "%s: Unknown parameter", argv[i]);
361 return _error(-1, "%s: %s", ifname, "APN too long");
372 return _error(-1, "%s: %s", ifname, "Username too long");
383 return _error(-1, "%s: %s", ifname, "Password too long");
395 return _error(-1, "%s: %s", ifname, "PIN code too long");
406 return _error(-1, "%s: %s", ifname, "PUK code too long");
437 return _error(-1, "socket: %s", strerror(errno));