Searched refs:sun_entry2amd (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/bsd/am-utils/dist/amd/ |
| H A D | sun_map.h | 121 extern char *sun_entry2amd(const char *, const char *);
|
| H A D | sun2amd.c | 120 if ((tmp = sun_entry2amd(key, entry)) == NULL) { in sun2amd_convert()
|
| H A D | info_hesiod.c | 130 *pval = sun_entry2amd(key, *rvec); in hesiod_search()
|
| H A D | info_ndbm.c | 69 *val = sun_entry2amd(key, v.dptr); in search_ndbm()
|
| H A D | info_file.c | 163 dc = sun_entry2amd(kp, cp); in file_search_or_reload()
|
| H A D | info_nisplus.c | 225 *val = sun_entry2amd(key, data.value); in nisplus_search()
|
| H A D | info_nis.c | 307 *pval = sun_entry2amd(key, oldval); in nis_search()
|
| H A D | info_exec.c | 209 dc = sun_entry2amd(key, cp); in exec_parse_qanswer()
|
| H A D | sun_map.c | 507 sun_entry2amd(const char *key, const char *s_entry_str) in sun_entry2amd() function
|
| H A D | info_ldap.c | 563 *pval = sun_entry2amd(key, vals[0]); in amu_ldap_search()
|
| /netbsd-src/external/bsd/am-utils/dist/ |
| H A D | ChangeLog | 872 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 …]
|