Searched refs:objectname (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/ |
| H A D | slapi_ext.c | 89 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 D | object.c | 90 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 D | store.c | 339 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 D | main.c | 597 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 D | data.c | 181 const char *objectname[] = variable
|
| H A D | header.h | 349 extern const char *objectname[];
|
| /netbsd-src/external/bsd/openldap/dist/include/ |
| H A D | slapi-plugin.h | 439 const char *objectname, slapi_extension_constructor_fnptr constructor,
|