| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/ |
| H A D | ppm_test.c | 30 struct berval pArg; in main() local 44 pArg.bv_val = fcontent; in main() 48 ret = check_password(argv[2], &errmsg, &pEntry, &pArg); in main()
|
| H A D | ppm.h | 116 int check_password(char *pPasswd, char **ppErrStr, Entry *e, void *pArg);
|
| H A D | ppm.c | 433 check_password(char *pPasswd, char **ppErrStr, Entry *e, void *pArg) in check_password() argument 439 struct berval *pwdCheckModuleArg = pArg; in check_password()
|
| /netbsd-src/external/gpl3/gcc/dist/fixincludes/ |
| H A D | fixincl.c | 987 tCC* pArg = *(ppArgs++); in fix_with_system() local 990 char ch = *(pArg++); in fix_with_system() 1002 tCC* pArg = *(ppArgs++); in fix_with_system() local 1004 if (pArg == NULL) in fix_with_system() 1007 pz_scan = make_raw_shell_str( pz_scan_save = pz_scan, pArg, in fix_with_system() 1019 pz_scan = make_raw_shell_str( pz_scan, pArg, in fix_with_system()
|
| /netbsd-src/external/gpl3/gcc.old/dist/fixincludes/ |
| H A D | fixincl.c | 987 tCC* pArg = *(ppArgs++); in fix_with_system() local 990 char ch = *(pArg++); in fix_with_system() 1002 tCC* pArg = *(ppArgs++); in fix_with_system() local 1004 if (pArg == NULL) in fix_with_system() 1007 pz_scan = make_raw_shell_str( pz_scan_save = pz_scan, pArg, in fix_with_system() 1019 pz_scan = make_raw_shell_str( pz_scan, pArg, in fix_with_system()
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | shell.c | 2670 static int pcachetraceInit(void *pArg){ in pcachetraceInit() argument 2673 fprintf(pcachetraceOut, "PCACHETRACE: xInit(%p)\n", pArg); in pcachetraceInit() 2675 nRes = pcacheBase.xInit(pArg); in pcachetraceInit() 2677 fprintf(pcachetraceOut, "PCACHETRACE: xInit(%p) -> %d\n", pArg, nRes); in pcachetraceInit() 2681 static void pcachetraceShutdown(void *pArg){ in pcachetraceShutdown() argument 2683 fprintf(pcachetraceOut, "PCACHETRACE: xShutdown(%p)\n", pArg); in pcachetraceShutdown() 2685 pcacheBase.xShutdown(pArg); in pcachetraceShutdown() 4387 Decimal *pArg; in decimalSumStep() local 4403 pArg = decimal_new(context, argv[0], 1); in decimalSumStep() 4404 decimal_add(p, pArg); in decimalSumStep() [all …]
|
| H A D | sqlite3.h | 846 int (*xFileControl)(sqlite3_file*, int op, void *pArg); 6330 void *pArg, 6337 void *pArg, 6345 void *pArg, 9070 void *pArg; member 9092 void *pArg; member 11013 SQLITE_API int sqlite3session_object_config(sqlite3_session*, int op, void *pArg); 12712 SQLITE_API int sqlite3session_config(int op, void *pArg);
|
| H A D | sqlite3.c | 1159 int (*xFileControl)(sqlite3_file*, int op, void *pArg); 6643 void *pArg, 6650 void *pArg, 6658 void *pArg, 9383 void *pArg; member 9405 void *pArg; member 11326 SQLITE_API int sqlite3session_object_config(sqlite3_session*, int op, void *pArg); 13025 SQLITE_API int sqlite3session_config(int op, void *pArg); 18081 #define STR_FUNCTION(zName, nArg, pArg, bNC, xFunc) \ argument 18084 pArg, 0, xFunc, 0, 0, 0, #zName, } [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
| H A D | sqlite3.d | 301 int function (sqlite3_file*, int op, void *pArg) xFileControl; 1135 void *pArg, 1143 void *pArg, 1152 void *pArg, 1750 void *pArg; variable 1767 void *pArg; member
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/public-domain/sqlite/dist/tea/generic/ |
| H A D | tclsqlite3.c | 1115 void *pArg, in auth_callback() argument 1133 SqliteDb *pDb = (SqliteDb*)pArg; in auth_callback() 1914 Tcl_Obj *pArg, /* SCRIPT argument (or NULL) */ in DbHookCmd() argument 1921 if( pArg ){ in DbHookCmd() 1926 if( pArg ){ in DbHookCmd() 1928 if( Tcl_GetCharLength(pArg)>0 ){ in DbHookCmd() 1929 *ppHook = pArg; in DbHookCmd()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | FormatString.h | 154 pArg, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/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()
|