Advanced Programming in the UNIX® Environment
ptg10805159 Appendix A Function Prototypes 847 int bind(intsockfd,const struct sockaddr *addr,socklen_tlen); <sys/socket.h> ...
ptg10805159 848 Function Prototypes Appendix A int clock_gettime(clockid_tclock_id,struct timespec *tsp); <sys/time.h> p. ...
ptg10805159 Appendix A Function Prototypes 849 unsigned int CMSG_LEN(unsigned intnbytes); <sys/socket.h> p. 645 Returns: s ...
ptg10805159 850 Function Prototypes Appendix A void endnetent(void); <netdb.h> p. 598 void endprotoent(void); <netdb.h& ...
ptg10805159 Appendix A Function Prototypes 851 void _exit(intstatus); <unistd.h> p. 198 This function never returns void e ...
ptg10805159 852 Function Prototypes Appendix A int fcntl(intfd,intcmd,... /* intarg*/ ); <fcntl.h> p. 82 cmd:F_DUPFD, F_DU ...
ptg10805159 Appendix A Function Prototypes 853 int fflush(FILE *fp); <stdio.h> p. 147 Returns: 0 if OK,EOFon error int fge ...
ptg10805159 854 Function Prototypes Appendix A int fprintf(FILE *restrictfp,const char *restrictformat,...); <stdio.h> p. ...
ptg10805159 Appendix A Function Prototypes 855 int fsetpos(FILE *fp,const fpos_t *pos); <stdio.h> p. 158 Returns: 0 if OK, ...
ptg10805159 856 Function Prototypes Appendix A int fwide(FILE *fp,intmode); <stdio.h> p. 144 <wchar.h> Returns: posi ...
ptg10805159 Appendix A Function Prototypes 857 char *getenv(const char *name); <stdlib.h> p. 210 Returns: pointer to value ...
ptg10805159 858 Function Prototypes Appendix A int getnameinfo(const struct sockaddr *restrictaddr, socklen_talen,char *restrict ...
ptg10805159 Appendix A Function Prototypes 859 pid_t getpid(void); <unistd.h> p. 228 Returns: process ID of calling proces ...
ptg10805159 860 Function Prototypes Appendix A int getrlimit(intresource,struct rlimit *rlptr); <sys/resource.h> p. 220 re ...
ptg10805159 Appendix A Function Prototypes 861 int getsockopt(intsockfd,intlevel,intoption,void *restrict val, socklen_t *restri ...
ptg10805159 862 Function Prototypes Appendix A const char *inet_ntop(intdomain,const void *restrictaddr, char *restrictstr,sockl ...
ptg10805159 Appendix A Function Prototypes 863 int lio_listio(intmode, struct aiocb *restrict const list[restrict], int nent,str ...
ptg10805159 864 Function Prototypes Appendix A char *mkdtemp(char *template); <stdlib.h> p. 169 Returns: pointer to direct ...
ptg10805159 Appendix A Function Prototypes 865 ssize_t msgrcv(intmsqid,void *ptr,size_tnbytes,long type,intflag); <sys/msg.h& ...
ptg10805159 866 Function Prototypes Appendix A int openat(intfd,const char *path,intoflag,... /* mode_tmode*/ ); <fcntl.h> ...
«
40
41
42
43
44
45
46
47
48
49
»
Free download pdf