Searched refs:objectname (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_ext.c89 static int map_extension_type(const char *objectname, slapi_extension_t *type) argument
91 if ( strcasecmp( objectname, SLAPI_EXT_CONNECTION ) == 0 ) {
93 } else if ( strcasecmp( objectname, SLAPI_EXT_OPERATION ) == 0 ) {
176 const char *objectname,
188 rc = map_extension_type( objectname, &type );
174 slapi_register_object_extension( const char *pluginname, const char *objectname, slapi_extension_constructor_fnptr constructor, slapi_extension_destructor_fnptr destructor, int *objecttype, int *extensionhandle) argument
/netbsd-current/games/larn/
H A Dobject.c90 lprintf("\n\nThere is %s here!", objectname[i]);
97 lprintf("\n\nThere is %s here!", objectname[i]);
102 lprintf("\n\nThere is %s here!", objectname[i]);
232 lprintf("\n\nYou have found %s", objectname[i]);
251 lprintf("\n\nYou have found %s", objectname[i]);
302 lprcat(objectname[OENTRANCE]);
322 lprcat(objectname[OVOLDOWN]);
362 lprcat(objectname[OVOLUP]);
521 lprintf("\n\nYou have found %s ", objectname[theitem]);
H A Ddata.c181 const char *objectname[] = variable
H A Dstore.c339 lprintf("%s", objectname[itm[i].obj]);
603 lprintf("%c) %s", i + 'a', objectname[iven[i]]);
713 lprintf("\nI see you have %s", objectname[gemstone]);
H A Dmain.c597 lprintf("\n%c) %s", idx + 'a', objectname[iven[idx]]);
628 lprintf("\n%c) %s", indx + 'a', objectname[iven[indx]]);
828 lprcat(objectname[item[i][j]]);
H A Dheader.h349 extern const char *objectname[];
/netbsd-current/external/bsd/openldap/dist/include/
H A Dslapi-plugin.h439 const char *objectname, slapi_extension_constructor_fnptr constructor,

Completed in 115 milliseconds