Searched refs:inspt (Results 1 – 1 of 1) sorted by relevance
72 int fd, fd2, pathl, inspt, ret = 0; in open_com() local100 inspt = pathl - strlen(loct) + 5; /* pos to add "old" */ in open_com()101 (void) strncpy(locbuf, path, inspt); /* copy path upto lib */ in open_com()102 locbuf[inspt] = '\0'; /* make it a string */ in open_com()