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

/netbsd-6-1-5-RELEASE/distrib/atari/floppies/prepare/
H A Dinstall.sh61 isin() { function
87 if isin $resp $_DKDEVS ; then
111 if isin $resp $_DKDEVS ; then
/netbsd-6-1-5-RELEASE/gnu/dist/gkermit/
H A Dgwart.c85 _MYPROTOTYPE( int isin, (char *, int) );
222 isin(s,c) char *s; int c; { function
230 return(isalnum(c) || isin(special,c));
/netbsd-6-1-5-RELEASE/distrib/miniroot/
H A Dinstall.sub61 isin() {
251 if isin $resp $_DKDEVS ; then
275 if isin $resp $_DKDEVS ; then
344 if isin $_ifs $_ifsdone ; then
359 if isin $_ifs $_IFS ; then
386 if isin $_interface_name `ifconfig -l -u` ; then
730 if isin $_f $_setsdone; then
752 if isin $resp $_sets; then
838 if isin $_f $_setsdone; then
928 if isin
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/memswitch/
H A Dmethods.c416 int isin = strncasecmp("EXSCSI", p, 6); local
427 (isin ? 0xfc0000 : 0xea0020) + v * 4);
/netbsd-6-1-5-RELEASE/sbin/route/
H A Droute.c1086 inet_makenetandmask(const u_int32_t net, struct sockaddr_in * const isin, argument
1134 isin->sin_addr.s_addr = htonl(addr);

Completed in 91 milliseconds