Searched refs:NTOL_PREFIX (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/ypcmd/ |
H A D | ypserv_ancil.c | 116 if (0 != strncmp(dp->d_name, NTOL_PREFIX, 117 strlen(NTOL_PREFIX))) 124 mapname = dp->d_name + strlen(NTOL_PREFIX); 126 if (0 == strncmp(dp->d_name, NTOL_PREFIX, 127 strlen(NTOL_PREFIX)))
|
H A D | ypxfr.c | 1267 len += strlen(NTOL_PREFIX); 1278 (void) strcat(ppath, NTOL_PREFIX);
|
H A D | yppush.c | 281 NTOL_PREFIX, map_alias); in main()
|
/titanic_41/usr/src/lib/libnisdb/yptol/ |
H A D | shim_ancil.c | 74 length += strlen(NTOL_PREFIX) + 1; 88 strcat(path, NTOL_PREFIX); 367 if (0 != strncmp(dp->d_name, NTOL_PREFIX, in add_map_domain_to_list() 368 strlen(NTOL_PREFIX))) { in add_map_domain_to_list() 376 mapname = dp->d_name + strlen(NTOL_PREFIX); in add_map_domain_to_list() 378 if (0 == strncmp(dp->d_name, NTOL_PREFIX, in add_map_domain_to_list() 379 strlen(NTOL_PREFIX))) { in add_map_domain_to_list()
|
H A D | map_ctrl.c | 171 if (0 == strncmp(q, NTOL_PREFIX, strlen(NTOL_PREFIX))) in map_ctrl_init() 172 q += strlen(NTOL_PREFIX); in map_ctrl_init() 174 if (0 == strncmp(q, NTOL_PREFIX, strlen(NTOL_PREFIX))) in map_ctrl_init() 683 strlen(NTOL_PREFIX) + in map_id_list_init() 697 NTOL_PREFIX, map_list[j]); in map_id_list_init()
|
H A D | map_conv.c | 370 strlen(domain) + strlen(NTOL_PREFIX) + 3); in dump_dit_to_map() 378 strcat(map_path, NTOL_PREFIX); in dump_dit_to_map()
|
H A D | shim.h | 141 #define NTOL_PREFIX "LDAP_" macro
|
H A D | shim_changepasswd.c | 451 map_name_len += strlen(NTOL_PREFIX); in proc_map_list() 467 strcat(map_name, NTOL_PREFIX); in proc_map_list()
|