Searched refs:src (Results 151 - 175 of 2937) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-prof/
H A Dtree-prof.exp48 foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.c]] {
50 if ![runtest_file_p $runtests $src] then {
53 profopt-execute $src
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/cris/asm/
H A Dasm.exp36 foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.ms]] {
39 if ![runtest_file_p $runtests $src] {
43 run_sim_test $src $mach
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/tree-prof/
H A Dtree-prof.exp47 foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.c]] {
49 if ![runtest_file_p $runtests $src] then {
52 profopt-execute $src
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/objc/execute/exceptions/
H A Dexceptions.exp35 foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.m]] {
37 if ![runtest_file_p $runtests $src] then {
41 objc-torture-execute $src $additional_flags
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/
H A DMakefile.in4 DIRS = src/util src/global src/dns src/tls src/xsasl src/milter src/master \
5 src/postfix src/fsstone src/smtpston
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpq/
H A Dabs.c27 mpq_abs (mpq_ptr dst, mpq_srcptr src) argument
29 mp_size_t num_size = src->_mp_num._mp_size;
32 if (dst != src)
34 mp_size_t den_size = src->_mp_den._mp_size;
39 MPN_COPY (dst->_mp_num._mp_d, src->_mp_num._mp_d, num_abs_size);
40 MPN_COPY (dst->_mp_den._mp_d, src->_mp_den._mp_d, den_size);
H A Dneg.c27 mpq_neg (mpq_ptr dst, mpq_srcptr src) argument
29 mp_size_t num_size = src->_mp_num._mp_size;
31 if (src != dst)
34 mp_size_t den_size = src->_mp_den._mp_size;
39 MPN_COPY (dst->_mp_num._mp_d, src->_mp_num._mp_d, num_abs_size);
40 MPN_COPY (dst->_mp_den._mp_d, src->_mp_den._mp_d, den_size);
/netbsd-6-1-5-RELEASE/share/i18n/esdb/EBCDIC/
H A DMakefile.inc9 EBCDIC-${i:S/:/@/}.src: EBCDIC.src
12 CLEANFILES:= ${CLEANFILES} EBCDIC-${i:S/:/@/}.src
/netbsd-6-1-5-RELEASE/share/i18n/esdb/GEORGIAN/
H A DMakefile.inc10 GEORGIAN-${i}.src: GEORGIAN.src
14 CLEANFILES+= GEORGIAN-${i}.src
/netbsd-6-1-5-RELEASE/share/i18n/esdb/ISO-8859/
H A DMakefile.inc9 ISO-8859-$i.src: ISO-8859.src
12 CLEANFILES+= ISO-8859-$i.src
/netbsd-6-1-5-RELEASE/share/i18n/esdb/ISO646/
H A DMakefile.inc9 ISO646-${i:S/:/@/}.src: ISO646.src
12 CLEANFILES:= ${CLEANFILES} ISO646-${i:S/:/@/}.src
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dget_d.c36 mpfr_get_d (mpfr_srcptr src, mpfr_rnd_t rnd_mode) argument
42 if (MPFR_UNLIKELY (MPFR_IS_SINGULAR (src)))
44 if (MPFR_IS_NAN (src))
47 negative = MPFR_IS_NEG (src);
49 if (MPFR_IS_INF (src))
52 MPFR_ASSERTD (MPFR_IS_ZERO(src));
56 e = MPFR_GET_EXP (src);
57 negative = MPFR_IS_NEG (src);
71 (rnd_mode == MPFR_RNDN && mpfr_cmp_si_2exp(src, -1, -1075) < 0)
74 (rnd_mode == MPFR_RNDN && mpfr_cmp_si_2exp(src,
129 mpfr_get_d1(mpfr_srcptr src) argument
135 mpfr_get_d_2exp(long *expptr, mpfr_srcptr src, mpfr_rnd_t rnd_mode) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Disp_library.c804 isp_put_marker(ispsoftc_t *isp, isp_marker_t *src, isp_marker_t *dst) argument
807 isp_put_hdr(isp, &src->mrk_header, &dst->mrk_header);
808 ISP_IOXPUT_32(isp, src->mrk_handle, &dst->mrk_handle);
810 ISP_IOXPUT_8(isp, src->mrk_reserved0, &dst->mrk_target);
811 ISP_IOXPUT_8(isp, src->mrk_target, &dst->mrk_reserved0);
813 ISP_IOXPUT_8(isp, src->mrk_reserved0, &dst->mrk_reserved0);
814 ISP_IOXPUT_8(isp, src->mrk_target, &dst->mrk_target);
816 ISP_IOXPUT_16(isp, src->mrk_modifier, &dst->mrk_modifier);
817 ISP_IOXPUT_16(isp, src->mrk_flags, &dst->mrk_flags);
818 ISP_IOXPUT_16(isp, src
825 isp_put_marker_24xx(ispsoftc_t *isp, isp_marker_24xx_t *src, isp_marker_24xx_t *dst) argument
845 isp_put_request_t2(ispsoftc_t *isp, ispreqt2_t *src, ispreqt2_t *dst) argument
868 isp_put_request_t2e(ispsoftc_t *isp, ispreqt2e_t *src, ispreqt2e_t *dst) argument
890 isp_put_request_t3(ispsoftc_t *isp, ispreqt3_t *src, ispreqt3_t *dst) argument
914 isp_put_request_t3e(ispsoftc_t *isp, ispreqt3e_t *src, ispreqt3e_t *dst) argument
937 isp_put_extended_request(ispsoftc_t *isp, ispextreq_t *src, ispextreq_t *dst) argument
959 isp_put_request_t7(ispsoftc_t *isp, ispreqt7_t *src, ispreqt7_t *dst) argument
994 isp_put_24xx_tmf(ispsoftc_t *isp, isp24xx_tmf_t *src, isp24xx_tmf_t *dst) argument
1025 isp_put_24xx_abrt(ispsoftc_t *isp, isp24xx_abrt_t *src, isp24xx_abrt_t *dst) argument
1045 isp_put_cont_req(ispsoftc_t *isp, ispcontreq_t *src, ispcontreq_t *dst) argument
1056 isp_put_cont64_req(ispsoftc_t *isp, ispcontreq64_t *src, ispcontreq64_t *dst) argument
1068 isp_get_response(ispsoftc_t *isp, ispstatusreq_t *src, ispstatusreq_t *dst) argument
1089 isp_get_24xx_response(ispsoftc_t *isp, isp24xx_statusreq_t *src, isp24xx_statusreq_t *dst) argument
1114 isp_get_24xx_abrt(ispsoftc_t *isp, isp24xx_abrt_t *src, isp24xx_abrt_t *dst) argument
1170 isp_put_icb(ispsoftc_t *isp, isp_icb_t *src, isp_icb_t *dst) argument
1237 isp_put_icb_2400(ispsoftc_t *isp, isp_icb_2400_t *src, isp_icb_2400_t *dst) argument
1288 isp_put_icb_2400_vpinfo(ispsoftc_t *isp, isp_icb_2400_vpinfo_t *src, isp_icb_2400_vpinfo_t *dst) argument
1295 isp_put_vp_port_info(ispsoftc_t *isp, vp_port_info_t *src, vp_port_info_t *dst) argument
1311 isp_get_vp_port_info(ispsoftc_t *isp, vp_port_info_t *src, vp_port_info_t *dst) argument
1328 isp_put_vp_ctrl_info(ispsoftc_t *isp, vp_ctrl_info_t *src, vp_ctrl_info_t *dst) argument
1346 isp_get_vp_ctrl_info(ispsoftc_t *isp, vp_ctrl_info_t *src, vp_ctrl_info_t *dst) argument
1364 isp_put_vp_modify(ispsoftc_t *isp, vp_modify_t *src, vp_modify_t *dst) argument
1392 isp_get_vp_modify(ispsoftc_t *isp, vp_modify_t *src, vp_modify_t *dst) argument
1420 isp_get_pdb_21xx(ispsoftc_t *isp, isp_pdb_21xx_t *src, isp_pdb_21xx_t *dst) argument
1472 isp_get_pdb_24xx(ispsoftc_t *isp, isp_pdb_24xx_t *src, isp_pdb_24xx_t *dst) argument
1506 isp_get_plogx(ispsoftc_t *isp, isp_plogx_t *src, isp_plogx_t *dst) argument
1524 isp_put_plogx(ispsoftc_t *isp, isp_plogx_t *src, isp_plogx_t *dst) argument
1545 isp_get_ridacq(ispsoftc_t *isp, isp_ridacq_t *src, isp_ridacq_t *dst) argument
1577 isp_get_ct_pt(ispsoftc_t *isp, isp_ct_pt_t *src, isp_ct_pt_t *dst) argument
1604 isp_get_ms(ispsoftc_t *isp, isp_ms_t *src, isp_ms_t *dst) argument
1631 isp_put_ct_pt(ispsoftc_t *isp, isp_ct_pt_t *src, isp_ct_pt_t *dst) argument
1658 isp_put_ms(ispsoftc_t *isp, isp_ms_t *src, isp_ms_t *dst) argument
1689 isp_put_sns_request(ispsoftc_t *isp, sns_screq_t *src, sns_screq_t *dst) argument
1703 isp_put_gid_ft_request(ispsoftc_t *isp, sns_gid_ft_req_t *src, sns_gid_ft_req_t *dst) argument
1720 isp_put_gxn_id_request(ispsoftc_t *isp, sns_gxn_id_req_t *src, sns_gxn_id_req_t *dst) argument
1741 isp_get_sns_response(ispsoftc_t *isp, sns_scrsp_t *src, sns_scrsp_t *dst, int nwords) argument
1760 isp_get_gid_ft_response(ispsoftc_t *isp, sns_gid_ft_rsp_t *src, sns_gid_ft_rsp_t *dst, int nwords) argument
1777 isp_get_gxn_id_response(ispsoftc_t *isp, sns_gxn_id_rsp_t *src, sns_gxn_id_rsp_t *dst) argument
1787 isp_get_gff_id_response(ispsoftc_t *isp, sns_gff_id_rsp_t *src, sns_gff_id_rsp_t *dst) argument
1797 isp_get_ga_nxt_response(ispsoftc_t *isp, sns_ga_nxt_rsp_t *src, sns_ga_nxt_rsp_t *dst) argument
1841 isp_get_els(ispsoftc_t *isp, els_t *src, els_t *dst) argument
1871 isp_put_els(ispsoftc_t *isp, els_t *src, els_t *dst) argument
1909 isp_get_fc_hdr(ispsoftc_t *isp, fc_hdr_t *src, fc_hdr_t *dst) argument
1932 isp_get_fcp_cmnd_iu(ispsoftc_t *isp, fcp_cmnd_iu_t *src, fcp_cmnd_iu_t *dst) argument
1950 isp_put_rft_id(ispsoftc_t *isp, rft_id_t *src, rft_id_t *dst) argument
1964 isp_get_ct_hdr(ispsoftc_t *isp, ct_hdr_t *src, ct_hdr_t *dst) argument
1983 isp_put_ct_hdr(ispsoftc_t *isp, ct_hdr_t *src, ct_hdr_t *dst) argument
2658 isp_put_atio(ispsoftc_t *isp, at_entry_t *src, at_entry_t *dst) argument
2693 isp_get_atio(ispsoftc_t *isp, at_entry_t *src, at_entry_t *dst) argument
2728 isp_put_atio2(ispsoftc_t *isp, at2_entry_t *src, at2_entry_t *dst) argument
2757 isp_put_atio2e(ispsoftc_t *isp, at2e_entry_t *src, at2e_entry_t *dst) argument
2785 isp_get_atio2(ispsoftc_t *isp, at2_entry_t *src, at2_entry_t *dst) argument
2814 isp_get_atio2e(ispsoftc_t *isp, at2e_entry_t *src, at2e_entry_t *dst) argument
2842 isp_get_atio7(ispsoftc_t *isp, at7_entry_t *src, at7_entry_t *dst) argument
2853 isp_put_ctio(ispsoftc_t *isp, ct_entry_t *src, ct_entry_t *dst) argument
2891 isp_get_ctio(ispsoftc_t *isp, ct_entry_t *src, ct_entry_t *dst) argument
2928 isp_put_ctio2(ispsoftc_t *isp, ct2_entry_t *src, ct2_entry_t *dst) argument
2982 isp_put_ctio2e(ispsoftc_t *isp, ct2e_entry_t *src, ct2e_entry_t *dst) argument
3035 isp_put_ctio7(ispsoftc_t *isp, ct7_entry_t *src, ct7_entry_t *dst) argument
3085 isp_get_ctio2(ispsoftc_t *isp, ct2_entry_t *src, ct2_entry_t *dst) argument
3141 isp_get_ctio2e(ispsoftc_t *isp, ct2e_entry_t *src, ct2e_entry_t *dst) argument
3196 isp_get_ctio7(ispsoftc_t *isp, ct7_entry_t *src, ct7_entry_t *dst) argument
3320 isp_put_notify(ispsoftc_t *isp, in_entry_t *src, in_entry_t *dst) argument
3358 isp_get_notify(ispsoftc_t *isp, in_entry_t *src, in_entry_t *dst) argument
3396 isp_put_notify_fc(ispsoftc_t *isp, in_fcentry_t *src, in_fcentry_t *dst) argument
3410 isp_put_notify_fc_e(ispsoftc_t *isp, in_fcentry_e_t *src, in_fcentry_e_t *dst) argument
3423 isp_put_notify_24xx(ispsoftc_t *isp, in_fcentry_24xx_t *src, in_fcentry_24xx_t *dst) argument
3459 isp_get_notify_fc(ispsoftc_t *isp, in_fcentry_t *src, in_fcentry_t *dst) argument
3473 isp_get_notify_fc_e(ispsoftc_t *isp, in_fcentry_e_t *src, in_fcentry_e_t *dst) argument
3486 isp_get_notify_24xx(ispsoftc_t *isp, in_fcentry_24xx_t *src, in_fcentry_24xx_t *dst) argument
3522 isp_put_notify_ack(ispsoftc_t *isp, na_entry_t *src, na_entry_t *dst) argument
3545 isp_get_notify_ack(ispsoftc_t *isp, na_entry_t *src, na_entry_t *dst) argument
3568 isp_put_notify_ack_fc(ispsoftc_t *isp, na_fcentry_t *src, na_fcentry_t *dst) argument
3587 isp_put_notify_ack_fc_e(ispsoftc_t *isp, na_fcentry_e_t *src, na_fcentry_e_t *dst) argument
3605 isp_put_notify_24xx_ack(ispsoftc_t *isp, na_fcentry_24xx_t *src, na_fcentry_24xx_t *dst) argument
3639 isp_get_notify_ack_fc(ispsoftc_t *isp, na_fcentry_t *src, na_fcentry_t *dst) argument
3658 isp_get_notify_ack_fc_e(ispsoftc_t *isp, na_fcentry_e_t *src, na_fcentry_e_t *dst) argument
3676 isp_get_notify_ack_24xx(ispsoftc_t *isp, na_fcentry_24xx_t *src, na_fcentry_24xx_t *dst) argument
3710 isp_get_abts(ispsoftc_t *isp, abts_t *src, abts_t *dst) argument
3744 isp_put_abts_rsp(ispsoftc_t *isp, abts_rsp_t *src, abts_rsp_t *dst) argument
3798 isp_get_abts_rsp(ispsoftc_t *isp, abts_rsp_t *src, abts_rsp_t *dst) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/hostapd/
H A DMakefile9 CFLAGS += -I../src
10 CFLAGS += -I../src/utils
14 # CFLAGS += -DUSE_KERNEL_HEADERS -I/usr/src/linux/include
38 OBJS += ../src/ap/hostapd.o
39 OBJS += ../src/ap/wpa_auth_glue.o
40 OBJS += ../src/ap/drv_callbacks.o
41 OBJS += ../src/ap/ap_drv_ops.o
42 OBJS += ../src/ap/utils.o
43 OBJS += ../src/ap/authsrv.o
44 OBJS += ../src/a
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/conf/sa_dref/
H A Dsa_dref_aoi.h4 #define NFS_SA_DREF(dst, src) { \
5 (dst)->addr->buf = (char *) (src); \
H A Dsa_dref_svr4.h4 #define NFS_SA_DREF(dst, src) { \
5 (dst)->addr->buf = (char *) (src); \
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/m4/
H A Dcopy-if-newbig5 $src = $ARGV[0];
8 @srcstat = stat($src);
16 # copy if src file is bigger and newer
20 print "cp -p $src $dst\n";
21 system("cp -p $src $dst");
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/missing/
H A Dinet_pton.c51 inet_pton(int af, const char *src, void *dst) argument
57 return inet_aton (src, dst);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/fixincludes/tests/base/bits/
H A Dstring2.h22 # define strncpy(dest, src, n) __builtin_strncpy (dest, src, n)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/
H A Dmemcpy.c5 memcpy (void *dest, const void *src, size_t len) argument
8 const char *s = src;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dchk.h8 #define memcpy(dst, src, len) \
9 __builtin___memcpy_chk (dst, src, len, os (dst))
11 #define mempcpy(dst, src, len) \
12 __builtin___mempcpy_chk (dst, src, len, os (dst))
14 #define memmove(dst, src, len) \
15 __builtin___memmove_chk (dst, src, len, os (dst))
20 #define strcpy(dst, src) \
21 __builtin___strcpy_chk (dst, src, os (dst))
23 #define stpcpy(dst, src) \
24 __builtin___stpcpy_chk (dst, src, o
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/builtins/lib/
H A Dstrcat.c6 strcat (char *dst, const char *src) argument
17 while ((*p++ = *src++))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vect/
H A Dpr34591.c3 int av_resample(int filter_length, short *src, short *filter) argument
8 val += src[ i ] * filter[i];
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dchk.h8 #define memcpy(dst, src, len) \
9 __builtin___memcpy_chk (dst, src, len, os (dst))
11 #define mempcpy(dst, src, len) \
12 __builtin___mempcpy_chk (dst, src, len, os (dst))
14 #define memmove(dst, src, len) \
15 __builtin___memmove_chk (dst, src, len, os (dst))
20 #define strcpy(dst, src) \
21 __builtin___strcpy_chk (dst, src, os (dst))
23 #define stpcpy(dst, src) \
24 __builtin___stpcpy_chk (dst, src, o
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/builtins/lib/
H A Dmempcpy.c5 mempcpy (void *dst, const void *src, __SIZE_TYPE__ n) argument
15 srcp = src;

Completed in 424 milliseconds

1234567891011>>