Searched defs:app (Results 1 - 10 of 10) sorted by relevance
/osnet-11/usr/src/lib/pam_modules/ldap/ |
H A D | ldap_utils.c | 91 ns_auth_t **app; local 166 for (app = authpp; *app; app++) { 167 authp = *app;
|
/osnet-11/usr/src/lib/fm/libasr/common/ |
H A D | asr_scf.c | 461 const scf_simple_app_props_t *app; local 463 app = scf_simple_app_props_get(NULL, fmri); 464 if (app == NULL) { 469 prop = scf_simple_app_props_next(app, NULL); 480 app, (scf_simple_prop_t *)prop); 483 scf_simple_app_props_free((scf_simple_app_props_t *)app);
|
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/ |
H A D | BrowserApp.java | 62 static BrowserApp app; field in class:BrowserApp 203 app = new BrowserApp();
|
/osnet-11/usr/src/lib/scsi/plugins/ses/ses2/common/ |
H A D | ses2_element.c | 928 const struct aes_parser *app; local 938 for (app = &aes_parsers[0]; app->func != NULL; app++) 939 if (app->type == type) 941 if (app->func == NULL) 948 return (app->func(dep, props, len));
|
/osnet-11/usr/src/lib/passwdutil/ |
H A D | ldap_attr.c | 1059 ns_auth_t **app; local 1121 for (app = authpp; *app; app++) { 1122 authp = *app;
|
/osnet-11/usr/src/lib/libpkg/common/ |
H A D | keystore.c | 359 * app - Application making request 369 open_keystore(PKG_ERR *err, char *keystore_file, char *app, argument 381 if (!resolve_paths(err, keystore_file, app, flags, tmpstore)) { 1088 * app - Application making request 1294 * If the keystore file does not exist at <base>/<app> then 1296 * for example, to access an app-specific keystore iff it 1297 * exists, otherwise revert back to an app-generic keystore. 1300 * Always use the keystore located at <keystore_path>/<app>. 1303 * back to an app-generic keystore path when the app 1319 resolve_paths(PKG_ERR *err, char *keystore_file, char *app, long flags, keystore_t *keystore) argument [all...] |
/osnet-11/usr/src/lib/liblldp/common/ |
H A D | liblldp_tlv.c | 1179 lldp_appln_t *app; local 1201 app = *appln; 1208 app->la_id = atoi(idstr); 1209 app->la_sel = atoi(selstr); 1210 (void) nvpair_value_uint8(nvp, &app->la_pri); 1211 app++; 1222 lldp_appln_t *app; local 1231 app = appln; 1233 if (app->la_id == id && app 1265 lldp_appln_t *app; local 1308 lldp_appln_t *app; local [all...] |
/osnet-11/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldapaddent.c | 4275 ns_auth_t **app; local 4444 for (app = authpp; *app; app++) { 4445 authp = *app;
|
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaGlobal.h | 326 boolean_t app; /* set when C_xxxInit is called by app */ member in struct:crypto_init
|
/osnet-11/usr/src/lib/nsswitch/ldap/common/ |
H A D | getgrent.c | 691 char **app; local 696 app = (char **)calloc(i + 1, sizeof (char *)); 697 if (app == NULL) 703 app[i] = strdup(amap[0]); 705 app[i] = strdup(gr_attrs2[i]); 706 if (app[i] == NULL) { 707 free2dArray(&app); 713 return (app);
|
Completed in 240 milliseconds