HomeSort by: relevance | last modified time | path
    Searched refs:isin (Results 1 - 4 of 4) sorted by relevancy

  /src/distrib/atari/floppies/prepare/
install.sh 63 isin() { function
90 if isin $resp $_DKDEVS ; then
114 if isin $resp $_DKDEVS ; then
  /src/distrib/miniroot/
install.sub 65 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 $resp $_CDDEVS ; the
    [all...]
  /src/usr.sbin/memswitch/
methods.c 394 int isin = strncasecmp("EXSCSI", p, 6); local in function:parse_bootdev
405 (isin ? 0xfc0000 : 0xea0020) + v * 4);
  /src/sbin/route/
route.c 687 inet_makenetandmask(const u_int32_t net, struct sockaddr_in * const isin,
735 isin->sin_addr.s_addr = htonl(addr);

Completed in 13 milliseconds