Searched refs:memchr (Results 76 - 91 of 91) sorted by relevance

1234

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h1218 extern Void_t* memchr _ARG_((const void*, int, size_t));
/illumos-gate/usr/src/cmd/egrep/
H A Degrep.y833 if((ptrend = memchr(ptr, '\n', buf + count - ptr)) == NULL) {
/illumos-gate/usr/src/lib/libast/
H A DMakefile.com87 common/comp/memchr.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com140 memchr.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com154 memchr.o \
/illumos-gate/usr/src/lib/libpp/common/
H A Dppcontrol.c603 if (p = (char*)memchr(pp.valbuf + 1, MARK, p6 - pp.valbuf - 1))
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile125 memchr.o \
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dutil.c1085 p = memchr(l, '\n', end - l);
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c1877 (p = (uchar_t *)memchr((char *)p, NL, s - p)) != NULL) {
/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptget.c1413 t = (char*)memchr(p, '\n', n);
2826 if ((!wl || *w == ':' || *w == '?') && (what[1] || sl && !memchr(s, what[0], sl) || !sl && what[0] != f))
/illumos-gate/usr/src/man/man3c/
H A DMakefile981 memchr.3c \
1950 memchr.3c := LINKSRC = memory.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc689 /* memchr.c */
690 void *memchr(const void *sptr, int c1, size_t n);
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com163 memchr.o \
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.c508 if ((p = memchr(buf, '\0', nread)) != NULL)
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c5725 if (memchr(ipfzo.ipfz_zonename, '\0', ZONENAME_MAX) == NULL)
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c4402 st->st_size = (off_t)(memchr(dblock.dbuf.linkname,

Completed in 161 milliseconds

1234