Searched refs:next_to_last_slash (Results 1 – 1 of 1) sorted by relevance
126 char *last_slash, *next_to_last_slash; local223 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);[all …]