Home
last modified time | relevance | path

Searched refs:odp (Results 1 – 25 of 1216) sorted by relevance

12345678910>>...49

/dports/mail/avenger/avenger-0.8.5/util/
H A Dsynos.c36 synos_clearos (osdat_t *odp) in synos_clearos() argument
38 free (odp->od_name); in synos_clearos()
39 odp->od_name = NULL; in synos_clearos()
40 VECTOR_CLEAR (&odp->od_opts); in synos_clearos()
41 VECTOR_INIT (&odp->od_opts); in synos_clearos()
51 if (fpp->fp_ttl > odp->od_ttl || fpp->fp_ttl + 40 < odp->od_ttl) in synos_check()
53 if (fpp->fp_df != odp->od_df) in synos_check()
91 switch (odp->od_wintype) { in synos_check()
185 free (odp->od_name); in synos_parseos()
186 odp->od_name = NULL; in synos_parseos()
[all …]
/dports/mail/avenger/avenger-0.8.5/asmtpd/
H A Dsynos.c36 synos_clearos (osdat_t *odp) in synos_clearos() argument
38 free (odp->od_name); in synos_clearos()
39 odp->od_name = NULL; in synos_clearos()
40 VECTOR_CLEAR (&odp->od_opts); in synos_clearos()
41 VECTOR_INIT (&odp->od_opts); in synos_clearos()
51 if (fpp->fp_ttl > odp->od_ttl || fpp->fp_ttl + 40 < odp->od_ttl) in synos_check()
53 if (fpp->fp_df != odp->od_df) in synos_check()
91 switch (odp->od_wintype) { in synos_check()
185 free (odp->od_name); in synos_parseos()
186 odp->od_name = NULL; in synos_parseos()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/compat/sys/
H A Dcompat_getdents.c54 struct dirent12 *odp; in getdents() local
62 odp = (struct dirent12 *)(void *)buf; in getdents()
76 odp->d_ino = (uint32_t)ino; in getdents()
77 if (ndp->d_namlen >= sizeof(odp->d_name)) in getdents()
78 odp->d_namlen = sizeof(odp->d_name) - 1; in getdents()
81 odp->d_type = ndp->d_type; in getdents()
82 (void)memcpy(odp->d_name, ndp->d_name, (size_t)odp->d_namlen); in getdents()
83 odp->d_name[odp->d_namlen] = '\0'; in getdents()
84 len = _DIRENT_SIZE(odp); in getdents()
86 odp->d_reclen = (uint16_t)len; in getdents()
[all …]
/dports/security/xinetd/xinetd-2.3.15/libs/src/sio/
H A Dsio.c34 __sio_od_t *odp ; in Swrite() local
45 odp = ODP( dp ) ; in Swrite()
46 ASSERT( odp->start <= odp->nextb && odp->nextb <= odp->buf_end ) ; in Swrite()
48 b_avail = odp->buf_end - odp->nextb ; in Swrite()
62 b_in_buffer = odp->buf_end - odp->start ; in Swrite()
111 __sio_od_t *odp ; in Sputc() local
115 odp = ODP( dp ) ; in Sputc()
116 ASSERT( odp->start <= odp->nextb && odp->nextb <= odp->buf_end ) ; in Sputc()
126 if ( odp->nextb >= odp->buf_end ) in Sputc()
128 int b_in_buffer = odp->buf_end - odp->start ; in Sputc()
[all …]
H A Dsprint.c62 odp->nextb = sp ; \
63 if ( __sio_writef( odp, fd ) != bep - odp->start ) \
65 sp = odp->nextb ; \
74 odp->nextb = sp ; \
128 __sio_od_t *odp ; in Sprint() local
134 odp = ODP( dp ) ; in Sprint()
149 __sio_od_t *odp ; in Sprintv() local
153 odp = ODP( dp ) ; in Sprintv()
385 sp = odp->nextb ; in __sio_converter()
386 bep = odp->buf_end ; in __sio_converter()
[all …]
H A Dsiosup.c407 odp->buf = buf ; in init_output_stream()
408 odp->buffer_size = buf_size ; in init_output_stream()
409 odp->buf_end = odp->buf + buf_size ; in init_output_stream()
414 odp->start = odp->nextb = odp->buf ; in init_output_stream()
419 odp->buftype = SIO_NOBUF ; in init_output_stream()
550 if ( odp->nextb > odp->buf_end ) in __sio_writef()
551 odp->nextb = odp->buf_end ; in __sio_writef()
553 b_in_buffer = odp->nextb - odp->start ; in __sio_writef()
565 odp->start = odp->nextb = odp->buf ; in __sio_writef()
816 free( odp->buf ) ; in Sdone()
[all …]
/dports/biology/ncbi-toolkit/ncbi/demo/
H A Dsgd2asn.c349 OrfDataPtr odp; in LookForOrfs() local
357 if (odp->inorf [idx]) { in LookForOrfs()
360 if (odp->curlen [idx] > odp->bestlen [idx]) { in LookForOrfs()
361 odp->bestlen [idx] = odp->curlen [idx]; in LookForOrfs()
362 odp->beststart [idx] = odp->currstart [idx]; in LookForOrfs()
369 odp->curlen [idx] = 1; in LookForOrfs()
378 odp->curlen [idx] = 0; in LookForOrfs()
383 odp->curlen [idx] = odp->sublen [idx]; in LookForOrfs()
384 if (odp->curlen [idx] > odp->bestlen [idx]) { in LookForOrfs()
385 odp->bestlen [idx] = odp->curlen [idx]; in LookForOrfs()
[all …]
/dports/astro/phd2/phd2-2.6.10/
H A Dcam_sbig.cpp184 OpenDeviceParams odp = { 0 }; in SelectInterfaceAndDevice() local
190 odp.deviceType = DEV_USB; in SelectInterfaceAndDevice()
211 odp.deviceType = DEV_ETH; in SelectInterfaceAndDevice()
234 odp.ipAddress = ip; in SelectInterfaceAndDevice()
240 odp.deviceType = DEV_LPT1; in SelectInterfaceAndDevice()
245 odp.deviceType = DEV_LPT2; in SelectInterfaceAndDevice()
250 odp.deviceType = DEV_LPT3; in SelectInterfaceAndDevice()
256 odp.deviceType = DEV_USB1; in SelectInterfaceAndDevice()
260 odp.deviceType = DEV_USB2; in SelectInterfaceAndDevice()
283 odp->deviceType = deviceType; in LoadOpenDeviceParams()
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdev3852.c96 byte *odp; in jetp3852_print_page() local
104 for ( i = 0, odp = plane_data; i < DATA_SIZE; in jetp3852_print_page()
105 i += 8, odp++ in jetp3852_print_page()
123 odp[0] = (byte)(pword >> 16); in jetp3852_print_page()
124 odp[LINE_SIZE] = (byte)(pword >> 8); in jetp3852_print_page()
125 odp[LINE_SIZE*2] = (byte)(pword); in jetp3852_print_page()
173 odp = row; in jetp3852_print_page()
176 { ctemp = *odp; in jetp3852_print_page()
177 *odp++ = ~ctemp; in jetp3852_print_page()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdev3852.c90 byte *odp; in jetp3852_print_page() local
98 for ( i = 0, odp = plane_data; i < DATA_SIZE; in jetp3852_print_page()
99 i += 8, odp++ in jetp3852_print_page()
117 odp[0] = (byte)(pword >> 16); in jetp3852_print_page()
118 odp[LINE_SIZE] = (byte)(pword >> 8); in jetp3852_print_page()
119 odp[LINE_SIZE*2] = (byte)(pword); in jetp3852_print_page()
167 odp = row; in jetp3852_print_page()
170 { ctemp = *odp; in jetp3852_print_page()
171 *odp++ = ~ctemp; in jetp3852_print_page()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdev3852.c96 byte *odp; in jetp3852_print_page() local
104 for ( i = 0, odp = plane_data; i < DATA_SIZE; in jetp3852_print_page()
105 i += 8, odp++ in jetp3852_print_page()
123 odp[0] = (byte)(pword >> 16); in jetp3852_print_page()
124 odp[LINE_SIZE] = (byte)(pword >> 8); in jetp3852_print_page()
125 odp[LINE_SIZE*2] = (byte)(pword); in jetp3852_print_page()
173 odp = row; in jetp3852_print_page()
176 { ctemp = *odp; in jetp3852_print_page()
177 *odp++ = ~ctemp; in jetp3852_print_page()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/
H A Dgdev3852.c106 byte *odp; in jetp3852_print_page() local
110 for ( i = 0, odp = plane_data; i < DATA_SIZE; in jetp3852_print_page()
111 i += 8, odp++ in jetp3852_print_page()
128 odp[0] = (byte)(pword >> 16); in jetp3852_print_page()
129 odp[LINE_SIZE] = (byte)(pword >> 8); in jetp3852_print_page()
130 odp[LINE_SIZE*2] = (byte)(pword); in jetp3852_print_page()
163 odp = row; in jetp3852_print_page()
166 ctemp = *odp; in jetp3852_print_page()
167 *odp++ = ~ctemp; in jetp3852_print_page()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdev3852.c91 byte *odp; in jetp3852_print_page() local
99 for ( i = 0, odp = plane_data; i < DATA_SIZE; in jetp3852_print_page()
100 i += 8, odp++ in jetp3852_print_page()
118 odp[0] = (byte)(pword >> 16); in jetp3852_print_page()
119 odp[LINE_SIZE] = (byte)(pword >> 8); in jetp3852_print_page()
120 odp[LINE_SIZE*2] = (byte)(pword); in jetp3852_print_page()
168 odp = row; in jetp3852_print_page()
171 { ctemp = *odp; in jetp3852_print_page()
172 *odp++ = ~ctemp; in jetp3852_print_page()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdev3852.c91 byte *odp; in jetp3852_print_page() local
99 for ( i = 0, odp = plane_data; i < DATA_SIZE; in jetp3852_print_page()
100 i += 8, odp++ in jetp3852_print_page()
118 odp[0] = (byte)(pword >> 16); in jetp3852_print_page()
119 odp[LINE_SIZE] = (byte)(pword >> 8); in jetp3852_print_page()
120 odp[LINE_SIZE*2] = (byte)(pword); in jetp3852_print_page()
168 odp = row; in jetp3852_print_page()
171 { ctemp = *odp; in jetp3852_print_page()
172 *odp++ = ~ctemp; in jetp3852_print_page()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/
H A Dgdev3852.c106 byte *odp; in jetp3852_print_page() local
110 for ( i = 0, odp = plane_data; i < DATA_SIZE; in jetp3852_print_page()
111 i += 8, odp++ in jetp3852_print_page()
128 odp[0] = (byte)(pword >> 16); in jetp3852_print_page()
129 odp[LINE_SIZE] = (byte)(pword >> 8); in jetp3852_print_page()
130 odp[LINE_SIZE*2] = (byte)(pword); in jetp3852_print_page()
163 odp = row; in jetp3852_print_page()
166 ctemp = *odp; in jetp3852_print_page()
167 *odp++ = ~ctemp; in jetp3852_print_page()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdev3852.c90 byte *odp; in jetp3852_print_page() local
98 for ( i = 0, odp = plane_data; i < DATA_SIZE; in jetp3852_print_page()
99 i += 8, odp++ in jetp3852_print_page()
117 odp[0] = (byte)(pword >> 16); in jetp3852_print_page()
118 odp[LINE_SIZE] = (byte)(pword >> 8); in jetp3852_print_page()
119 odp[LINE_SIZE*2] = (byte)(pword); in jetp3852_print_page()
167 odp = row; in jetp3852_print_page()
170 { ctemp = *odp; in jetp3852_print_page()
171 *odp++ = ~ctemp; in jetp3852_print_page()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/board/freescale/common/
H A Dics307_clk.c52 unsigned long vdw, rdw, odp, s_vdw = 0, s_rdw = 0, s_odp = 0, od; in ics307_sysclk_calculator() local
56 for (odp = 0; odp < NUM_OD_SETTING; odp++) { in ics307_sysclk_calculator()
57 od = ics307_s_to_od[odp]; in ics307_sysclk_calculator()
80 s_odp = odp; in ics307_sysclk_calculator()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/board/freescale/common/
H A Dics307_clk.c53 unsigned long vdw, rdw, odp, s_vdw = 0, s_rdw = 0, s_odp = 0, od; in ics307_sysclk_calculator() local
57 for (odp = 0; odp < NUM_OD_SETTING; odp++) { in ics307_sysclk_calculator()
58 od = ics307_s_to_od[odp]; in ics307_sysclk_calculator()
81 s_odp = odp; in ics307_sysclk_calculator()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/board/freescale/common/
H A Dics307_clk.c53 unsigned long vdw, rdw, odp, s_vdw = 0, s_rdw = 0, s_odp = 0, od; in ics307_sysclk_calculator() local
57 for (odp = 0; odp < NUM_OD_SETTING; odp++) { in ics307_sysclk_calculator()
58 od = ics307_s_to_od[odp]; in ics307_sysclk_calculator()
81 s_odp = odp; in ics307_sysclk_calculator()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/board/freescale/common/
H A Dics307_clk.c53 unsigned long vdw, rdw, odp, s_vdw = 0, s_rdw = 0, s_odp = 0, od; in ics307_sysclk_calculator() local
57 for (odp = 0; odp < NUM_OD_SETTING; odp++) { in ics307_sysclk_calculator()
58 od = ics307_s_to_od[odp]; in ics307_sysclk_calculator()
81 s_odp = odp; in ics307_sysclk_calculator()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/board/freescale/common/
H A Dics307_clk.c53 unsigned long vdw, rdw, odp, s_vdw = 0, s_rdw = 0, s_odp = 0, od; in ics307_sysclk_calculator() local
57 for (odp = 0; odp < NUM_OD_SETTING; odp++) { in ics307_sysclk_calculator()
58 od = ics307_s_to_od[odp]; in ics307_sysclk_calculator()
81 s_odp = odp; in ics307_sysclk_calculator()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/board/freescale/common/
H A Dics307_clk.c53 unsigned long vdw, rdw, odp, s_vdw = 0, s_rdw = 0, s_odp = 0, od; in ics307_sysclk_calculator() local
57 for (odp = 0; odp < NUM_OD_SETTING; odp++) { in ics307_sysclk_calculator()
58 od = ics307_s_to_od[odp]; in ics307_sysclk_calculator()
81 s_odp = odp; in ics307_sysclk_calculator()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/board/freescale/common/
H A Dics307_clk.c53 unsigned long vdw, rdw, odp, s_vdw = 0, s_rdw = 0, s_odp = 0, od; in ics307_sysclk_calculator() local
57 for (odp = 0; odp < NUM_OD_SETTING; odp++) { in ics307_sysclk_calculator()
58 od = ics307_s_to_od[odp]; in ics307_sysclk_calculator()
81 s_odp = odp; in ics307_sysclk_calculator()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/board/freescale/common/
H A Dics307_clk.c53 unsigned long vdw, rdw, odp, s_vdw = 0, s_rdw = 0, s_odp = 0, od; in ics307_sysclk_calculator() local
57 for (odp = 0; odp < NUM_OD_SETTING; odp++) { in ics307_sysclk_calculator()
58 od = ics307_s_to_od[odp]; in ics307_sysclk_calculator()
81 s_odp = odp; in ics307_sysclk_calculator()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/board/freescale/common/
H A Dics307_clk.c53 unsigned long vdw, rdw, odp, s_vdw = 0, s_rdw = 0, s_odp = 0, od; in ics307_sysclk_calculator() local
57 for (odp = 0; odp < NUM_OD_SETTING; odp++) { in ics307_sysclk_calculator()
58 od = ics307_s_to_od[odp]; in ics307_sysclk_calculator()
81 s_odp = odp; in ics307_sysclk_calculator()

12345678910>>...49