Searched refs:isin (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/distrib/atari/floppies/prepare/
H A Dinstall.sh63 isin() { function
90 if isin $resp $_DKDEVS ; then
114 if isin $resp $_DKDEVS ; then
/netbsd-current/external/mpl/dhcp/dist/keama/tests/
H A Drunone.sh14 isin=$(expr $file : ".*\.in*")
16 if [ \( $isin -eq 0 \) -a \( $iserr -eq 0 \) ]; then
/netbsd-current/external/apache2/llvm/dist/clang/utils/analyzer/
H A DSATestBenchmark.py90 old = old[old["project"].isin(common_projects)]
91 new = new[new["project"].isin(common_projects)]
/netbsd-current/distrib/miniroot/
H A Dinstall.sub65 isin() {
253 if isin $resp $_DKDEVS ; then
277 if isin $resp $_DKDEVS ; then
346 if isin $_ifs $_ifsdone ; then
361 if isin $_ifs $_IFS ; then
388 if isin $_interface_name $(ifconfig -l -u); then
742 if isin $_f $_setsdone; then
764 if isin $resp $_sets; then
855 if isin $_f $_setsdone; then
945 if isin
[all...]
/netbsd-current/usr.sbin/memswitch/
H A Dmethods.c394 int isin = strncasecmp("EXSCSI", p, 6); local
405 (isin ? 0xfc0000 : 0xea0020) + v * 4);
/netbsd-current/sbin/route/
H A Droute.c687 inet_makenetandmask(const u_int32_t net, struct sockaddr_in * const isin, argument
735 isin->sin_addr.s_addr = htonl(addr);

Completed in 293 milliseconds