27 code results in systemd/systemd
src/shared/utmp-wtmp.c
C
Showing the top two matches
Last indexed Jun 26, 2018
src/shared/tests.c
C
Showing the top two matches
Last indexed Jun 26, 2018
| 32 | fputs("ERROR: $SYSTEMD_TEST_DATA directory does not exist\n", stderr); |
| 33 | exit(EXIT_FAILURE); |
| 34 | } |
| 35 | strncpy(testdir, env, sizeof(testdir) - 1); |
| … | |
| 49 | fputs("ERROR: Cannot find testdata directory, set $SYSTEMD_TEST_DATA\n", stderr); |
| 50 | exit(EXIT_FAILURE); |
| 51 | } |
| 52 | } |
| 53 | |
| 54 | strncpy(testdir + strlen(testdir), suffix, sizeof(testdir) - strlen(testdir) - 1); |
src/shared/firewall-util.c
C
Showing the top two matches
Last indexed Jun 26, 2018
| 119 | XT_ALIGN(sizeof(struct ipt_entry_target)) + |
| 120 | XT_ALIGN(sizeof(struct nf_nat_ipv4_multi_range_compat)); |
| 121 | strncpy(t->u.user.name, "MASQUERADE", sizeof(t->u.user.name)); |
| … | |
| 223 | if (protocol == IPPROTO_TCP) { |
| 224 | struct xt_tcp *tcp; |
| 225 | |
| 226 | strncpy(m->u.user.name, "tcp", sizeof(m->u.user.name)); |
src/reply-password/reply-password.c
C
Showing the top match
Last indexed Jun 26, 2018
src/network/netdev/tuntap.c
C
Showing the top match
Last indexed Aug 21, 2018
src/libsystemd/sd-daemon/sd-daemon.c
C
Showing the top two matches
Last indexed Jun 29, 2018
src/udev/scsi_id/scsi_serial.c
C
Showing the top two matches
Last indexed Jul 23, 2018
src/basic/process-util.c
C
Showing the top two matches
Last indexed Aug 7, 2018
src/libsystemd/sd-bus/test-bus-watch-bind.c
C
Showing the top match
Last indexed Jun 29, 2018
src/socket-proxy/socket-proxyd.c
C
Showing the top two matches
Last indexed Aug 20, 2018