Lines Matching defs:res2
97 if (exec->res2 != (char *)NULL) {
98 (void) fprintf(stdout, " res2: [%s]\n", exec->res2);
137 exec->res2 = (char *)NULL;
207 exec->res2 = nullstring;
209 exec->res2 = buffer;
214 (void) strcpy(exec->res2,
272 char **res1, **res2, **id, **attr;
307 res2 = __ns_ldap_getAttr(result->entry, _EXEC_RES2);
308 if (res2 == NULL || res2[0] == NULL)
311 res2_str = res2[0];