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

/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Dlimits.c49 struct name_value struct
134 struct name_value pair;
H A Dpermission.c106 struct name_value struct
566 struct name_value pair;
617 struct name_value *pair;
/opensolaris-onvv-gate/usr/src/lib/libpam/
H A Dpam_appl.h322 const char *name_value
H A Dpam_framework.c1352 * if name_value == 'NAME=VALUE' then set variable to the value
1353 * if name_value == 'NAME=' then set variable to an empty value
1354 * if name_value == 'NAME' then delete the variable
1358 pam_putenv(pam_handle_t *pamh, const char *name_value) argument
1367 name_value ? name_value : "NULL");
1369 if (pamh == NULL || name_value == NULL)
1373 if ((equal_sign = strchr(name_value, '=')) != 0) {
1374 if ((name = calloc(equal_sign - name_value + 1,
1379 (void) strncpy(name, name_value, equal_sig
[all...]
/opensolaris-onvv-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c2383 * returned through the name_value pointer if it is not NULL.
2395 * name_value - Address to receive the value of the name attribute.
2400 char **name_value)
2481 *name_value = safe_strdup(value_name);
2492 char *name_value; local
2514 &name_value);
2518 * associated with name_value, because the
2523 SCF_PROPERTY_TM_CHOICES_NAME, name_value,
2552 char *name_value; local
2570 &name_value);
2399 lxml_get_tm_value_element(entity_t *service, pgroup_t *pg, xmlNodePtr value, char **name_value) argument
2611 char *name_value; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dcap.c1316 static const char *name_value[] = { MSG_ORIG(MSG_CMD_VALUE), NULL }; local
1428 { cmd_value, cpl_eltarg, name_value,
H A Ddyn.c1916 static const char *name_value[] = { MSG_ORIG(MSG_CMD_VALUE), NULL }; local
2089 { cmd_value, cpl_eltarg, name_value,

Completed in 211 milliseconds