HomeSort by: relevance | last modified time | path
    Searched defs:logwarn (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/mail.local/
mail.local.c 68 static void logwarn(const char *, ...) __printflike(1, 2);
183 logwarn("%s: not a regular file", path);
188 logwarn("%s: linked file", path);
209 logwarn("unable to find user %s: %s", name, strerror(errno));
213 logwarn("unknown name: %s", name);
225 logwarn("%s: can't create: %s", lpath, strerror(errno));
232 logwarn("%s: can't stat: %s", path, strerror(errno));
247 logwarn("%s: can't create: %s", path, strerror(errno));
254 logwarn("%s: can't stat: %s", path, strerror(errno));
264 logwarn("%s: file has changed", path)
376 logwarn(const char *fmt, ...) function in typeref:typename:void
    [all...]
  /src/usr.sbin/moused/
moused.c 501 logwarn(const char *fmt, ...) function in typeref:typename:__printflike (1,2)void
842 logwarn("muxio inject event");
905 logwarn("failed to read from mouse");
2241 logwarn("unable to get status of mouse fd");
2274 logwarn("unable to set status of mouse fd");
2307 logwarn("unable to write to mouse fd");
2314 logwarn("unable to set status of mouse fd");

Completed in 14 milliseconds