Lines Matching refs:FIND
54 #define FIND 0
272 pos = strcspn(buf, "#\n\r"); /* find the first comment character or EOL */
275 pos = strspn(buf, " \t"); /* then find the first non-white space */
375 else if (units[chassis][geoslot].find_fd == fd) close_with_IOP(chassis, geoslot, FIND);
746 close_with_IOP(chassis, geoslot, FIND); /* and close out connection to him */
780 if (u->ip && (open_with_IOP(u, FIND))) { /* connect to the remote IOP */
783 close_with_IOP(chassis, geoslot, FIND);