Searched defs:gl (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/krb5/ss/
H A Dlisten.c141 GetLine *gl; local
160 gl = new_GetLine(MAX_LINE_LEN, MAX_HIST_LEN);
161 if (gl == NULL) {
178 gl = del_GetLine(gl);
185 if (gl_customize_completion(gl, &commands, cmdmatch) != 0 ) {
190 gl = del_GetLine(gl);
228 if (gl_trap_signal(gl, SIGINT, GLS_DONT_FORWARD, GLS_ABORT, NULL)) {
252 input = gl_get_line(gl, inf
[all...]
/osnet-11/usr/src/lib/nsswitch/nis/common/
H A Dgetnetgrent.c140 struct grouplist *gl; local
143 for (gl = be->all_members; gl != NULL; gl = next) {
146 next = gl->gl_nxt;
148 if (gl->triple[i] != 0) {
149 free(gl->triple[i]);
152 free(gl);
517 struct grouplist *gl; local
520 if ((gl
[all...]
/osnet-11/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c74 static GetLine *gl = NULL; /* for interactive mode */ variable
616 if (gl == NULL) {
617 if ((gl = new_GetLine(MAX_LINE_LEN,
622 if (gl_customize_completion(gl, NULL,
624 (void) del_GetLine(gl);
646 if (gl != NULL)
647 (void) del_GetLine(gl);
668 line = gl_get_line(gl, prompt, NULL, -1);
669 if (gl_return_status(gl) == GLR_SIGNAL) {
670 gl_abandon_line(gl);
[all...]
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetgrent.c2439 const char *key, _nss_ldap_list_t **gl, int *rec_callp)
2472 if (nss_ldap_list_add(gl, key) != NSS_LDAP_LIST_SUCCESS) {
2568 res = get_parent_gids(argp, new_tag, gdn, gl, rec_callp);
2438 get_parent_gids(struct nss_groupsbymem *argp, const char *tag, const char *key, _nss_ldap_list_t **gl, int *rec_callp) argument

Completed in 41 milliseconds