Searched refs:link (Results 276 - 300 of 1903) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/network_cmds-433/alias/
H A Dalias_ftp.c134 struct alias_link *link, /* The link to go through (aliased port) */
156 if (dlen <= MAX_MESSAGE_SIZE && GetLastLineCrlfTermed(link)) {
178 NewFtpMessage(pip, link, maxpacketsize, ftp_message_type);
186 SetLastLineCrlfTermed(link,
482 struct alias_link *link,
496 /* Establish link to address and port found in FTP control message. */
497 ftp_link = FindUdpTcpOut(true_addr, GetDestAddress(link),
529 alias_address = GetAliasAddress(link);
578 SetAckModified(link);
132 AliasHandleFtpOut( struct ip *pip, struct alias_link *link, int maxpacketsize ) argument
481 NewFtpMessage(struct ip *pip, struct alias_link *link, int maxpacketsize, int ftp_message_type) argument
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dcuda.vim64 hi def link cudaStorageClass StorageClass
65 hi def link cudaStructure Structure
66 hi def link cudaType Type
67 hi def link cudaVariable Identifier
68 hi def link cudaConstant Constant
H A Dreadline.vim157 hi def link readlineComment Comment
158 hi def link readlineTodo Todo
159 hi def link readlineString String
160 hi def link readlineKeys SpecialChar
161 hi def link readlineKeysTwo SpecialChar
162 hi def link readlineKeymaps Constant
163 hi def link readlineBellStyles Constant
164 hi def link readlineNumber Number
165 hi def link readlineBoolean Boolean
166 hi def link readlineIfOp
[all...]
H A Dconaryrecipe.vim121 hi def link conaryMacro Special
122 hi def link conaryrecipeFunction Function
123 hi def link conaryError Error
124 hi def link conaryBFunction conaryrecipeFunction
125 hi def link conaryGFunction conaryrecipeFunction
126 hi def link conarySFunction Operator
127 hi def link conaryPFunction Typedef
128 hi def link conaryFlags PreCondit
129 hi def link conaryArches Special
130 hi def link conarySubArche
[all...]
H A Ddtrace.vim135 " We use `hi def link` directly, this requires 5.8.
136 hi def link dtraceReservedKeyword Error
137 hi def link dtracePredicate String
138 hi def link dtraceProbe dtraceStatement
139 hi def link dtraceStatement Statement
140 hi def link dtraceConstant Constant
141 hi def link dtraceIdentifier Identifier
142 hi def link dtraceAggregatingFunction dtraceFunction
143 hi def link dtraceFunction Function
144 hi def link dtraceTyp
[all...]
H A Dlex.vim111 hi def link lexAbbrvComment lexPatComment
112 hi def link lexBrace lexPat
113 hi def link lexPatTagZone lexPatTag
114 hi def link lexSlashQuote lexPat
116 hi def link lexAbbrvRegExp Macro
117 hi def link lexAbbrv SpecialChar
118 hi def link lexCFunctions Function
119 hi def link lexMorePat SpecialChar
120 hi def link lexPatComment Comment
121 hi def link lexPa
[all...]
H A Dmplayerconf.vim73 hi def link mplayerconfTodo Todo
74 hi def link mplayerconfComment Comment
75 hi def link mplayerconfPreProc PreProc
76 hi def link mplayerconfBoolean Boolean
77 hi def link mplayerconfNumber Number
78 hi def link mplayerconfOption Keyword
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dsubr_prof.c264 toindex = ++p->tos[0].link;
273 top->link = 0;
291 if (top->link == 0) {
296 * and link it to the head of the chain.
298 toindex = ++p->tos[0].link;
305 top->link = *frompcindex;
313 top = &p->tos[top->link];
321 toindex = prevtop->link;
322 prevtop->link = top->link;
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/poll/unix/
H A Depoll.c139 APR_RING_INIT(&pollset->p->query_ring, pfd_elem_t, link);
140 APR_RING_INIT(&pollset->p->free_ring, pfd_elem_t, link);
141 APR_RING_INIT(&pollset->p->dead_ring, pfd_elem_t, link);
162 if (!APR_RING_EMPTY(&(pollset->p->free_ring), pfd_elem_t, link)) {
164 APR_RING_REMOVE(elem, link);
168 APR_RING_ELEM_INIT(elem, link);
188 APR_RING_INSERT_TAIL(&(pollset->p->free_ring), elem, pfd_elem_t, link);
191 APR_RING_INSERT_TAIL(&(pollset->p->query_ring), elem, pfd_elem_t, link);
226 pfd_elem_t, link);
227 ep = APR_RING_NEXT(ep, link)) {
[all...]
H A Dkqueue.c128 APR_RING_INIT(&pollset->p->query_ring, pfd_elem_t, link);
129 APR_RING_INIT(&pollset->p->free_ring, pfd_elem_t, link);
130 APR_RING_INIT(&pollset->p->dead_ring, pfd_elem_t, link);
144 if (!APR_RING_EMPTY(&(pollset->p->free_ring), pfd_elem_t, link)) {
146 APR_RING_REMOVE(elem, link);
150 APR_RING_ELEM_INIT(elem, link);
180 APR_RING_INSERT_TAIL(&(pollset->p->query_ring), elem, pfd_elem_t, link);
183 APR_RING_INSERT_TAIL(&(pollset->p->free_ring), elem, pfd_elem_t, link);
228 pfd_elem_t, link);
229 ep = APR_RING_NEXT(ep, link)) {
[all...]
/macosx-10.9.5/apr-30/apr/apr/poll/unix/
H A Depoll.c139 APR_RING_INIT(&pollset->p->query_ring, pfd_elem_t, link);
140 APR_RING_INIT(&pollset->p->free_ring, pfd_elem_t, link);
141 APR_RING_INIT(&pollset->p->dead_ring, pfd_elem_t, link);
162 if (!APR_RING_EMPTY(&(pollset->p->free_ring), pfd_elem_t, link)) {
164 APR_RING_REMOVE(elem, link);
168 APR_RING_ELEM_INIT(elem, link);
188 APR_RING_INSERT_TAIL(&(pollset->p->free_ring), elem, pfd_elem_t, link);
191 APR_RING_INSERT_TAIL(&(pollset->p->query_ring), elem, pfd_elem_t, link);
226 pfd_elem_t, link);
227 ep = APR_RING_NEXT(ep, link)) {
[all...]
H A Dkqueue.c128 APR_RING_INIT(&pollset->p->query_ring, pfd_elem_t, link);
129 APR_RING_INIT(&pollset->p->free_ring, pfd_elem_t, link);
130 APR_RING_INIT(&pollset->p->dead_ring, pfd_elem_t, link);
144 if (!APR_RING_EMPTY(&(pollset->p->free_ring), pfd_elem_t, link)) {
146 APR_RING_REMOVE(elem, link);
150 APR_RING_ELEM_INIT(elem, link);
180 APR_RING_INSERT_TAIL(&(pollset->p->query_ring), elem, pfd_elem_t, link);
183 APR_RING_INSERT_TAIL(&(pollset->p->free_ring), elem, pfd_elem_t, link);
228 pfd_elem_t, link);
229 ep = APR_RING_NEXT(ep, link)) {
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DSnackOgg.c158 extern vorbis_info *ov_info(OggVorbis_File *vf,int link);
159 extern vorbis_comment *ov_comment(OggVorbis_File *vf,int link);
498 /* finds each bitstream link one at a time using a bisection search
500 Recurses for each link so it can alloc the link storage after
694 /* get the PCM length of this link. To do this,
735 /* we're partially open and have a first link header state in
833 int link=(vf->seekable?vf->current_link:0); local
849 if(vf->seekable && link>0)
850 granulepos-=vf->pcmlengths[link*
905 int link; local
1153 int link=(vf->seekable?vf->current_link:0); local
1293 int i,link=vf->current_link; local
1326 int link; local
1366 int link=-1; local
1577 int link; local
1618 int link=-1; local
1645 int link=-1; local
1684 int link=-1; local
1712 ov_info(OggVorbis_File *vf,int link) argument
1730 ov_comment(OggVorbis_File *vf,int link) argument
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/misc/
H A Dapr_reslist.c33 APR_RING_ENTRY(apr_res_t) link;
71 APR_RING_REMOVE(res, link);
83 APR_RING_INSERT_HEAD(&reslist->avail_list, resource, apr_res_t, link);
95 if (!APR_RING_EMPTY(&reslist->free_list, apr_res_t, link)) {
97 APR_RING_REMOVE(res, link);
109 APR_RING_INSERT_TAIL(&reslist->free_list, container, apr_res_t, link);
232 APR_RING_REMOVE(res, link);
290 APR_RING_INIT(&rl->avail_list, apr_res_t, link);
291 APR_RING_INIT(&rl->free_list, apr_res_t, link);
/macosx-10.9.5/apr-30/apr-util/apr-util/misc/
H A Dapr_reslist.c35 APR_RING_ENTRY(apr_res_t) link;
71 APR_RING_REMOVE(res, link);
83 APR_RING_INSERT_HEAD(&reslist->avail_list, resource, apr_res_t, link);
95 if (!APR_RING_EMPTY(&reslist->free_list, apr_res_t, link)) {
97 APR_RING_REMOVE(res, link);
109 APR_RING_INSERT_TAIL(&reslist->free_list, container, apr_res_t, link);
220 APR_RING_REMOVE(res, link);
263 APR_RING_INIT(&rl->avail_list, apr_res_t, link);
264 APR_RING_INIT(&rl->free_list, apr_res_t, link);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/samba4/
H A DMakefile48 $(LIBTOOL) --mode=link $(CC) $(OPT) -version-info 0:0:0 \
55 $(LIBTOOL) --mode=link $(CC) $(OPT) -version-info 0:0:0 \
62 $(LIBTOOL) --mode=link $(CC) $(OPT) -version-info 0:0:0 \
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/
H A Dapr-config.in66 --libs print additional libraries to link against
69 --link-ld print link switch(es) for linking to APR
70 --link-libtool print the libtool inputs for linking to APR
80 APR_LIBS="\`apr-$APR_MAJOR_VERSION-config --link-libtool --libs\`"
82 APR_LIBS="\`apr-$APR_MAJOR_VERSION-config --link-ld --libs\`"
183 --link-ld)
192 --link-libtool)
/macosx-10.9.5/apr-30/apr/apr/
H A Dapr-config.in66 --libs print additional libraries to link against
69 --link-ld print link switch(es) for linking to APR
70 --link-libtool print the libtool inputs for linking to APR
80 APR_LIBS="\`apr-$APR_MAJOR_VERSION-config --link-libtool --libs\`"
82 APR_LIBS="\`apr-$APR_MAJOR_VERSION-config --link-ld --libs\`"
183 --link-ld)
192 --link-libtool)
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dlistenlist.c44 ISC_LINK_INIT(elt, link);
79 next = ISC_LIST_NEXT(elt, link);
127 ISC_LIST_APPEND(list->elts, elt, link);
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/sym-link-load/
H A DMakefile58 stub/liblink.dylib: link.c
60 ${CC} ${CCFLAGS} -I${TESTROOT}/include -dynamiclib link.c -o stub/liblink.dylib -install_name "${PWD}/real/liblink.dylib"
71 real/liblink.dylib: link.c
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/string/
H A Dfmtls.c45 * link link text if != 0
52 fmtls(char* buf, const char* name, register struct stat* st, const char* info, const char* link, register int flags) argument
110 if (link)
116 "==", link);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/CreatePDFDocument/
H A DCreatePDFDocument.py24 link = "http:#developer.apple.com/documentation/GraphicsImaging/"
25 linkURL = CFURLCreateWithBytes(None, link, len(link),
28 print >>sys.stderr, "Couldn't create url for link!"
66 # Add a link to a URL so that if you click
159 # Make a link to a destination not yet created, that for
160 # the "blue" page. Making this link is independent from
162 # on this link in the generated PDF document navigates to
183 # since this is the "blue" page that is being named. The link
187 # Make a link t
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/CreatePDFDocument/
H A DCreatePDFDocument.py24 link = "http:#developer.apple.com/documentation/GraphicsImaging/"
25 linkURL = CFURLCreateWithBytes(None, link, len(link),
28 print >>sys.stderr, "Couldn't create url for link!"
66 # Add a link to a URL so that if you click
159 # Make a link to a destination not yet created, that for
160 # the "blue" page. Making this link is independent from
162 # on this link in the generated PDF document navigates to
183 # since this is the "blue" page that is being named. The link
187 # Make a link t
[all...]
/macosx-10.9.5/ppp-727.90.1/Family/
H A Dppp_serial.c156 #define STATE_LKBUSY 0x04000000 /* activity in the link in progress */
165 struct ppp_link link; /* link interface */ member in struct:pppserial
214 static int pppserial_lk_output(struct ppp_link *link, mbuf_t m);
215 static int pppserial_lk_ioctl(struct ppp_link *link, u_long cmd, void *data);
216 static int pppserial_attach(struct tty *ttyp, struct ppp_link **link);
217 static int pppserial_detach(struct ppp_link *link);
231 * The mutex is assumed to be already taken when entering a PPP link function
364 if (ld->link.lk_unit == unit) {
377 int pppserial_attach(struct tty *ttyp, struct ppp_link **link) argument
447 pppserial_detach(struct ppp_link *link) argument
1255 pppserial_lk_ioctl(struct ppp_link *link, u_long cmd, void *data) argument
1339 pppserial_lk_output(struct ppp_link *link, mbuf_t m) argument
1400 struct ppp_link *link; local
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rss/
H A Dtest_to_s.rb135 "link" => "http://example.com/",
175 "items" => @item_links.collect{|link| {"resource" => link}},
183 "link" => @item_links[0],
209 "link" => @item_links[1],
250 "link" => @textinput_link,
327 %w(about title link description language copyright
370 %w(title link description date author comments).each do |name|
402 %w(title description name link).each do |name|
443 names = %w(about title link descriptio
[all...]

Completed in 503 milliseconds

<<11121314151617181920>>