index             350 src/dps8/dps8_crdrdr.c 
index            1439 src/dps8/dps8_mgp.c   i    = index(net, ' ');
index            1449 src/dps8/dps8_mgp.c   i     = index(host, ' ');
index            1459 src/dps8/dps8_mgp.c   i        = index(contact, ' ');
index            1867 src/dps8/dps8_mgp.c   if (( i = index(rhost, '\r')) != NULL)
index            1871 src/dps8/dps8_mgp.c   else if (( i = index(rhost, '\n')) != NULL)
index            1877 src/dps8/dps8_mgp.c   if (( i = index(rhost, ' ')) != NULL)
index            1387 src/dps8/dps8_utils.c     int index;
index            1390 src/dps8/dps8_utils.c     for (index = (int)strlen(s) - 1; index >= 0 && isspace((unsigned char)s[index]); index--)
index            1392 src/dps8/dps8_utils.c         s[index] = '\0';