Home | History | Annotate | Download | only in src

Lines Matching refs:suffix

132     { "domain-suffix", 1, 0, 's' },
237 { 'E', OPT_EXPAND, NULL, gettext_noop("Expand simple names in /etc/hosts with domain-suffix."), NULL },
1036 char *suffix;
1051 li->suffix = opt_string_alloc(arg);
1072 size_t ls = strlen(li->suffix);
1074 strcmp(li->suffix, &ent->d_name[len - ls]) == 0)
1101 free(ignore_suffix->suffix);