Lines Matching refs:strlcat
629 (void) strlcat(pri->iob_buf, in prt_iob()
709 (void) strlcat(str, "|PROT_READ", sizeof (pri->code_buf)); in mmap_protect()
711 (void) strlcat(str, "|PROT_WRITE", sizeof (pri->code_buf)); in mmap_protect()
713 (void) strlcat(str, "|PROT_EXEC", sizeof (pri->code_buf)); in mmap_protect()
744 (void) strlcat(str, "|MAP_FIXED", CBSIZE); in mmap_type()
746 (void) strlcat(str, "|MAP_RENAME", CBSIZE); in mmap_type()
748 (void) strlcat(str, "|MAP_NORESERVE", CBSIZE); in mmap_type()
750 (void) strlcat(str, "|MAP_ANON", CBSIZE); in mmap_type()
752 (void) strlcat(str, "|MAP_ALIGN", CBSIZE); in mmap_type()
754 (void) strlcat(str, "|MAP_TEXT", CBSIZE); in mmap_type()
756 (void) strlcat(str, "|MAP_INITDATA", CBSIZE); in mmap_type()
758 (void) strlcat(str, "|MAP_32BIT", CBSIZE); in mmap_type()
800 (void) strlcat(s, "|MMOBJ_PADDING", CBSIZE); in prt_mob()
802 (void) strlcat(s, "|MMOBJ_INTERPRET", CBSIZE); in prt_mob()
879 (void) strlcat(s, "|MS_SYNC", CBSIZE); in prt_mc4()
881 (void) strlcat(s, "|MS_ASYNC", CBSIZE); in prt_mc4()
883 (void) strlcat(s, "|MS_INVALIDATE", in prt_mc4()
893 (void) strlcat(s, "|MCL_CURRENT", in prt_mc4()
896 (void) strlcat(s, "|MCL_FUTURE", in prt_mc4()
924 (void) strlcat(s, "|SHARED", CBSIZE); in prt_mc5()
926 (void) strlcat(s, "|PRIVATE", CBSIZE); in prt_mc5()
928 (void) strlcat(s, "|PROT_READ", CBSIZE); in prt_mc5()
930 (void) strlcat(s, "|PROT_WRITE", CBSIZE); in prt_mc5()
932 (void) strlcat(s, "|PROT_EXEC", CBSIZE); in prt_mc5()
1065 (void) strlcat(s, "|LWP_DAEMON", CBSIZE); in prt_lwf()
1067 (void) strlcat(s, "|LWP_DETACHED", CBSIZE); in prt_lwf()
1069 (void) strlcat(s, "|LWP_SUSPENDED", CBSIZE); in prt_lwf()
1221 (void) strlcat(buf, "|AIO_POLL_BIT", sizeof (buf)); in prt_aio()
1314 (void) strlcat(s, "|CC_GLOBAL_PATH", CBSIZE); in prt_cco()
1316 (void) strlcat(s, "|CC_PROCESS_PATH", CBSIZE); in prt_cco()
1318 (void) strlcat(s, "|CC_GLOBAL_SETID", CBSIZE); in prt_cco()
1320 (void) strlcat(s, "|CC_PROCESS_SETID", CBSIZE); in prt_cco()
1322 (void) strlcat(s, "|CC_GLOBAL_LOG", CBSIZE); in prt_cco()
1882 used = strlcat(s, "|SO_DEBUG", CBSIZE); in sol_optname()
1884 used = strlcat(s, "|SO_ACCEPTCONN", CBSIZE); in sol_optname()
1886 used = strlcat(s, "|SO_REUSEADDR", CBSIZE); in sol_optname()
1888 used = strlcat(s, "|SO_KEEPALIVE", CBSIZE); in sol_optname()
1890 used = strlcat(s, "|SO_DONTROUTE", CBSIZE); in sol_optname()
1892 used = strlcat(s, "|SO_BROADCAST", CBSIZE); in sol_optname()
1894 used = strlcat(s, "|SO_USELOOPBACK", CBSIZE); in sol_optname()
1896 used = strlcat(s, "|SO_LINGER", CBSIZE); in sol_optname()
1898 used = strlcat(s, "|SO_OOBINLINE", CBSIZE); in sol_optname()
1900 used = strlcat(s, "|SO_DGRAM_ERRIND", CBSIZE); in sol_optname()
1902 used = strlcat(s, "|SO_RECVUCRED", CBSIZE); in sol_optname()
2158 (void) strlcat(str, "|R_OK", sizeof (pri->code_buf)); in access_flags()
2160 (void) strlcat(str, "|W_OK", sizeof (pri->code_buf)); in access_flags()
2162 (void) strlcat(str, "|X_OK", sizeof (pri->code_buf)); in access_flags()
2164 (void) strlcat(str, "|E_OK", sizeof (pri->code_buf)); in access_flags()
2251 used = strlcat(s, fp->name, CBSIZE); in prt_ffg()
2521 (void) strlcat(str, "|" #flg, sizeof (pri->code_buf)); \ in door_flags()
2634 (void) strlcat(s, "|RCTL_USE_RECIPIENT_PID", in prt_rsf()
2694 (void) strlcat(str, "|FORK_NOSIGCHLD", in prt_fxf()
2697 (void) strlcat(str, "|FORK_WAITPID", in prt_fxf()