OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tailindex
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/restore/
symtab.c
174
char *
tailindex
;
local
176
tailindex
= strrchr(name, '/');
177
if (
tailindex
== NULL)
179
*
tailindex
= '\0';
181
*
tailindex
= '/';
/src/external/bsd/openldap/dist/servers/slapd/
bconfig.c
4903
Entry *e, int idx, int
tailindex
, int use_ldif )
4923
if (
tailindex
) {
4964
int renumber = 0,
tailindex
= 0, isfrontend = 0, isconfig = 0;
local
4975
tailindex
= 1;
5047
if (
tailindex
) return LDAP_NAMING_VIOLATION;
5063
rc = config_renumber_one( NULL, rs, parent, e, index,
tailindex
, 0 );
Completed in 28 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026