Home
last modified time | relevance | path

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

/openbsd/lib/libform/
H A Dfty_regex.c181 RegExp_Arg *pArg = (RegExp_Arg *)0; in Generic_RegularExpression_Type()
185 pArg = typeMalloc(RegExp_Arg, 1); in Generic_RegularExpression_Type()
187 if (pArg) in Generic_RegularExpression_Type()
192 pArg->compiled_expression = NULL; in Generic_RegularExpression_Type()
194 *(pArg->refCount) = 1; in Generic_RegularExpression_Type()
215 free(pArg); in Generic_RegularExpression_Type()
216 pArg = NULL; in Generic_RegularExpression_Type()
229 if (pArg && !pArg->compiled_expression) in Generic_RegularExpression_Type()
231 free(pArg); in Generic_RegularExpression_Type()
232 pArg = NULL; in Generic_RegularExpression_Type()
[all …]
/openbsd/gnu/gcc/fixincludes/
H A Dfixincl.c950 tCC* pArg = *(ppArgs++); in fix_with_system() local
953 char ch = *(pArg++); in fix_with_system()
965 tCC* pArg = *(ppArgs++); in fix_with_system() local
967 if (pArg == NULL) in fix_with_system()
970 pz_scan = make_raw_shell_str( pz_scan_save = pz_scan, pArg, in fix_with_system()
982 pz_scan = make_raw_shell_str( pz_scan, pArg, in fix_with_system()
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixincl.c981 tCC* pArg = *(ppArgs++); local
984 char ch = *(pArg++);
996 tCC* pArg = *(ppArgs++); local
998 if (pArg == NULL)
1001 pz_scan = make_raw_shell_str( pz_scan_save = pz_scan, pArg,
1013 pz_scan = make_raw_shell_str( pz_scan, pArg,
/openbsd/gnu/llvm/clang/lib/AST/
H A DScanfFormatString.cpp185 case 'p': k = ConversionSpecifier::pArg; break; in ParseScanfSpecifier()
371 case ConversionSpecifier::pArg: in getArgType()
H A DFormatString.cpp708 case pArg: return "p"; in toString()
1001 case ConversionSpecifier::pArg: in hasStandardConversionSpecifier()
H A DPrintfFormatString.cpp325 case 'p': k = ConversionSpecifier::pArg; break; in ParsePrintfSpecifier()
656 case ConversionSpecifier::pArg: in getScalarArgType()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DFormatString.h159 pArg, enumerator
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp928 case analyze_format_string::ConversionSpecifier::pArg: in HandlePrintfSpecifier()
1016 case analyze_format_string::ConversionSpecifier::pArg: // %d in computePrecision()