Home
last modified time | relevance | path

Searched refs:sun_entry2amd (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dsun_map.h121 extern char *sun_entry2amd(const char *, const char *);
H A Dsun2amd.c120 if ((tmp = sun_entry2amd(key, entry)) == NULL) { in sun2amd_convert()
H A Dinfo_hesiod.c130 *pval = sun_entry2amd(key, *rvec); in hesiod_search()
H A Dinfo_ndbm.c69 *val = sun_entry2amd(key, v.dptr); in search_ndbm()
H A Dinfo_file.c163 dc = sun_entry2amd(kp, cp); in file_search_or_reload()
H A Dinfo_nisplus.c225 *val = sun_entry2amd(key, data.value); in nisplus_search()
H A Dinfo_nis.c307 *pval = sun_entry2amd(key, oldval); in nis_search()
H A Dinfo_exec.c209 dc = sun_entry2amd(key, cp); in exec_parse_qanswer()
H A Dsun_map.c507 sun_entry2amd(const char *key, const char *s_entry_str) in sun_entry2amd() function
H A Dinfo_ldap.c563 *pval = sun_entry2amd(key, vals[0]); in amu_ldap_search()
/netbsd-src/external/bsd/am-utils/dist/
H A DChangeLog872 sure that sun_entry2amd() is not called when yp_match() returns an
875 the return value of sun_entry2amd().
877 * amd/sun_map.c (sun_entry2amd): Fix a comment.
1260 (sun_entry2amd), amd/sun2amd.c (sun2amd_convert_convert),
1265 * amd/sun_map.c (sun_entry2amd): isspace takes an int, not a char.
1304 * amd/sun_map.c (sun_entry2amd) : Wipe out any trailing white
1354 variable that is passed to the sun_entry2amd.
1376 (sun_entry2amd): Fixed a bug if-statement. This function now
1398 (sun_entry2amd) : Verify that the key and entry values passed are
1422 (sun_entry2amd): Change function parameter var for
[all …]