Home
last modified time | relevance | path

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

/scripts/
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()