Searched defs:at (Results 1 - 3 of 3) sorted by relevance

/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/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/machine/
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"

Completed in 19 milliseconds