Searched refs:slash (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dmain.c93 char *slash; /* index of last / in hfile */ local
98 slash = rindex(prog,SLASH);
99 if (slash)
100 prog = slash + 1;
128 slash = rindex(hfile,SLASH);
129 strcpy(headid, slash ? slash+1 : hfile);

Completed in 10 milliseconds