index 347 src/dps8/dps8_crdrdr.c index 1441 src/dps8/dps8_mgp.c i = index(net, ' '); index 1451 src/dps8/dps8_mgp.c i = index(host, ' '); index 1461 src/dps8/dps8_mgp.c i = index(contact, ' '); index 1869 src/dps8/dps8_mgp.c if (( i = index(rhost, '\r')) != NULL) index 1873 src/dps8/dps8_mgp.c else if (( i = index(rhost, '\n')) != NULL) index 1879 src/dps8/dps8_mgp.c if (( i = index(rhost, ' ')) != NULL) index 1410 src/dps8/dps8_utils.c int index; index 1413 src/dps8/dps8_utils.c for (index = (int)strlen(s) - 1; index >= 0 && isspace((unsigned char)s[index]); index--) index 1415 src/dps8/dps8_utils.c s[index] = '\0'; index 589 src/libsir/src/sirfilesystem.c int index = 0; index 591 src/libsir/src/sirfilesystem.c while ((numproc = getprocs(pinfo, sizeof(struct procsinfo), NULL, 0, &index, 16)) > 0) {