| SKPC(9) | Kernel Developer's Manual | SKPC(9) | 
skpc —
#include <lib/libkern/libkern.h>
int
  
  skpc(u_char
    mask, size_t size,
    u_char *cp);
skpc() function scans the byte string
  cp, whose length is size, until it
  finds the first character which isn't equal to mask or
  the string is exhausted.
skpc() function returns the number of characters
  skipped.
skpc() function emulates a VAX instruction with the
  same name.
| November 1, 2011 | NetBSD 9.4 |