Searched refs:at (Results 1 - 13 of 13) sorted by relevance

/systemd/src/hostname/
H A Dorg.freedesktop.hostname1.conf11 (at your option) any later version.
/systemd/src/locale/
H A Dorg.freedesktop.locale1.conf11 (at your option) any later version.
/systemd/src/resolve/
H A Dorg.freedesktop.resolve1.conf11 (at your option) any later version.
/systemd/src/timedate/
H A Dorg.freedesktop.timedate1.conf11 (at your option) any later version.
/systemd/src/import/
H A Dorg.freedesktop.import1.conf11 (at your option) any later version.
/systemd/src/network/
H A Dorg.freedesktop.network1.conf11 (at your option) any later version.
/systemd/src/basic/
H A Dunit-name.c9 (at your option) any later version.
54 const char *e, *i, *at; local
74 for (i = n, at = NULL; i < e; i++) {
76 if (*i == '@' && !at)
77 at = i;
83 if (at == n)
87 if (!at)
91 if (at && e > at + 1)
95 if (at
[all...]
/systemd/src/shared/
H A Dfirewall-util.c9 (at your option) any later version.
175 struct xt_addrtype_info_v1 *at; local
254 at = (struct xt_addrtype_info_v1*) m->data;
255 at->dest = XT_ADDRTYPE_LOCAL;
/systemd/src/machine/
H A Dorg.freedesktop.machine1.conf11 (at your option) any later version.
H A Dmachinectl.c9 (at your option) any later version.
1335 const char *at; local
1337 at = strchr(machine, '@');
1338 if (at) {
1339 uid = strndupa(machine, at - machine);
1340 machine = at + 1;
2391 " enable NAME... Enable automatic container start at boot\n"
2392 " disable NAME... Disable automatic container start at boot\n"
/systemd/src/core/
H A Dorg.freedesktop.systemd1.conf11 (at your option) any later version.
/systemd/src/login/
H A Dorg.freedesktop.login1.conf11 (at your option) any later version.
/systemd/src/udev/
H A Dudev-rules.c7 * (at your option) any later version.
1040 /* If we aren't at the end of the line, this is a parsing error.
1047 log_error("invalid key/value pair in file %s on line %u, starting at character %tu ('%s')",
1050 log_error("hint: comments can only start at beginning of line");

Completed in 62 milliseconds