Lines Matching refs:next_to_last_slash
126 char *last_slash, *next_to_last_slash;
223 next_to_last_slash = strrchr(outfile, '/');
224 if (next_to_last_slash) *next_to_last_slash = '\0';
225 } else next_to_last_slash = NULL;
229 if (next_to_last_slash) printf("next_to_last_slash=%s\n",
230 next_to_last_slash+1);
238 if (last_slash && next_to_last_slash) {
251 if (yp_getalias(next_to_last_slash+1, outaliasdomain,
254 strcpy(outaliasdomain, next_to_last_slash+1);
258 next_to_last_slash+1);
261 printf("%s\n", next_to_last_slash+1);