Home
last modified time | relevance | path

Searched refs:log_opt (Results 1 – 25 of 25) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dlog.c958 if ((log_opt != ILO_STORE) && (log_opt != ILO_IGNORE)) { in err_print()
997 if (log_opt == ILO_STORE) { in err_clean()
1029 *prev_ilo = log_opt; in ly_ilo_change()
1039 if (log_opt != ILO_IGNORE) { in ly_ilo_change()
1040 log_opt = new_ilo; in ly_ilo_change()
1047 assert(log_opt != ILO_LOG); in ly_ilo_restore()
1048 if (log_opt != ILO_STORE) { in ly_ilo_restore()
1051 log_opt = prev_ilo; in ly_ilo_restore()
1057 log_opt = prev_ilo; in ly_ilo_restore()
1069 if (log_opt != ILO_IGNORE) { in ly_err_last_set_apptag()
[all …]
H A Dcommon.c34 THREAD_LOCAL enum int_log_opts log_opt; variable
550 prev_ilo = log_opt; in transform_xml2json_subexp()
551 log_opt = ILO_IGNORE; in transform_xml2json_subexp()
556 log_opt = prev_ilo; in transform_xml2json_subexp()
H A Dcommon.h.in73 extern THREAD_LOCAL enum int_log_opts log_opt;
H A Dresolve.c6250 assert(log_opt == ILO_STORE); in resolve_list_keys()
6251 log_opt = ILO_LOG; in resolve_list_keys()
6254 log_opt = ILO_STORE; in resolve_list_keys()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/misc/
H A Dsyslog.c17 static int log_opt; variable
70 log_opt = opt; in openlog()
104 pid = (log_opt & LOG_PID) ? getpid() : 0; in _vsyslog()
116 && (log_opt & LOG_CONS)) { in _vsyslog()
123 if (log_opt & LOG_PERROR) dprintf(2, "%.*s", l-hlen, buf+hlen); in _vsyslog()
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/misc/
H A Dsyslog.c17 static int log_opt; variable
70 log_opt = opt; in openlog()
104 pid = (log_opt & LOG_PID) ? getpid() : 0; in _vsyslog()
116 && (log_opt & LOG_CONS)) { in _vsyslog()
123 if (log_opt & LOG_PERROR) dprintf(2, "%.*s", l-hlen, buf+hlen); in _vsyslog()
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/misc/
H A Dsyslog.c16 static int log_opt; variable
68 log_opt = opt; in openlog()
102 pid = (log_opt & LOG_PID) ? getpid() : 0; in _vsyslog()
114 && (log_opt & LOG_CONS)) { in _vsyslog()
121 if (log_opt & LOG_PERROR) dprintf(2, "%.*s", l-hlen, buf+hlen); in _vsyslog()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/misc/
H A Dsyslog.c19 static int log_opt; variable
78 log_opt = opt; in openlog()
114 pid = (log_opt & LOG_PID) ? getpid() : 0; in _vsyslog()
126 && (log_opt & LOG_CONS)) { in _vsyslog()
133 if (log_opt & LOG_PERROR) dprintf(2, "%.*s", l-hlen, buf+hlen); in _vsyslog()
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/misc/
H A Dsyslog.c19 static int log_opt; variable
78 log_opt = opt; in openlog()
114 pid = (log_opt & LOG_PID) ? getpid() : 0; in _vsyslog()
126 && (log_opt & LOG_CONS)) { in _vsyslog()
133 if (log_opt & LOG_PERROR) dprintf(2, "%.*s", l-hlen, buf+hlen); in _vsyslog()
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/misc/
H A Dsyslog.c19 static int log_opt; variable
78 log_opt = opt; in openlog()
114 pid = (log_opt & LOG_PID) ? getpid() : 0; in _vsyslog()
126 && (log_opt & LOG_CONS)) { in _vsyslog()
133 if (log_opt & LOG_PERROR) dprintf(2, "%.*s", l-hlen, buf+hlen); in _vsyslog()
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/misc/
H A Dsyslog.c18 static int log_opt; variable
76 log_opt = opt; in openlog()
112 pid = (log_opt & LOG_PID) ? getpid() : 0; in _vsyslog()
124 && (log_opt & LOG_CONS)) { in _vsyslog()
131 if (log_opt & LOG_PERROR) dprintf(2, "%.*s", l-hlen, buf+hlen); in _vsyslog()
/dports/games/instead/instead-3.4.1/src/tiny/
H A Dmetaparser.c5 static int log_opt = 0; variable
60 log_opt = 1; in main()
74 if (log_opt) fprintf(stderr, "%s\n", p); in main()
H A Dmain.c5 static int log_opt = 0; variable
71 log_opt = 1; in main()
93 if (log_opt) fprintf(stderr, "%s\n", p); in main()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/containers/podman/tests/integration/targets/podman_container_idempotency/tasks/
H A Didem_all.yml127 log_opt:
142 log_opt:
170 log_opt:
185 log_opt:
215 log_opt:
/dports/mail/alpine/alpine-465e23b/web/src/pubcookie/
H A Dwp_uidmapper.c52 int debug,log_opt; in main() local
74 log_opt = 0; in main()
80 case 'l': log_opt |= LOG_PERROR; break; in main()
103 openlog(argv[0],log_opt,LOG_MAIL); in main()
/dports/editors/pico-alpine/alpine-465e23b/web/src/pubcookie/
H A Dwp_uidmapper.c52 int debug,log_opt; in main() local
74 log_opt = 0; in main()
80 case 'l': log_opt |= LOG_PERROR; break; in main()
103 openlog(argv[0],log_opt,LOG_MAIL); in main()
/dports/sysutils/py-salt/salt-3004.1/salt/utils/dockermod/translate/
H A Dcontainer.py45 log_opt = kwargs.pop("log_opt", helpers.NOTSET)
47 if log_driver is not helpers.NOTSET or log_opt is not helpers.NOTSET:
50 "Config": log_opt if log_opt is not helpers.NOTSET else {},
289 def log_opt(val, **kwargs): # pylint: disable=unused-argument function
/dports/sysutils/docker-compose/docker-compose-1.24.0/tests/fixtures/logging-composefile-legacy/
H A Ddocker-compose.yml9 log_opt:
/dports/mail/mailest/mailest-mailest-0.9.24/
H A Dparse.y211 log_opts : log_opts log_opt
212 | log_opt
215 log_opt : PATH STRING {
/dports/sysutils/docker-compose/docker-compose-1.24.0/tests/unit/
H A Dservice_test.py215 log_opt = {'syslog-address': 'tcp://192.168.0.42:123'}
216 logging = {'driver': 'syslog', 'options': log_opt}
/dports/sysutils/py-salt/salt-3004.1/tests/unit/utils/
H A Dtest_dockermod.py1119 self.translator, log_driver="foo", log_opt="foo=bar,baz=qux"
1131 self.translator, log_opt={"foo": "bar", "baz": "qux"}
/dports/lang/gnu-cobol/gnucobol-3.1.2/libcob/
H A Dcommon.c8983 char log_opt; local
8996 log_opt = toupper (debug_env[i]);
8999 switch (log_opt) {
9024 log_opt = toupper (debug_env[i]);
9025 switch (log_opt) {
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/containers/podman/plugins/module_utils/podman/
H A Dpodman_container_lib.py83 log_opt=dict(type='dict', aliases=['log_options'],
/dports/sysutils/docker-compose/docker-compose-1.24.0/
H A DCHANGES.md1387 - Fixed a bug where `log_opt` and `log_driver` were not properly carried over
1790 - `docker-compose.yml` now supports `log_opt` as well as `log_driver`, allowing you to pass extra…
H A DCHANGELOG.md1387 - Fixed a bug where `log_opt` and `log_driver` were not properly carried over
1790 - `docker-compose.yml` now supports `log_opt` as well as `log_driver`, allowing you to pass extra…