index 351 src/dps8/dps8_crdrdr.c index 1445 src/dps8/dps8_mgp.c i = index(net, ' '); index 1455 src/dps8/dps8_mgp.c i = index(host, ' '); index 1465 src/dps8/dps8_mgp.c i = index(contact, ' '); index 1873 src/dps8/dps8_mgp.c if (( i = index(rhost, '\r')) != NULL) index 1877 src/dps8/dps8_mgp.c else if (( i = index(rhost, '\n')) != NULL) index 1883 src/dps8/dps8_mgp.c if (( i = index(rhost, ' ')) != NULL) index 1411 src/dps8/dps8_utils.c int index; index 1414 src/dps8/dps8_utils.c for (index = (int)strlen(s) - 1; index >= 0 && isspace((unsigned char)s[index]); index--) index 1416 src/dps8/dps8_utils.c s[index] = '\0'; index 607 src/libsir/src/sirfilesystem.c int index = 0; index 609 src/libsir/src/sirfilesystem.c while ((numproc = getprocs(pinfo, sizeof(struct procsinfo), NULL, 0, &index, 16)) > 0) {