Lines Matching refs:addr
23 addr bfd_scan_vma(string, addr, int);
24 addr bfd_openr(string,string);
25 int bfd_check_format(addr,int);
30 addr __ctype_b_loc();
31 addr __ctype_tolower_loc();
32 addr __ctype_toupper_loc();
36 int waddch(addr, char);
38 int wmove(addr, int, int);
39 int waddnstr(addr, string, int);
53 typedef FILE = addr;
77 addr dlopen(string, int);
79 addr dlsym(addr, string);
80 int dlclose(addr);
83 addr __errno_location();
93 int getopt_long(int,addr,string,addr,int*);
94 int getopt_long_only(int,addr,string,addr,addr);
98 addr getgrnam(string);
100 addr getgrent();
119 int mq_open(string, int, octal, addr); ; WARNING: 3rd and 4th arguments may not be there
122 int mq_getattr(int, addr);
123 int mq_setattr(int, addr, addr);
124 int mq_notify(int, addr);
126 int mq_timedsend(int, string3, ulong, uint, addr);
127 long mq_receive(int, +string0, ulong, addr);
128 long mq_timedreceive(int, +string0, ulong, addr, addr);
136 void freeaddrinfo(addr);
138 int getaddrinfo(string, string, addr, addr);
139 addr gethostbyaddr(string, uint, int);
140 addr gethostbyname(string);
141 addr gethostent();
142 int getnameinfo(addr, uint, string, uint, string, uint, uint);
143 addr getnetbyaddr(uint, int);
144 addr getnetbyname(string);
145 addr getnetent();
146 int getnetgrent(addr, addr, addr);
147 addr getprotobyname(string);
148 addr getprotobynumber(int);
149 addr getprotoent();
150 addr getservbyname(string, string);
151 addr getservbyport(int, string);
152 addr getservent();
155 int rcmd(addr, ushort, string, string, string, addr);
156 int rcmd_af(addr, ushort, string, string, string, addr, int);
157 int rexec(addr, int, string, string, string, addr);
158 int rexec_af(addr, int, string, string, string, addr, int);
159 int rresvport (addr);
160 int rresvport_af (addr, int);
173 string pcap_lookupdev(addr);
174 addr pcap_open_live(string, int, int, int, addr);
175 int pcap_snapshot(addr);
176 int pcap_lookupnet(string, addr, addr, addr);
177 int pcap_compile(addr, addr, string, int, addr);
182 addr getpwnam(string);
192 typedef sigaction = struct(addr, sigset_t, hex(int), addr);
199 addr signal(signum,addr);
214 addr fgets(+string, int, file);
222 ulong fread(addr,ulong,ulong,file);
223 ulong fread_unlocked(addr,ulong,ulong,file);
226 int pclose(addr);
228 addr popen(string, string);
235 int vfprintf(file,string,addr);
236 int vsnprintf(+string2,ulong,string,addr);
237 int setvbuf(file,addr,int,ulong);
238 void setbuf(file,addr);
239 void setbuffer(file,addr,ulong);
259 int atexit(addr);
260 addr bsearch(string, addr, ulong, ulong, addr);
261 addr calloc(ulong, ulong);
263 void free(addr);
268 addr malloc(ulong);
269 void qsort(addr,ulong,ulong,addr);
270 addr realloc(addr,ulong);
295 void bcopy(addr,addr,ulong);
296 void bzero(addr,ulong);
299 addr memchr(string,char,ulong);
300 addr memcpy(addr,string(array(char, arg3)*),ulong);
301 addr memmove(addr,string(array(char, arg3)*),ulong);
302 addr memset(addr,char,long);
304 addr stpcpy(addr,string);
311 addr strcpy(addr,string);
312 addr strdup(string);
315 addr strncpy(addr,string3,ulong);
317 string strsep(addr,string);
324 int ioctl(int, int, addr);
330 int __fxstat(int,int,addr);
331 int __xstat(int,string,addr);
332 int __lxstat(int,string,addr);
333 int __fxstat64(int,int,addr);
334 int __xstat64(int,string,addr);
335 int __lxstat64(int,string,addr);
342 int uname(addr);
345 int statfs(string,addr);
353 int tputs(string, int, addr);
356 int tcgetattr(int,addr);
357 int tcsetattr(int,int,addr);
360 string ctime(addr);
361 int gettimeofday(addr, addr);
362 addr gmtime(addr);
363 addr localtime(addr);
364 ulong strftime(+string2,ulong,string,addr);
365 long time(addr);
380 int execlp(string,string,addr,addr,addr);
381 int execv(string,addr);
385 string2 getcwd(addr,ulong);
392 int getopt(int,addr,string);
418 addr sbrk(long);
421 int pipe(addr);
425 addr getutent();
452 int vfwprintf(FILE*, wstring_t, addr);
453 int vwprintf(wstring_t, addr);
454 int vswprintf(+wstring2_t, ulong, wstring_t, addr);
477 ulong mbrlen(string, ulong, addr);
478 ulong mbrtowc(+wchar_t*, string[arg3], ulong, addr);
479 ulong mbsrtowcs(+wstring3_t, string*, ulong, addr);
481 ulong wcrtomb(+string0, wchar_t, addr);
482 ulong wcsrtombs(+string3, wstring_t*, ulong, addr);
483 int mbsinit(addr);
495 addr wcscpy(addr, wstring_t);
496 addr wcsncpy(addr, wstring_t, ulong);
507 ulong wcsftime(+wstring2_t, ulong, wstring_t, addr);
523 wstring3_t wmemcpy(addr, wstring3_t, ulong);
524 wstring3_t wmemmove(addr, wstring3_t, ulong);
525 wstring3_t wmemset(addr, wchar_t, ulong);
528 int wait(addr);
529 int waitpid(int,addr,int);
544 mntent *getmntent(addr);