| /netbsd-src/external/bsd/openldap/dist/libraries/liblutil/ |
| H A D | ntservice.c | 394 char *Inserts[5]; in lutil_LogStartedEvent() local 400 Inserts[i] = (char *)malloc( 20 ); in lutil_LogStartedEvent() 401 itoa( slap_debug, Inserts[i++], 10 ); in lutil_LogStartedEvent() 402 Inserts[i++] = strdup( configfile ); in lutil_LogStartedEvent() 403 Inserts[i++] = strdup( urls ? urls : "ldap:///" ); in lutil_LogStartedEvent() 406 MSG_SVC_STARTED, NULL, i, 0, (LPCSTR *) Inserts, NULL ); in lutil_LogStartedEvent() 409 ldap_memfree( Inserts[j] ); in lutil_LogStartedEvent()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | TransformActions.cpp | 108 InsertsMap Inserts; member in __anon518461200111::TransformActionsImpl 516 Inserts[FullSourceLoc(loc, SM)].push_back(text); in addInsertion() 524 Inserts.erase(Inserts.upper_bound(newRange.Begin), in addRemoval() 525 Inserts.lower_bound(newRange.End)); in addRemoval() 559 for (InsertsMap::iterator I = Inserts.begin(), E = Inserts.end(); I!=E; ++I) { in applyRewrites()
|
| /netbsd-src/external/bsd/kyua-cli/dist/utils/cmdline/ |
| H A D | commands_map.ipp | 55 /// Inserts a new command into the map. 75 /// Inserts a new command into the map.
|
| /netbsd-src/external/bsd/kyua-cli/dist/utils/format/ |
| H A D | formatter.ipp | 59 /// Inserts a formatter string into a stream.
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| H A D | random | 578 * @brief Inserts a %beta_distribution random number distribution 898 * @brief Inserts a %normal_mv_distribution random number distribution 1167 * @brief Inserts a %rice_distribution random number distribution 1401 * @brief Inserts a %nakagami_distribution random number distribution 1650 * @brief Inserts a %pareto_distribution random number distribution 1908 * @brief Inserts a %k_distribution random number distribution 2150 * @brief Inserts a %arcsine_distribution random number distribution 2394 * @brief Inserts a %hoyt_distribution random number distribution 2662 * @brief Inserts a %triangular_distribution random number distribution 2904 * @brief Inserts a %von_mises_distribution random number distribution [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| H A D | random | 576 * @brief Inserts a %beta_distribution random number distribution 896 * @brief Inserts a %normal_mv_distribution random number distribution 1165 * @brief Inserts a %rice_distribution random number distribution 1399 * @brief Inserts a %nakagami_distribution random number distribution 1648 * @brief Inserts a %pareto_distribution random number distribution 1906 * @brief Inserts a %k_distribution random number distribution 2148 * @brief Inserts a %arcsine_distribution random number distribution 2392 * @brief Inserts a %hoyt_distribution random number distribution 2660 * @brief Inserts a %triangular_distribution random number distribution 2902 * @brief Inserts a %von_mises_distribution random number distribution [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
| H A D | c-rx.texi | 191 Inserts a 3-byte value into the output file at the current location.
|
| H A D | c-aarch64.texi | 467 Inserts the expressions into the output as if they were instructions,
|
| H A D | as.info | 6844 Inserts the expressions into the output as if they were 20504 Inserts a 3-byte value into the output file at the current
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
| H A D | c-rx.texi | 191 Inserts a 3-byte value into the output file at the current location.
|
| H A D | c-aarch64.texi | 415 Inserts the expressions into the output as if they were instructions,
|
| H A D | as.info | 6926 Inserts the expressions into the output as if they were 19932 Inserts a 3-byte value into the output file at the current
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | array.d | 879 Inserts $(D stuff) (which must be an input range or any number of
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | array.d | 1343 Inserts `stuff` (which must be an input range or any number of
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| H A D | regex | 1740 * @brief Inserts a matched string into an output stream.
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
| H A D | regex | 1740 * @brief Inserts a matched string into an output stream.
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | arm_sve.td | 199 def IsInsertOp1SVALL : FlagType<0x04000000>; // Inserts SV_ALL as the second operand.
|
| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | ChangeLog | 2219 (func_quote): Create a new function, $(quote VARNAME). Inserts
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | ProgrammersManual.rst | 2812 pb->getInstList().insert(pi, newInst); // Inserts newInst before pi in pb
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | invoke.texi | 13842 Inserts a call to @code{__sanitizer_cov_trace_pc} into every basic block. 13847 Inserts a call to @code{__sanitizer_cov_trace_cmp1},
|
| H A D | gcc.info | 12725 Enable coverage-guided fuzzing code instrumentation. Inserts a 12729 Enable dataflow guided fuzzing code instrumentation. Inserts a
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | invoke.texi | 16019 Inserts a call to @code{__sanitizer_cov_trace_pc} into every basic block. 16024 Inserts a call to @code{__sanitizer_cov_trace_cmp1},
|
| H A D | gcc.info | 14690 Enable coverage-guided fuzzing code instrumentation. Inserts a 14694 Enable dataflow guided fuzzing code instrumentation. Inserts a
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2011 | 26861 (mn10300_insert_setlb_lcc): New function. Inserts a SETLB and a
|