OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:logwarn
(Results
1 - 4
of
4
) 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
[
all
...]
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
[
all
...]
/src/usr.sbin/moused/
moused.c
501
logwarn
(const char *fmt, ...)
function
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");
moused.c
501
logwarn
(const char *fmt, ...)
function
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 63 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026