Searched refs:MAX_LEN (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/krb5/ldap_util/ |
H A D | kdb5_ldap_services.h | 52 #define MAX_LEN 1024 macro
|
H A D | kdb5_ldap_services.c | 1080 char line[MAX_LEN]={0}; 1122 while (fgets(line, MAX_LEN, pfile) != NULL) { 1558 char line[MAX_LEN]; 1793 while (fgets(line, MAX_LEN, pfile) != NULL) { 1838 while (fgets(line, MAX_LEN, pfile) != NULL) { 1931 char line[MAX_LEN]; 2093 while (fgets (line, MAX_LEN, pfile) != NULL) { 2147 while (fgets(line, MAX_LEN, pfile) != NULL) {
|