Lines Matching refs:data

210  * and handle only one data/length pair.
246 /* set pointer to data */
254 * that the length of data is supplied
485 * get pointer to data.
492 /* get data length */
539 * get pointer to data.
546 /* get data length */
572 * get pointer to data.
579 /* get data length */
962 * If we received referral data, process
1720 __s_cvt_passwd(const void *data, char **rdn,
1738 if (data == NULL || rdn == NULL || entry == NULL || errorp == NULL)
1745 ptr = (struct passwd *)data;
1763 /* Error check the data and add the attributes */
1862 __s_cvt_project(const void *data, char **rdn,
1879 if (data == NULL || rdn == NULL || entry == NULL || errorp == NULL)
1887 ptr = (struct project *)data;
1904 /* Error check the data and add the attributes */
1974 __s_cvt_shadow(const void *data, char **rdn,
1992 if (data == NULL || rdn == NULL || entry == NULL || errorp == NULL)
1999 ptr = (struct spwd *)data;
2016 /* Error check the data and add the attributes */
2108 __s_cvt_group(const void *data, char **rdn,
2126 if (data == NULL || rdn == NULL || entry == NULL || errorp == NULL)
2133 ptr = (struct group *)data;
2150 /* Error check the data and add the attributes */
2212 __s_cvt_hosts(const void *data, char **rdn,
2230 if (data == NULL || rdn == NULL || entry == NULL || errorp == NULL)
2237 ptr = (struct hostent *)data;
2256 /* Error check the data and add the attributes */
2346 __s_cvt_rpc(const void *data, char **rdn,
2364 if (data == NULL || rdn == NULL || entry == NULL || errorp == NULL)
2371 ptr = (struct rpcent *)data;
2388 /* Error check the data and add the attributes */
2436 __s_cvt_protocols(const void *data, char **rdn,
2454 if (data == NULL || rdn == NULL || entry == NULL || errorp == NULL)
2461 ptr = (struct protoent *)data;
2478 /* Error check the data and add the attributes */
2524 __s_cvt_services(const void *data, char **rdn,
2543 if (data == NULL || rdn == NULL || entry == NULL || errorp == NULL)
2550 ptr = (struct servent *)data;
2578 /* Error check the data and add the attributes */
2628 __s_cvt_networks(const void *data, char **rdn,
2646 if (data == NULL || rdn == NULL || entry == NULL || errorp == NULL)
2653 ptr = (struct netent *)data;
2676 /* Error check the data and add the attributes */
2720 __s_cvt_netmasks(const void *data, char **rdn,
2735 if (data == NULL || rdn == NULL || entry == NULL || errorp == NULL)
2742 ptr = (struct _ns_netmasks *)data;
2759 /* Error check the data and add the attributes */
2783 __s_cvt_netgroups(const void *data, char **rdn,
2800 if (data == NULL || rdn == NULL || entry == NULL || errorp == NULL)
2807 ptr = (struct _ns_netgroups *)data;
2832 /* Error check the data and add the attributes */
2881 __s_cvt_bootparams(const void *data, char **rdn,
2899 if (data == NULL || rdn == NULL || entry == NULL || errorp == NULL)
2906 ptr = (struct _ns_bootp *)data;
2931 /* Error check the data and add the attributes */
2962 __s_cvt_ethers(const void *data, char **rdn,
2978 if (data == NULL || rdn == NULL || entry == NULL || errorp == NULL)
2985 ptr = (struct _ns_ethers *)data;
3002 /* Error check the data and add the attributes */
3135 __s_cvt_publickey(const void *data, char **rdn,
3149 if (data == NULL || rdn == NULL || entry == NULL || errorp == NULL)
3156 ptr = (struct _ns_pubkey *)data;
3176 /* Error check the data and add the attributes */
3198 __s_cvt_aliases(const void *data, char **rdn,
3215 if (data == NULL || rdn == NULL || entry == NULL || errorp == NULL)
3222 ptr = (struct _ns_alias *)data;
3247 /* Error check the data and add the attributes */
3278 __s_cvt_auto_mount(const void *data, char **rdn,
3296 if (data == NULL || rdn == NULL || entry == NULL || errorp == NULL)
3320 ptr = (struct _ns_automount *)data;
3381 __s_cvt_authattr(const void *data, char **rdn,
3396 if (data == NULL || rdn == NULL || entry == NULL || errorp == NULL)
3404 ptr = (authstr_t *)data;
3473 __s_cvt_execattr(const void *data, char **rdn,
3490 if (data == NULL || rdn == NULL || entry == NULL || errorp == NULL)
3498 ptr = (execstr_t *)data;
3584 __s_cvt_profattr(const void *data, char **rdn,
3599 if (data == NULL || rdn == NULL || entry == NULL || errorp == NULL)
3607 ptr = (profstr_t *)data;
3668 __s_cvt_userattr(const void *data, char **rdn,
3682 if (data == NULL || rdn == NULL || entry == NULL || errorp == NULL)
3690 ptr = (userstr_t *)data;
3750 __s_cvt_audituser(const void *data, char **rdn,
3764 if (data == NULL || rdn == NULL || entry == NULL || errorp == NULL)
3772 ptr = (au_user_str_t *)data;
3817 __s_cvt_tnrhtp(const void *data, char **rdn,
3833 if (data == NULL || rdn == NULL || entry == NULL || errorp == NULL)
3841 ptr = (tsol_tpstr_t *)data;
3887 __s_cvt_tnrhdb(const void *data, char **rdn,
3903 if (data == NULL || rdn == NULL || entry == NULL || errorp == NULL)
3911 ptr = (tsol_rhstr_t *)data;
3944 * Add Typed Entry Conversion data structures
3951 int (*cvt_rtn)(const void *data,
3993 const void *data,
4029 /* Convert the data */
4030 rc = (*__s_cvtlist[s].cvt_rtn)(data, &rdn, &entry, errorp);
4042 ptr = (struct _ns_pubkey *)data;
4128 * and netmask data contains only MAY attributes.
4130 * But for shadow data, the attributes do not have MUST
4240 * and all the string data shown above copied into the buffer after
4241 * the offset array. The total length of the data will be the return