Home
last modified time | relevance | path

Searched refs:SUB_BIND (Results 1 – 6 of 6) sorted by relevance

/dports/net/honeyd/honeyd-1.5c/
H A Dsubsystem.h81 SUB_BIND=1, SUB_LISTEN, SUB_CLOSE, SUB_CONNECT, SUB_SENDTO enumerator
H A Dsubsystem.c433 case SUB_BIND: { in subsystem_read()
H A Dhoneyd_overload.c515 SETCMD(&cmd, SUB_BIND, nfd); in bind()
/dports/shells/zsh/zsh-5.8.1/Src/
H A Dsubst.c1933 flags |= SUB_BIND; in paramsubst()
2883 if (!(flags & (SUB_MATCH|SUB_REST|SUB_BIND|SUB_EIND|SUB_LEN))) in paramsubst()
H A Dzsh.h1944 #define SUB_BIND 0x0020 /* index of beginning of string */ macro
H A Dglob.c2548 if (fl & SUB_BIND) { in get_match_ret()