===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
pstotext-1.9/pstotxtd.c-283-    }
pstotext-1.9/pstotxtd.c:284:    if ((rc = DosQueryProcAddr(pstotextModule, 0, "pstotextInit", (PFN *)(&dllfn_pstotextInit))) !=0) {
pstotext-1.9/pstotxtd.c-285-	fprintf(stderr, "Can't find pstotextInit() in %s\n", dllname);
##############################################
pstotext-1.9/pstotxtd.c-289-    }
pstotext-1.9/pstotxtd.c:290:    if ((rc = DosQueryProcAddr(pstotextModule, 0, "pstotextFilter", (PFN *)(&dllfn_pstotextFilter))) !=0) {
pstotext-1.9/pstotxtd.c-291-	fprintf(stderr, "Can't find pstotextFilter() in %s\n", dllname);
##############################################
pstotext-1.9/pstotxtd.c-295-    }
pstotext-1.9/pstotxtd.c:296:    if ((rc = DosQueryProcAddr(pstotextModule, 0, "pstotextExit", (PFN *)(&dllfn_pstotextExit))) !=0) {
pstotext-1.9/pstotxtd.c-297-	fprintf(stderr, "Can't find pstotextExit() in %s\n", dllname);
##############################################
pstotext-1.9/pstotxtd.c-301-    }
pstotext-1.9/pstotxtd.c:302:    if ((rc = DosQueryProcAddr(pstotextModule, 0, "pstotextSetCork", (PFN *)(&dllfn_pstotextSetCork))) !=0) {
pstotext-1.9/pstotxtd.c-303-	fprintf(stderr, "Can't find pstotextSetCork() in %s\n", dllname);