_pgmptr           391 libutil/conf.c 				const char *name = strrchr(_pgmptr, '\\');
_pgmptr           393 libutil/conf.c 					strbuf_nputs(sb, _pgmptr, name+1 - _pgmptr);
_pgmptr           124 libutil/dbop.c 	path = strrchr(_pgmptr, '\\');
_pgmptr           125 libutil/dbop.c 	sprintf(sort, "%.*s\\sort.exe", path - _pgmptr, _pgmptr);