Query: skpc
OS: netbsd
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SKPC(9) BSD Kernel Developer's Manual SKPC(9)NAMEskpc -- skip a character in a byte stringSYNOPSIS#include <lib/libkern/libkern.h> int skpc(u_char mask, size_t size, u_char *cp);DESCRIPTIONThe 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.RETURN VALUESThe skpc() function returns the number of characters skipped.HISTORYThe skpc() function emulates a VAX instruction with the same name.BSDNovember 1, 2011 BSD
Related Man Pages |
---|
memchr(3) - freebsd |
bm_exec(3) - netbsd |
bm_free(3) - netbsd |
memmem(3) - netbsd |
radixsort(3) - netbsd |
Similar Topics in the Unix Linux Community |
---|
Display full command (including options) information in running |
DISK and MPIO |
AIX system dump analysis |