Lines Matching refs:suffix
104 const char *name, *suffix;
112 suffix = strrchr(name, '-');
113 if (suffix == NULL)
114 suffix = name;
116 suffix++;
118 if (strcmp(suffix, "login") == 0)
120 else if (strcmp(suffix, "master") == 0)
122 else if (strcmp(suffix, "userdb") == 0)
124 else if (strcmp(suffix, "postmap") == 0)
126 else if (strcmp(suffix, "token") == 0)
128 else if (strcmp(suffix, "tokenlogin") == 0)