Home
last modified time | relevance | path

Searched refs:dirsep (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dunifdef.c336 const char *dirsep; in main() local
339 dirsep = strrchr(ofilename, '/'); in main()
340 if (dirsep != NULL) in main()
343 (int)(dirsep - ofilename), ofilename); in main()