Searched refs:tailindex (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/restore/
H A Dsymtab.c174 char *tailindex; local
176 tailindex = strrchr(name, '/');
177 if (tailindex == NULL)
179 *tailindex = '\0';
181 *tailindex = '/';
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dbconfig.c4394 Entry *e, int idx, int tailindex, int use_ldif )
4414 if ( tailindex ) {
4451 int renumber = 0, tailindex = 0, isfrontend = 0, isconfig = 0; local
4462 tailindex = 1;
4509 if ( tailindex ) return LDAP_NAMING_VIOLATION;
4525 rc = config_renumber_one( NULL, rs, parent, e, index, tailindex, 0 );
4393 config_renumber_one( Operation *op, SlapReply *rs, CfEntryInfo *parent, Entry *e, int idx, int tailindex, int use_ldif ) argument

Completed in 126 milliseconds