Searched refs:current (Results 201 - 225 of 1554) sorted by relevance

1234567891011>>

/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dajp_msg.c46 char *current; local
66 current = *buf + strlen(*buf);
69 rl = bl - (current - *buf);
71 *(current - 1) = '\0';
74 apr_snprintf(current, rl, "%.4lx ", (unsigned long)i);
75 current += AJP_MSG_DUMP_PREFIX_LENGTH;
83 *current++ = hex_table[x >> 4];
84 *current++ = hex_table[x & 0x0f];
85 *current++ = ' ';
87 *current
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/isc/unix/
H A Dinterfaceiter.c224 iter->current.af = AF_INET6;
225 iter->current.flags = INTERFACE_F_UP;
226 isc_netaddr_fromin6(&iter->current.address, &addr6);
227 if (isc_netaddr_islinklocal(&iter->current.address)) {
228 isc_netaddr_setzone(&iter->current.address,
240 isc_netaddr_fromin6(&iter->current.netmask, &addr6);
241 strncpy(iter->current.name, name, sizeof(iter->current.name));
255 memcpy(ifdata, &iter->current, sizeof(*ifdata));
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dnlmheader.c219 /* The current symbol prefix when reading a list of import or export
1062 /* Get the current used size of the three stacks, in elements. */
1134 /* Do appropriate processing given the current state. */
1201 | yydefault -- do the default action for the current state. |
1855 /* Pop the current state because it cannot handle the error token. */
1941 /* The current line number. */
1943 /* The current state. */
1949 /* The current input file. */
1951 static struct input current;
1962 current
1947 static struct input current; variable in typeref:struct:input
[all...]
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dmap.h52 el_action_t *alt; /* The current alternate key map */
53 el_action_t *key; /* The current normal key map */
54 el_action_t *current; /* The keymap we are using */ member in struct:el_map_t
/macosx-10.10/ncurses-44/ncurses/form/
H A Dfrm_data.c54 if (form && (form->status & _POSTED) && form->current)
58 field = form->current;
78 | Description : Test if 'length' cells starting at the current position
141 if (form && (form->status & _POSTED) && form->current)
147 field = form->current;
/macosx-10.10/ntp-92/lib/isc/unix/
H A Dinterfaceiter.c224 iter->current.af = AF_INET6;
225 iter->current.flags = INTERFACE_F_UP;
226 isc_netaddr_fromin6(&iter->current.address, &addr6);
227 if (isc_netaddr_islinklocal(&iter->current.address)) {
228 isc_netaddr_setzone(&iter->current.address,
240 isc_netaddr_fromin6(&iter->current.netmask, &addr6);
241 strncpy(iter->current.name, name, sizeof(iter->current.name));
255 memcpy(ifdata, &iter->current, sizeof(*ifdata));
/macosx-10.10/ruby-106/ruby/lib/minitest/
H A Dparallel_each.rb28 Thread.current.abort_on_exception = true
/macosx-10.10/ruby-106/ruby/lib/rss/maker/
H A Ddublincore.rb58 def to_feed(feed, current)
59 if value and current.respond_to?(:#{full_name})
60 new_item = current.class::#{full_klass_name}.new(value)
61 current.#{full_plural_name} << new_item
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_continuation.rb81 orig_thread = Thread.current
84 if orig_thread == Thread.current
121 Thread.current.set_trace_func(func)
123 Thread.current.set_trace_func(nil)
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/bee/
H A Dbee.tcl41 # ...(type) Type of current value (integer, string, list, dict)
42 # ...(value) Buffer for assembling the current value.
228 # ........ ; # the next bee-value behind the current one.
368 # ........ ; # the next bee-value behind the current one.
634 upvar 0 state(state) current
643 #puts Parse/$current
661 if {$current eq "data"} {
675 set current intro
691 set current intro
702 # Hardwired state machine. Get current characte
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/multiplexer/
H A Dmultiplexer.tcl25 set log [logger::init [string trimleft [namespace current] ::]]
220 fileevent $chan readable [list [namespace current]::GetData $chan $client $clientport]
260 set serversock [socket -server [namespace current]::NewClient $port]
281 namespace delete [namespace current]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/term/ansi/
H A Dcode.tcl37 set ns [uplevel 2 [list namespace current]]
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/
H A DSOAP-domain.tcl32 catch {namespace import -force [uplevel {namespace current}]::rpcvar::*}
42 # -interp is the Tcl slave interpreter to use ( {} for the current interp)
55 # set the default options. These work out to be the current interpreter,
87 set optname [namespace current]::opts$opts(-prefix)
95 # As interp eval {} evaluates in the current interpreter we can define
107 {} [namespace current]::domain_handler $optname
114 array set [namespace current]::opts$opts(-prefix) [array get opts]
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dcoffcode.h207 the offset from the first symbol of the current symbol.
2941 asection *current;
3027 for (current = abfd->sections; current != NULL; current = current->next)
3028 if (current->reloc_count >= 0xffff || current->lineno_count >= 0xffff)
3047 for (current = abfd->sections; current !
2940 asection *current; local
3368 asection *current; local
[all...]
/macosx-10.10/Heimdal-398.1.2/tests/kdc/
H A Dcheck-iprop.in63 rm -f current-db*
64 rm -f current*.log
104 --database=${objdir}/current-db &
154 cp ${objdir}/current.log ${objdir}/current.log.tmp
176 rm current.slave.log current-db.slave* || exit 1
217 cp ${objdir}/current.log.tmp ${objdir}/current.log
222 --database=${objdir}/current
[all...]
/macosx-10.10/cups-408/cups/cups/
H A Dhttp-addrlist.c318 *current = NULL;/* Current list entry */ local
323 if ((current = malloc(sizeof(http_addrlist_t))) == NULL)
325 current = dst;
327 while (current)
329 prev = current;
330 current = current->next;
338 memcpy(current, src, sizeof(http_addrlist_t));
340 current->next = NULL;
343 prev->next = current;
463 *current; /* Current result */ local
[all...]
H A Dmark.c842 cparam->current.custom_real = (float)_cupsStrScand(choice + 7,
847 cparam->current.custom_points = (float)_cupsStrScand(choice + 7,
854 cparam->current.custom_points *= 72.0f / 2.54f;
856 cparam->current.custom_points *= 72.0f / 25.4f;
858 cparam->current.custom_points *= 72.0f / 0.0254f;
860 cparam->current.custom_points *= 72.0f;
862 cparam->current.custom_points *= 12.0f * 72.0f;
867 cparam->current.custom_int = atoi(choice + 7);
873 if (cparam->current.custom_string)
874 _cupsStrFree(cparam->current
[all...]
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/uri/
H A Duri.tcl210 upvar \#0 [namespace current]::ftp::typepart ftptype
292 upvar #0 [namespace current]::http::search search
293 upvar #0 [namespace current]::http::segment segment
376 upvar #0 [namespace current]::basic::hostname hostname
377 upvar #0 [namespace current]::basic::hostnumber hostnumber
561 upvar \#0 [namespace current]::basic::user user
562 upvar \#0 [namespace current]::basic::password password
563 upvar \#0 [namespace current]::basic::hostname hostname
564 upvar \#0 [namespace current]::basic::hostnumber hostnumber
565 upvar \#0 [namespace current]
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/log/
H A Dlogger.tcl124 set [namespace current]::tree::${service}::service $service
125 set [namespace current]::tree::${service}::levels $levels
126 set [namespace current]::tree::${service}::oldname $service
127 set [namespace current]::tree::${service}::enabled $enabled
131 variable delcallback [namespace current]::no-op
134 variable levelchangecallback [namespace current]::no-op
197 logger::walk [namespace current] [list setlevel $lv]
239 interp alias {} [namespace current]::[lindex $levels $lvnum] \
240 {} [namespace current]::[lindex $levels $lvnum]cmd
245 logger::walk [namespace current] [lis
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/uri/
H A Duri.tcl210 upvar \#0 [namespace current]::ftp::typepart ftptype
292 upvar #0 [namespace current]::http::search search
293 upvar #0 [namespace current]::http::segment segment
376 upvar #0 [namespace current]::basic::hostname hostname
377 upvar #0 [namespace current]::basic::hostnumber hostnumber
561 upvar \#0 [namespace current]::basic::user user
562 upvar \#0 [namespace current]::basic::password password
563 upvar \#0 [namespace current]::basic::hostname hostname
564 upvar \#0 [namespace current]::basic::hostnumber hostnumber
565 upvar \#0 [namespace current]
[all...]
/macosx-10.10/vim-55/runtime/indent/
H A Docaml.vim85 " Find a non-commented line above the current line.
103 " Indent if current line begins with 'end':
107 " Indent if current line begins with 'done' for 'do':
111 " Indent if current line begins with '}' or '>}':
115 " Indent if current line begins with ']', '|]' or '>]':
119 " Indent if current line begins with ')':
123 " Indent if current line begins with 'let':
129 " Indent if current line begins with 'class' or 'type':
142 " Indent if current line begins with ';;':
148 " Indent if current lin
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dcaniter.cpp72 current(NULL),
102 if(current != NULL) {
103 uprv_free(current);
104 current = NULL;
122 current[i] = 0;
144 buffer.append(pieces[i][current[i]]);
155 current[i]++;
156 if (current[i] < pieces_lengths[i]) break; // got sequence
157 current[i] = 0;
186 current
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/dlzexternal/
H A Ddriver.c65 struct record current[MAX_RECORDS]; member in struct:dlz_example_data
221 add_name(state, &state->current[0], state->zone_name,
223 add_name(state, &state->current[0], state->zone_name,
225 add_name(state, &state->current[0], state->zone_name,
286 if (strcasecmp(state->current[i].name, full_name) == 0) {
289 result = state->putrr(lookup, state->current[i].type,
290 state->current[i].ttl,
291 state->current[i].data);
327 if (strlen(state->current[i].name) == 0U) {
330 result = state->putnamedrr(allnodes, state->current[
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/dlz/example/
H A Ddlz_example.c48 struct record current[MAX_RECORDS]; member in struct:dlz_example_data
198 add_name(state, &state->current[0], state->zone_name, "soa", 3600, soa_data);
199 add_name(state, &state->current[0], state->zone_name, "ns", 3600, state->zone_name);
200 add_name(state, &state->current[0], state->zone_name, "a", 1800, "10.53.0.1");
251 if (strcasecmp(state->current[i].name, full_name) == 0) {
254 result = state->putrr(lookup, state->current[i].type,
255 state->current[i].ttl, state->current[i].data);
288 if (strlen(state->current[i].name) == 0) {
291 result = state->putnamedrr(allnodes, state->current[
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dgetaddrinfo.c189 struct addrinfo **current = &first; local
211 &current, const_v6, &v6_addr, NULL);
216 &current, const_v4, &v4_addr, NULL);
224 struct addrinfo ***current,
259 current, func, *h, canonname);
277 struct addrinfo **current = &first; local
291 &current, const_v6, &v6_addr, NULL);
302 &current, const_v4, &v4_addr, NULL);
317 struct addrinfo **current = &first; local
336 &current, const_v
223 add_hostent(int port, int protocol, int socktype, struct addrinfo ***current, int (*func)(struct addrinfo *, void *data, int port), struct hostent *he, int *flags) argument
[all...]

Completed in 383 milliseconds

1234567891011>>