Searched refs:optsize (Results 1 - 4 of 4) sorted by path

/macosx-10.9.5/llvmCore-3425.0.33/lib/AsmParser/
H A DLLLexer.cpp553 KEYWORD(optsize);
/macosx-10.9.5/llvmCore-3425.0.33/utils/vim/
H A Dllvm.vim55 syn keyword llvmKeyword inlinehint noinline alwaysinline optsize ssp sspreq
/macosx-10.9.5/remote_cmds-41.90.1/rlogind.tproj/
H A Drlogind.c309 socklen_t optsize = sizeof(optbuf); local
318 &optsize) == 0 && optsize != 0) {
319 for (i = 0; i < optsize; ) {
/macosx-10.9.5/remote_cmds-41.90.1/rshd.tproj/
H A Drshd.c310 socklen_t optsize = sizeof(optbuf), ipproto, i; local
317 if (!getsockopt(0, ipproto, IP_OPTIONS, optbuf, &optsize) &&
318 optsize != 0) {
319 for (i = 0; i < optsize; ) {

Completed in 233 milliseconds