OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ixnew
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/diff/
diffreg.c
215
static long *
ixnew
; /* will be overlaid on file[1] */
variable
414
ixnew
= xreallocarray(
ixnew
, len[1] + 2, sizeof(*
ixnew
));
695
ixold[0] =
ixnew
[0] = 0;
704
ixnew
[j] = ctnew += skipline(f2);
795
ixnew
[j] = ctnew;
799
ixnew
[j] = ctnew += skipline(f2);
879
fetch(
ixnew
, J[i0], J[i0], f2, '\0', 0, flags);
1042
ixnew
[i] - ixnew[i - 1], ixnew[i - 1])
[
all
...]
/src/external/bsd/openldap/dist/servers/slapd/
bconfig.c
6505
int ixold,
ixnew
, dopause = 1;
local
6616
ixnew
= strtol( iptr2, &ptr1, 0 );
6617
if ( ptr1 != ptr2 || ixold < 0 ||
ixnew
< 0 ) {
6622
if ( ce->ce_type == Cft_Database && ( ixold == 0 ||
ixnew
== 0 )) {
6709
for ( i=0; i<
ixnew
; i++ ) {
6718
ixnew
= i;
6722
backend_db_move( ce->ce_be,
ixnew
);
6724
overlay_move( ce->ce_be, (slap_overinst *)ce->ce_bi,
ixnew
);
6728
if ( ixold <
ixnew
) {
6732
rs->sr_err = config_rename_add( op, rs, ce,
ixnew
, 1
[
all
...]
Completed in 34 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026