Searched refs:pArg (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/ncurses/form/ |
| H A D | fty_regex.c | 149 RegExp_Arg *pArg = (RegExp_Arg *)0; in Generic_RegularExpression_Type() 153 pArg = typeMalloc(RegExp_Arg, 1); in Generic_RegularExpression_Type() 155 if (pArg) in Generic_RegularExpression_Type() 160 pArg->compiled_expression = NULL; in Generic_RegularExpression_Type() 162 *(pArg->refCount) = 1; in Generic_RegularExpression_Type() 183 free(pArg); in Generic_RegularExpression_Type() 184 pArg = NULL; in Generic_RegularExpression_Type() 197 if (pArg && !pArg->compiled_expression) in Generic_RegularExpression_Type() 199 free(pArg); in Generic_RegularExpression_Type() 200 pArg = NULL; in Generic_RegularExpression_Type() [all …]
|
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | shell.c | 5050 Decimal *pArg; in decimalSumStep() local 5076 Decimal *pArg; in decimalSumInverse() local 5082 if( pArg ) pArg->sign = !pArg->sign; in decimalSumInverse() 13143 void *pArg, in shell_callback() argument 13749 if( pArg==0 || pArg->out==0 ) return 0; in display_stats() 13752 if( pArg->pStmt && pArg->statsOn==2 ){ in display_stats() 14615 if( pArg && ShellHasFlag(pArg, SHFLG_Echo) ){ in shell_exec() 14662 if( pArg ) pArg->pStmt = pStmt; in shell_exec() 14668 pArg->cMode = pArg->mode; in shell_exec() 14691 if( pArg && pArg->statsOn ){ in shell_exec() [all …]
|
| H A D | sqlite3.h | 833 int (*xFileControl)(sqlite3_file*, int op, void *pArg); 6006 void *pArg, 6013 void *pArg, 6021 void *pArg, 8677 void *pArg; member 8699 void *pArg; member 10301 SQLITE_API int sqlite3session_object_config(sqlite3_session*, int op, void *pArg); 11899 SQLITE_API int sqlite3session_config(int op, void *pArg);
|
| H A D | sqlite3.c | 6312 void *pArg, 6319 void *pArg, 6327 void *pArg, 8983 void *pArg; member 9005 void *pArg; member 42042 if( pArg==NULL || (const char *)pArg==0 ){ 52169 sqlite3DbFree(((RowSet*)pArg)->db, pArg); 112834 void *pArg 145021 pArg->n = (int)(&p->z[p->n] - pArg->z); 168316 void *pArg [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ScanfFormatString.cpp | 184 case 'p': k = ConversionSpecifier::pArg; break; in ParseScanfSpecifier() 369 case ConversionSpecifier::pArg: in getArgType()
|
| H A D | FormatString.cpp | 641 case pArg: return "p"; in toString() 922 case ConversionSpecifier::pArg: in hasStandardConversionSpecifier()
|
| H A D | PrintfFormatString.cpp | 325 case 'p': k = ConversionSpecifier::pArg; break; in ParsePrintfSpecifier() 653 case ConversionSpecifier::pArg: in getScalarArgType()
|
| /freebsd-13.1/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 1096 void *pArg, in auth_callback() argument 1114 SqliteDb *pDb = (SqliteDb*)pArg; in auth_callback() 1895 Tcl_Obj *pArg, /* SCRIPT argument (or NULL) */ in DbHookCmd() argument 1902 if( pArg ){ in DbHookCmd() 1907 if( pArg ){ in DbHookCmd() 1909 if( Tcl_GetCharLength(pArg)>0 ){ in DbHookCmd() 1910 *ppHook = pArg; in DbHookCmd()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | FormatString.h | 154 pArg, enumerator
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 486 case analyze_format_string::ConversionSpecifier::pArg: in HandlePrintfSpecifier() 574 case analyze_format_string::ConversionSpecifier::pArg: // %d in computePrecision()
|