Home
last modified time | relevance | path

Searched defs:callback (Results 1 – 3 of 3) sorted by relevance

/csrg-svn/sys/pmax/stand/
H A Ddec_prom.h70 struct callback { struct
71 void *(*memcpy) __P((void *s1, void *s2, int n)); /* 00 */
72 void *(*memset) __P((void *s1, int c, int n)); /* 04 */
73 char *(*strcat) __P((char *s1, char *s2)); /* 08 */
74 int (*strcmp) __P((char *s1, char *s2)); /* 0c */
75 char *(*strcpy) __P((char *s1, char *s2)); /* 10 */
76 int (*strlen) __P((char *s1)); /* 14 */
77 char *(*strncat) __P((char *s1, char *s2, int n)); /* 18 */
78 char *(*strncpy) __P((char *s1, char *s2, int n)); /* 1c */
79 int (*strncmp) __P((char *s1, char *s2, int n)); /* 20 */
[all …]
/csrg-svn/usr.sbin/amd/amd/
H A Dinfo_nis.c68 static int callback(status, key, kl, val, vl, data) in callback() function
/csrg-svn/usr.bin/uucp/libuu/
H A Dchkpth.c181 callback(name) in callback() function