| /freebsd-10-stable/sys/netinet/ |
| D | tcp_timewait.c | 115 #define TW_LOCK_INIT(tw, d) rw_init_flags(&(tw), (d), 0) argument 116 #define TW_LOCK_DESTROY(tw) rw_destroy(&(tw)) argument 117 #define TW_RLOCK(tw) rw_rlock(&(tw)) argument 118 #define TW_WLOCK(tw) rw_wlock(&(tw)) argument 119 #define TW_RUNLOCK(tw) rw_runlock(&(tw)) argument 120 #define TW_WUNLOCK(tw) rw_wunlock(&(tw)) argument 121 #define TW_LOCK_ASSERT(tw) rw_assert(&(tw), RA_LOCKED) argument 122 #define TW_RLOCK_ASSERT(tw) rw_assert(&(tw), RA_RLOCKED) argument 123 #define TW_WLOCK_ASSERT(tw) rw_assert(&(tw), RA_WLOCKED) argument 124 #define TW_UNLOCK_ASSERT(tw) rw_assert(&(tw), RA_UNLOCKED) argument [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| D | TaggedASTType.h | 33 TaggedASTType (const TaggedASTType<C> &tw) : in TaggedASTType() argument 34 ClangASTType(tw) in TaggedASTType() 48 TaggedASTType<C> &operator= (const TaggedASTType<C> &tw) 50 ClangASTType::operator= (tw);
|
| /freebsd-10-stable/contrib/tcsh/ |
| D | Makefile.std | 300 TWSRCS= tw.decls.h tw.h tw.help.c tw.init.c tw.parse.c tw.spell.c \ 301 tw.comp.c tw.color.c 302 TWOBJS= tw.help.${SUF} tw.init.${SUF} tw.parse.${SUF} tw.spell.${SUF} \ 303 tw.comp.${SUF} tw.color.${SUF} 440 lint ${DFLAGS} ${LFLAGS} sh*.c tw*.c ed*.c tc.*.c ${LIBES} 443 alint ${DFLAGS} ${LFLAGS} sh*.c tw*.c ed*.c tc.*.c ${LIBES} 604 TWH=tw.h tw.decls.h 610 tc.sched.${SUF} tw.parse.${SUF} tw.color.${SUF} 618 sh.set.${SUF} tc.func.${SUF} tc.nls.${SUF} tw.color.${SUF}
|
| D | Makefile.in | 379 tw.color.c 390 TWSRCS= tw.decls.h tw.h tw.help.c tw.init.c tw.parse.c tw.spell.c \ 391 tw.comp.c tw.color.c 392 TWOBJS= tw.help.${SUF} tw.init.${SUF} tw.parse.${SUF} tw.spell.${SUF} \ 393 tw.comp.${SUF} tw.color.${SUF} 568 lint ${DFLAGS} ${CPPFLAGS} ${LFLAGS} sh*.c tw*.c ed*.c tc.*.c ${LIBES} 571 alint ${DFLAGS} ${CPPFLAGS} ${LFLAGS} sh*.c tw*.c ed*.c tc.*.c ${LIBES} 751 TWH=tw.h tw.decls.h 757 tc.sched.${SUF} tw.parse.${SUF} tw.color.${SUF} 765 sh.set.${SUF} tc.func.${SUF} tc.nls.${SUF} tw.color.${SUF}
|
| D | Makefile.vms | 278 TWSRCS= tw.decls.h tw.h tw.help.c tw.init.c tw.parse.c tw.spell.c \ 279 tw.comp.c tw.color.c 280 TWOBJS= tw.help.${SUF} tw.init.${SUF} tw.parse.${SUF} tw.spell.${SUF} \ 281 tw.comp.${SUF} tw.color.${SUF} 417 lint ${DFLAGS} ${LFLAGS} sh*.c tw*.c ed*.c tc.*.c ${LIBES} 420 alint ${DFLAGS} ${LFLAGS} sh*.c tw*.c ed*.c tc.*.c ${LIBES} 569 TWH=tw.h tw.decls.h 575 tc.sched.${SUF} tw.parse.${SUF}
|
| D | src.desc | 57 Spelling, listing, and completion (tw*.c) 58 tw.help.c: Display help for a command by catting a file. 59 tw.init.c: Initialization and some utilities. 60 tw.parse.c: All the listing and completion. Tries to tokenize the line 64 tw.spell.c: String spelling correction. 65 tw.comp.c: File completion builtin
|
| D | Imakefile | 506 TWSRCS= tw.decls.h tw.h tw.help.c tw.init.c tw.parse.c tw.spell.c \ 507 tw.comp.c tw.color.c 508 TWOBJS= tw.help.${SUF} tw.init.${SUF} tw.parse.${SUF} tw.spell.${SUF} \ 509 tw.comp.${SUF} tw.color.${SUF}
|
| /freebsd-10-stable/bin/csh/ |
| D | Makefile | 27 SRCS+= tw.decls.h tw.h tw.help.c tw.init.c tw.parse.c tw.spell.c \ 28 tw.comp.c tw.color.c
|
| /freebsd-10-stable/usr.sbin/bsdinstall/scripts/ |
| D | mirrorselect | 131 ftp://ftp.tw.freebsd.org "Taiwan"\ 132 ftp://ftp2.tw.freebsd.org "Taiwan #2"\ 133 ftp://ftp3.tw.freebsd.org "Taiwan #3"\ 134 ftp://ftp4.tw.freebsd.org "Taiwan #4"\ 135 ftp://ftp6.tw.freebsd.org "Taiwan #6"\ 136 ftp://ftp11.tw.freebsd.org "Taiwan #11"\
|
| /freebsd-10-stable/contrib/bmake/unit-tests/ |
| D | modword.mk | 5 all: mod-squarebrackets mod-S-W mod-C-W mod-tW-tw 141 mod-tW-tw:
|
| /freebsd-10-stable/contrib/netbsd-tests/lib/libpthread/ |
| D | d_mach | 54 netbsd.csie.nctu.edu.tw 58 netbsd.nsysu.edu.tw 75 pluto.cdpa.nsysu.edu.tw
|
| /freebsd-10-stable/contrib/amd/amq/ |
| D | amq.c | 102 int tw = strlen(mt->mt_type); in show_mti() local 107 if (tw > *twid) in show_mti() 108 *twid = tw; in show_mti() 221 int tw = strlen(mi->mi_type); in show_mi() local 226 if (tw > *twid) in show_mi() 227 *twid = tw; in show_mi()
|
| /freebsd-10-stable/sys/netinet6/ |
| D | in6_pcb.c | 188 struct tcptw *tw; in in6_pcbbind() local 242 tw = intotw(t); in in6_pcbbind() 243 if (tw == NULL || in in6_pcbbind() 244 (reuseport & tw->tw_so_options) == 0) in in6_pcbbind() 258 tw = intotw(t); in in6_pcbbind() 259 if (tw == NULL) in in6_pcbbind() 261 if ((reuseport & tw->tw_so_options) == 0 in in6_pcbbind()
|
| /freebsd-10-stable/contrib/tcsh/nls/ukrainian/ |
| D | set27 | 2 $ tw.comp.c
|
| D | set29 | 2 $ tw.help.c
|
| /freebsd-10-stable/contrib/tcsh/nls/russian/ |
| D | set27 | 2 $ tw.comp.c
|
| D | set29 | 2 $ tw.help.c
|
| /freebsd-10-stable/contrib/tcsh/nls/greek/ |
| D | set27 | 2 $ tw.comp.c
|
| D | set29 | 2 $ tw.help.c
|
| /freebsd-10-stable/contrib/tcsh/nls/ja/ |
| D | set29 | 2 $ tw.help.c
|
| /freebsd-10-stable/sys/netsmb/ |
| D | smb_smb.c | 122 u_int16_t dindex, tw, tw1, swlen, bc; in smb_smb_negotiate() local 225 md_get_uint16le(mdp, &tw); in smb_smb_negotiate() 226 sp->sv_sm = tw; in smb_smb_negotiate() 227 md_get_uint16le(mdp, &tw); in smb_smb_negotiate() 228 sp->sv_maxtx = tw; in smb_smb_negotiate() 231 md_get_uint16le(mdp, &tw); /* rawmode */ in smb_smb_negotiate() 234 md_get_uint16(mdp, &tw); /* time */ in smb_smb_negotiate()
|
| /freebsd-10-stable/contrib/tcsh/nls/italian/ |
| D | set27 | 2 $ tw.comp.c
|
| /freebsd-10-stable/contrib/tcsh/nls/C/ |
| D | set27 | 2 $ tw.comp.c
|
| D | set29 | 2 $ tw.help.c
|
| /freebsd-10-stable/contrib/tcsh/nls/et/ |
| D | set29 | 2 $ tw.help.c
|