Home
last modified time | relevance | path

Searched defs:memset (Results 1 – 4 of 4) sorted by relevance

/original-bsd/usr.bin/tn3270/general/
H A Dgeneral.h28 #define memset(s,c,n) if (c == 0) { \ macro
/original-bsd/contrib/sc/
H A Dvmtbl.c20 #define memset(dest, zero, len) bzero((dest), (unsigned int)(len)); macro
/original-bsd/contrib/perl-4.036/
H A Dconfig_h.SH99 * to zero blocks of memory. Otherwise you should probably use memset() function
/original-bsd/sys/pmax/stand/
H A Ddec_prom.h72 void *(*memset) __P((void *s1, int c, int n)); /* 04 */ member