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

/netbsd-current/sbin/restore/
H A Dsymtab.c174 char *tailindex; local
176 tailindex = strrchr(name, '/');
177 if (tailindex == NULL)
179 *tailindex = '\0';
181 *tailindex = '/';
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dbconfig.c5074 Entry *e, int idx, int tailindex, int use_ldif )
5094 if ( tailindex ) {
5135 int renumber = 0, tailindex = 0, isfrontend = 0, isconfig = 0; local
5146 tailindex = 1;
5218 if ( tailindex ) return LDAP_NAMING_VIOLATION;
5234 rc = config_renumber_one( NULL, rs, parent, e, index, tailindex, 0 );
5073 config_renumber_one( Operation *op, SlapReply *rs, CfEntryInfo *parent, Entry *e, int idx, int tailindex, int use_ldif ) argument

Completed in 169 milliseconds