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

/systemd/src/shared/
H A Ddns-domain.c141 /* @label_terminal: terminal character of a label, updated to point to the terminal character of
145 const char *terminal; local
160 terminal = *label_terminal;
161 assert(*terminal == '.' || *terminal == 0);
163 /* Skip current terminal character (and accept domain names ending it ".") */
164 if (*terminal == 0)
165 terminal--;
166 if (terminal >
[all...]

Completed in 12 milliseconds