Lines Matching refs:pOpts
41 check_existence(teOptFileType ftype, tOptions * pOpts, tOptDesc * pOD) in check_existence() argument
53 fserr_exit(pOpts->pzProgName, "stat", fname); in check_existence()
77 fserr_exit(pOpts->pzProgName, "stat", p); in check_existence()
87 fserr_exit(pOpts->pzProgName, "stat", fname); in check_existence()
102 open_file_fd(tOptions * pOpts, tOptDesc * pOD, tuFileMode mode) in open_file_fd() argument
106 fserr_exit(pOpts->pzProgName, "open", pOD->optArg.argString); in open_file_fd()
126 fopen_file_fp(tOptions * pOpts, tOptDesc * pOD, tuFileMode mode) in fopen_file_fp() argument
130 fserr_exit(pOpts->pzProgName, "fopen", pOD->optArg.argString); in fopen_file_fp()
159 optionFileCheck(tOptions * pOpts, tOptDesc * pOD, in optionFileCheck() argument
162 if (pOpts <= OPTPROC_EMIT_LIMIT) { in optionFileCheck()
163 if (pOpts != OPTPROC_EMIT_USAGE) in optionFileCheck()
184 check_existence(ftype, pOpts, pOD); in optionFileCheck()
189 case FTYPE_MODE_OPEN_FD: open_file_fd( pOpts, pOD, mode); break; in optionFileCheck()
190 case FTYPE_MODE_FOPEN_FP: fopen_file_fp(pOpts, pOD, mode); break; in optionFileCheck()