Searched refs:start_index (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/bootp-298/bootplib/
H A DDHCPv6Options.c546 int * start_index)
551 if (start_index != NULL) {
552 i = *start_index;
559 if (start_index != NULL) {
560 *start_index = i + 1;
544 DHCPv6OptionListGetOptionDataAndLength(DHCPv6OptionListRef options, int option_code, int * ret_length, int * start_index) argument
H A DDHCPv6Options.h176 int * start_index);
/macosx-10.10.1/nano-12/src/
H A Dwinio.c1891 size_t start_index; local
1894 /* Screen column that start_index corresponds to. */
1914 start_index = actual_x(buf, start_col);
1915 column = strnlenpt(buf, start_index);
1937 if (buf[start_index] != '\0' && buf[start_index] != '\t' &&
1939 /* We don't display all of buf[start_index] since it starts to
1941 buf_mb_len = parse_mbchar(buf + start_index, buf_mb, NULL);
1958 start_index += buf_mb_len;
1971 start_index
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/utils/
H A Dllvm-compilers-check236 abbrevs = [abbrev[start_index:start_index+3]
237 for abbrev, start_index
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dshell.c1310 bind_args (argv, arg_start, arg_end, start_index)
1312 int arg_start, arg_end, start_index;
1322 if (start_index == 0) /* bind to $0...$n for sh -c command */
/macosx-10.10.1/xnu-2782.1.97/osfmk/default_pager/
H A Ddp_backing_store.c1489 int start_index; local
1494 start_index = ps_select_array[i];
1496 if(!(paging_segments[start_index])) {
1497 j = start_index+1;
1501 (((paging_segments[start_index])->ps_clshift)
1504 j = start_index + 1;
1507 j = start_index;
1508 if(start_index == 0)
1509 start_index = paging_segment_max;
1511 start_index
[all...]
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A DDHCPv6Client.c312 int start_index; local
345 start_index = 0;
346 for (start_index = 0; TRUE; start_index++) {
352 &option_len, &start_index);
/macosx-10.10.1/libauto-186/
H A Dauto_weak.cpp155 usword_t start_index = index, hash_displacement = 0; local
161 if (index == start_index || hash_displacement > list->max_hash_displacement) {
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dexpect.c1542 int start_index; /* where to add new ecases in old list */
1547 start_index = ecmd->ecd.count;
1551 start_index = 0;
1553 memcpy(&ecmd->ecd.cases[start_index],eg.ecd.cases,
1541 int start_index; /* where to add new ecases in old list */ local
/macosx-10.10.1/vim-55/src/
H A Dgui_beval.c1010 attr->start_index = pdest - buf;
H A Dgui_gtk_x11.c4635 tmp_attr_->start_index = (Start); \
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dddbe.c749 unsigned long start_index,/* [in] starting index for vector data */
761 offset = start_index;
741 DDBE_compute_vec_offsets( DDBE_vec_rep_t *vec_p, unsigned long align_req, unsigned long index_incr, unsigned long start_index, DDBE_vec_rep_t **end_vec_p ) argument
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dphpcomplete.vim1078 \ 'array_fill(': 'int start_index, int num, mixed value | array',

Completed in 374 milliseconds