Searched refs:index (Results 1 - 25 of 1422) sorted by last modified time

1234567891011>>

/freebsd-9.3-release/sys/conf/
H A Dnewvers.sh139 if $git_cmd --work-tree=${SYSDIR}/.. diff-index \
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dconfigure32057 prefix = substr(line, 1, index(line, defundef) - 1)
32322 # Compute "$ac_file"'s index in $config_headers.
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dntp_intres.c178 u_int index; member in struct:dnschild_ctx_tag
/freebsd-9.3-release/contrib/ntp/
H A Dconfigure38946 prefix = substr(line, 1, index(line, defundef) - 1)
[all...]
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_config.c2118 * or an index into a filegen array.
4837 ni_index index; local
4858 for (index = 0;
4859 index < namelist.ni_namelist_len;
4860 index++) {
4863 value = namelist.ni_namelist_val[index];
4864 val_list[index] = estrdup(value);
4866 val_list[index] = NULL;
H A Drefclock_as2201.c81 int index; /* current statistics command */ member in struct:as2201unit
197 up->index = 0;
336 octets = strlen(stat_command[up->index]);
340 memcpy(up->lastptr, stat_command[up->index], octets);
343 (void)write(pp->io.fd, stat_command[up->index],
344 strlen(stat_command[up->index]));
345 up->index++;
346 if (*stat_command[up->index] == '\0')
347 up->index = 0;
/freebsd-9.3-release/contrib/tzdata/
H A Dchecktab.awk134 while ((i = index(src, "/"))) src = substr(src, i+1)
135 while ((i = index(dst, "/"))) dst = substr(dst, i+1)
/freebsd-9.3-release/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh62 IDS -- Compare the system against an index of "known good" files.
820 # published index. Figure out which index we should
1161 # Fetch metadata index file
1163 echo ${NDEBUG} "Fetching metadata index... "
1172 echo "update metadata index corrupt."
1193 fetch_metadata_bogus " index"
1216 fetch_metadata_bogus " index"
1273 # Fetch the metadata index and metadata files listed in $@,
1475 # Otherwise, output an index lin
[all...]
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_ioctl.c2129 int is_eth, index; local
2139 index = 0;
2151 if (is_eth && IFP_IS_ETH(ifp) && unit == index++)
3012 vstd->index = lvstd->index;
3021 lvstd->index = vstd->index;
3030 vb->index = lvb->index;
3054 lvb->index
[all...]
/freebsd-9.3-release/sys/dev/kbd/
H A Dkbd.c196 int index; local
200 for (index = 0; index < keyboards; ++index) {
201 if (keyboard[index] == NULL)
204 if (index >= keyboards) {
209 kbd->kb_index = index;
219 keyboard[index] = kbd;
220 kbdsw[index] = p->kbdsw;
230 return (index);
318 kbd_find_keyboard2(char *driver, int unit, int index) argument
352 int index; local
423 kbd_get_keyboard(int index) argument
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/txt_db/
H A Dtxt_db.c91 ret->index = NULL;
95 if ((ret->index =
103 ret->index[i] = NULL;
191 if (ret->index != NULL)
192 OPENSSL_free(ret->index);
212 lh = db->index[idx];
250 if (db->index[field] != NULL)
251 lh_free(db->index[field]);
252 db->index[field] = idx;
311 if (db->index[
[all...]
H A Dtxt_db.h83 LHASH **index; member in struct:txt_db_st
/freebsd-9.3-release/crypto/openssl/crypto/store/
H A Dstr_mem.c113 int index; member in struct:mem_ctx_st
275 context->index = -1;
/freebsd-9.3-release/crypto/openssl/crypto/
H A DLPdir_win.c98 size_t index = 0, len_0 = strlen(extdir) + 1; local
114 for (index = 0; index < len_0; index++)
115 wdir[index] = (TCHAR)extdir[index];
140 size_t index, len_0 = 0; local
151 for (index = 0; index < len_0; index
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Ddes_opts.c399 #define time_it(func,name,index) \
407 tm[index]=Time_F(STOP); \
408 fprintf(stderr,"%ld %s's in %.2f second\n",count,name,tm[index]); \
409 tm[index]=((double)COUNT(cb))/tm[index];
411 #define print_it(name,index) \
413 tm[index]*8,1.0e6/tm[index]);
/freebsd-9.3-release/crypto/openssl/crypto/bf/
H A Dbf_opts.c193 #define time_it(func,name,index) \
204 tm[index]=Time_F(STOP); \
205 fprintf(stderr,"%ld %s's in %.2f second\n",count,name,tm[index]); \
206 tm[index]=((double)COUNT(cb))/tm[index];
208 #define print_it(name,index) \
210 tm[index]*8,1.0e6/tm[index]);
/freebsd-9.3-release/crypto/openssl/crypto/cast/
H A Dcastopts.c203 #define time_it(func,name,index) \
214 tm[index]=Time_F(STOP); \
215 fprintf(stderr,"%ld %s's in %.2f second\n",count,name,tm[index]); \
216 tm[index]=((double)COUNT(cb))/tm[index];
218 #define print_it(name,index) \
220 tm[index]*8,1.0e6/tm[index]);
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpfvar.h1293 u_int8_t sidx; /* key index for source */
1294 u_int8_t didx; /* key index for destination */
1619 int index; member in struct:pfioc_limit
H A Dpf_ioctl.c2532 if (pl->index < 0 || pl->index >= PF_LIMIT_MAX) {
2537 pl->limit = V_pf_pool_limits[pl->index].limit;
2539 pl->limit = pf_pool_limits[pl->index].limit;
2548 if (pl->index < 0 || pl->index >= PF_LIMIT_MAX ||
2550 V_pf_pool_limits[pl->index].pp == NULL) {
2552 pf_pool_limits[pl->index].pp == NULL) {
2558 uma_zone_set_max(V_pf_pool_limits[pl->index].pp, pl->limit);
2559 old_limit = V_pf_pool_limits[pl->index]
[all...]
/freebsd-9.3-release/usr.sbin/ntp/doc/
H A DMakefile15 huffpuff.html index.html kern.html kernpps.html keygen.html leap.html \
/freebsd-9.3-release/contrib/ntp/sntp/unity/auto/
H A Dgenerate_test_runner.rb107 lines.each_with_index do |line, index|
128 source_lines[source_index..-1].each_with_index do |line, index|
130 source_index += index
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dconfigure16956 prefix = substr(line, 1, index(line, defundef) - 1)
17221 # Compute "$ac_file"'s index in $config_headers.
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dcheck-dumpevents.py13 expect_inserted_pos = text.index("Inserted:\n")
14 expect_active_pos = text.index("Active:\n")
15 got_inserted_pos = text.index("Inserted events:\n")
16 got_active_pos = text.index("Active events:\n")
/freebsd-9.3-release/contrib/ntp/sntp/libopts/compat/
H A Dcompat.h337 # define strchr index
/freebsd-9.3-release/contrib/ntp/sntp/libevent/build-aux/
H A Dar-lib158 index=
169 s*) index=yes ;;
170 S*) ;; # the index is always updated implicitly
181 case $delete$extract$list$quick$replace,$index in

Completed in 327 milliseconds

1234567891011>>