Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
bstring(3)
Edit
PageHistory
Diff
Info
LikePages
BSTRING !!!BSTRING NAME SYNOPSIS DESCRIPTION SEE ALSO ---- !!NAME bcmp, bcopy, bzero, memccpy, memchr, memcmp, memcpy, memfrob, memmem, memmove, memset - byte string operations !!SYNOPSIS __#include __''s1''__, const void *__''s2''__, int__ ''n''__); void bcopy(const void *__''src''__, void *__''dest''__, int__ ''n''__); void bzero(void *__''s''__, int__ ''n''__); void *memccpy(void *__''dest''__, const void *__''src''__, int__ ''c''__, size_t__ ''n''__); void *memchr(const void *__''s''__, int__ ''c''__, size_t__ ''n''__); int memcmp(const void *__''s1''__, const void *__''s2''__, size_t__ ''n''__); void *memcpy(void *__''dest''__, const void *__''src''__, size_t__ ''n''__); void *memfrob(void *__''s''__, size_t__ ''n''__); void *memmem(const void *__''needle''__, size_t__ ''needlelen''__, const void *__''haystack''__, size_t__ ''haystacklen''__); void *memmove(void *__''dest''__, const void *__''src''__, size_t__ ''n''__); void *memset(void *__''s''__, int__ ''c''__, size_t__ ''n''__); __ !!DESCRIPTION The byte string functions perform operations on strings that are not NULL-terminated. See the individual man pages for descriptions of each function. !!SEE ALSO bcmp(3), bcopy(3), bzero(3), memccpy(3), memchr(3), memcmp(3), memcpy(3), memfrob(3), memmem(3), memmove(3), memset(3) ----
2 pages link to
bstring(3)
:
Man3b
swab(3)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.