Searched refs:ig (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/nsswitch/ad/common/ |
H A D | getpwnam.c | 182 idmap_get_handle_t *ig = NULL; in _nss_ad_passwd2str() local 194 if (idmap_get_create(&ig) != 0) in _nss_ad_passwd2str() 248 if (idmap_get_gidbysid(ig, sid_v[0], grid, 0, &gid, &gstat) != 0) in _nss_ad_passwd2str() 250 if (idmap_get_mappings(ig) != 0 || gstat != 0) { in _nss_ad_passwd2str() 277 idmap_get_destroy(ig); in _nss_ad_passwd2str()
|
/titanic_41/usr/src/cmd/svc/startd/ |
H A D | libscf.c | 2866 char *ig = startd_alloc(max_scf_value_size); in libscf_get_method() local 2992 error = libscf_read_single_astring(h, prop, &ig); in libscf_get_method() 3001 if (strcmp(ig, "core") == 0) in libscf_get_method() 3003 else if (strcmp(ig, "signal") == 0) in libscf_get_method() 3005 else if (strcmp(ig, "core,signal") == 0 || in libscf_get_method() 3006 strcmp(ig, "signal,core") == 0) in libscf_get_method() 3090 startd_free(ig, max_scf_value_size); in libscf_get_method()
|
/titanic_41/usr/src/cmd/terminfo/ |
H A D | termcap.src | 18896 # ig dim glitch (not used in /etc/termcap)
|
H A D | terminfo.src | 21112 # ig dim glitch (not used in /etc/termcap)
|