OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copp
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ppp/dist/pppd/
main.c
1453
struct callout **
copp
, *freep;
local
1458
for (
copp
= &callout; (freep = *
copp
);
copp
= &freep->c_next)
1460
*
copp
= freep->c_next;
/src/external/bsd/openldap/dist/servers/slapd/
bconfig.c
5073
count_oc( ObjectClass *oc, ConfigOCs ***
copp
, int *nocs )
5079
if ( count_oc( *sups,
copp
, nocs ) ) {
5091
if ( *
copp
&& (*
copp
)[i] == cop ) {
5097
ConfigOCs **tmp = ch_realloc( *
copp
, (*nocs + 1)*sizeof( ConfigOCs * ) );
5101
*
copp
= tmp;
5102
(*
copp
)[*nocs] = cop;
Completed in 24 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026