Home
last modified time | relevance | path

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

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