OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nmods
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/openldap/dist/libraries/libldap/
ldifutil.c
121
int i, j, k, idn,
nmods
;
local
368
nmods
= lr->lr_lines - i;
385
nmods
--;
408
lr->lr_lm = ber_memalloc_x(
nmods
* sizeof(LDAPMod) +
409
(
nmods
+1) * sizeof(LDAPMod*) +
410
(lr->lr_lines +
nmods
- idn) * sizeof(struct berval *), ctx );
416
pmods = (LDAPMod **)(lr->lr_lm+
nmods
);
417
bvl = (struct berval **)(pmods+
nmods
+1);
486
nmods
--;
503
nmods
--
[
all
...]
/src/usr.bin/rump_allserver/
rump_allserver.c
151
unsigned
nmods
= 0, curmod = 0, nlibs = 0, curlib = 0, libidx;
local
324
if (
nmods
- curmod == 0) {
326
(
nmods
+ALLOCCHUNK) * sizeof(char *));
329
nmods
+= ALLOCCHUNK;
/src/external/cddl/osnet/dist/cmd/dtrace/
dtrace.c
524
int
nmods
, line;
local
534
nmods
= dtrace_provider_modules(g_dtp, mods,
537
if (
nmods
>= sizeof (mods) / sizeof (char *))
540
mods[
nmods
++] = "dtrace";
542
for (line = 0; line <
nmods
; line++)
/src/external/bsd/openldap/dist/servers/slapd/overlays/
syncprov.c
1783
* Check whether the last
nmods
UUIDs in the uuids list exist in the database
1792
int
nmods
)
1800
int i, mods =
nmods
;
1823
for ( i=0; i<
nmods
; i++ ) {
2022
int i, j, ndel, num,
nmods
, mmods, do_play = 0, rc = -1;
local
2065
nmods
= 0;
2135
nmods
++;
2136
j = num -
nmods
;
2166
for ( i=ndel; i < num -
nmods
; i++ )
2172
mmods =
nmods
;
[
all
...]
Completed in 26 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026