Home
last modified time | relevance | path

Searched refs:destin (Results 1 – 25 of 585) sorted by relevance

12345678910>>...24

/dports/misc/numchar/numchar-1.0/
H A Dnumchar.c48 static unsigned char *destin = NULL; variable
55 c = save = destin[digit]; in displaynumber()
58 printf("\t%s\n", destin); in displaynumber()
125 destin[digit] = c; in displaynumber()
132 destin[digit] = digits[i*3+j]; in displaynumber()
137 destin[digit] = save; in displaynumber()
144 destin = strdup(src); in numchar()
145 if (destin == NULL) { in numchar()
152 free(destin); in numchar()
154 destin = NULL; in numchar()
/dports/www/dolibarr13/dolibarr-13.0.5/scripts/user/
H A Dmigrate_picture_path.php103 $destin = $dir.'/'.$u->id;
108 $destin_osencoded = dol_osencode($destin);
109 dol_mkdir($destin);
118 dol_mkdir($destin.'/'.$file);
120 dol_move($origin.'/'.$file.'/'.$thumb, $destin.'/'.$file.'/'.$thumb);
126 dol_move($origin.'/'.$file, $destin.'/'.$file);
/dports/www/dolibarr/dolibarr-14.0.3/scripts/user/
H A Dmigrate_picture_path.php105 $destin = $dir.'/'.$u->id;
110 $destin_osencoded = dol_osencode($destin);
111 dol_mkdir($destin);
120 dol_mkdir($destin.'/'.$file);
122 dol_move($origin.'/'.$file.'/'.$thumb, $destin.'/'.$file.'/'.$thumb);
128 dol_move($origin.'/'.$file, $destin.'/'.$file);
/dports/www/dolibarr13/dolibarr-13.0.5/scripts/product/
H A Dmigrate_picture_path.php102 $destin = $dir.'/'.dol_sanitizeFileName($product->ref);
107 $destin_osencoded = dol_osencode($destin);
108 dol_mkdir($destin);
117 dol_mkdir($destin.'/'.$file);
119 dol_move($origin.'/'.$file.'/'.$thumb, $destin.'/'.$file.'/'.$thumb);
125 dol_move($origin.'/'.$file, $destin.'/'.$file);
/dports/www/dolibarr/dolibarr-14.0.3/scripts/product/
H A Dmigrate_picture_path.php104 $destin = $dir.'/'.dol_sanitizeFileName($product->ref);
109 $destin_osencoded = dol_osencode($destin);
110 dol_mkdir($destin);
119 dol_mkdir($destin.'/'.$file);
121 dol_move($origin.'/'.$file.'/'.$thumb, $destin.'/'.$file.'/'.$thumb);
127 dol_move($origin.'/'.$file, $destin.'/'.$file);
/dports/games/falconseye/falconseye-1.9.3_11/win/jtp/
H A Djtp_txt.c110 unsigned char *destin in jtp_put_char() argument
132 if (destin != jtp_screen.vpage) in jtp_put_char()
134 dplus = destin[3]+256*destin[2]; in jtp_put_char()
135 destin += 4; in jtp_put_char()
139 destin += (y+yalku)*dplus+x; in jtp_put_char()
146 if (vari == 15) destin[i] = textcol; in jtp_put_char()
147 else if (vari > 0) destin[i] = vari; in jtp_put_char()
150 destin += dplus; in jtp_put_char()
161 unsigned char *destin in jtp_put_text() argument
180 curcol,jtp_fonts[fontti].fontpics[(unsigned char)kirjain].kuva,destin) + in jtp_put_text()
H A Djtp_gra.c598 unsigned char *destin; in jtp_put_img() local
617 destin = jtp_screen.vpage+(y+y1)*jtp_screen.width+x+x1; in jtp_put_img()
621 memcpy(destin,a,cutXsize); in jtp_put_img()
623 destin+=jtp_screen.width; in jtp_put_img()
637 unsigned char *destin, *a_end; in jtp_put_stencil() local
652 destin=jtp_screen.vpage+(y1+y)*jtp_screen.width+x; in jtp_put_stencil()
657 destin += x1; in jtp_put_stencil()
669 if (a[j]) destin[j] = a[j]; in jtp_put_stencil()
672 destin += dplus; in jtp_put_stencil()
/dports/editors/bvi/bvi-1.4.0/
H A Ddosio.c418 PTR destin;
424 destin = dest;
427 movmem(source, destin, len);
430 destin += len;
435 destin = dest + n;
440 destin -= len;
441 movmem(source, destin, len);
452 PTR destin;
455 destin = dest;
459 movmem(source, destin, len);
[all …]
/dports/multimedia/jmref/JM/ldecod/src/
H A Dconfigfile.c265 char *destin = &content[(int) strlen (content)]; in ParseCommand() local
271 *destin++=' '; *destin++='='; *destin++=' '; // Hence make sure we add it in ParseCommand()
274 *destin++=*source; in ParseCommand()
277 *destin = '\0'; in ParseCommand()
/dports/games/xonotic/Xonotic/source/qcsrc/common/triggers/
H A Dsubs.qc155 // 0 * (1-t) * (1-t) + 2 * control * t * (1-t) + destin * t * t
156 // 2 * control * t - 2 * control * t * t + destin * t * t
157 // 2 * control * t + (destin - 2 * control) * t * t
161 destin -= org;
165 // also: initial d/dphasepos origin = 2 * control, final speed = 2 * (destin - control)
168 void SUB_CalcMove_controller_setlinear (entity controller, vector org, vector destin)
170 // 0 * (1-t) * (1-t) + 2 * control * t * (1-t) + destin * t * t
171 // 2 * control * t - 2 * control * t * t + destin * t * t
172 // 2 * control * t + (destin - 2 * control) * t * t
175 destin -= org;
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dv_pfx.cpp56 void *destin, int destpitch, int destwidth, int destheight,
59 void *destin, int destpitch, int destwidth, int destheight,
62 void *destin, int destpitch, int destwidth, int destheight,
65 void *destin, int destpitch, int destwidth, int destheight,
68 void *destin, int destpitch, int destwidth, int destheight,
272 void *destin, int destpitch, int destwidth, int destheight, in Scale8() argument
281 BYTE *dest = (BYTE *)destin; in Scale8()
402 BYTE *dest = (BYTE *)destin; in Convert8()
496 WORD *dest = (WORD *)destin; in Convert16()
582 BYTE *dest = (BYTE *)destin; in Convert24()
[all …]
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dv_pfx.cpp56 void *destin, int destpitch, int destwidth, int destheight,
59 void *destin, int destpitch, int destwidth, int destheight,
62 void *destin, int destpitch, int destwidth, int destheight,
65 void *destin, int destpitch, int destwidth, int destheight,
68 void *destin, int destpitch, int destwidth, int destheight,
272 void *destin, int destpitch, int destwidth, int destheight, in Scale8() argument
281 BYTE *dest = (BYTE *)destin; in Scale8()
402 BYTE *dest = (BYTE *)destin; in Convert8()
496 WORD *dest = (WORD *)destin; in Convert16()
582 BYTE *dest = (BYTE *)destin; in Convert24()
[all …]
/dports/audio/wavpack/wavpack-5.4.0/src/
H A Dunpack3.h116 #define SAVE(destin, item) { memcpy (destin, &item, sizeof (item)); destin = (char *) destin + size… argument
H A Dunpack3.c170 SAVE (destin, wps->wvbits); in unpack_save()
173 SAVE (destin, wps->wvcbits); in unpack_save()
177 SAVE (destin, wps->w4); in unpack_save()
180 SAVE (destin, wps->w1); in unpack_save()
183 SAVE (destin, wps->w3); in unpack_save()
184 SAVE (destin, wps->dc.crc); in unpack_save()
187 SAVE (destin, wps->w2); in unpack_save()
190 SAVE (destin, wps->dc.error); in unpack_save()
205 SAVE (destin, wps->dc.sample); in unpack_save()
206 SAVE (destin, wps->dc.weight); in unpack_save()
[all …]
/dports/www/joomla3/joomla3-3.9.24/libraries/src/Filesystem/
H A DPatcher.php397 $destin = array();
406 $destin[] = '';
427 $destin[] = substr($line, 1);
434 $destin[] = $line;
467 array_splice($dst_lines, $dstLine, count($source), $destin);
471 $this->destinations[$dst] = $destin;
/dports/www/joomla3/joomla3-3.9.24/libraries/vendor/joomla/filesystem/src/
H A DPatcher.php422 $destin = array();
431 $destin[] = '';
452 $destin[] = substr($line, 1);
459 $destin[] = $line;
492 array_splice($dstLines, $dstLine, \count($source), $destin);
496 $this->destinations[$dst] = $destin;
/dports/audio/wavpack/wavpack-5.4.0/cli/
H A Dutils.h37 #define CLEAR(destin) memset (&destin, 0, sizeof (destin)); argument
H A Dwvtest.c24 #define CLEAR(destin) memset (&destin, 0, sizeof (destin)); argument
715 destin = malloc (ENCODE_SAMPLES * num_chans * sizeof (*destin)); in run_test()
717 if (!channels || !source || !destin) { in run_test()
874 memset (destin, 0, ENCODE_SAMPLES * num_chans * sizeof (*destin)); in run_test()
889 truncate_float_samples (destin, ENCODE_SAMPLES * num_chans, bits); in run_test()
897 float_to_integer_samples (destin, ENCODE_SAMPLES * num_chans, bits); in run_test()
906 WavpackPackSamples (out_wpc, (int32_t *) destin, ENCODE_SAMPLES); in run_test()
907 …store_samples (destin, (int32_t *) destin, 0, wpconfig.bytes_per_sample, ENCODE_SAMPLES * num_chan… in run_test()
945 free (destin); in run_test()
1321 *destin += *source++ * (gain += delta_gain); in mix_samples_with_gain()
[all …]
/dports/games/falconseye/falconseye-1.9.3_11/include/
H A Djtp_txt.h31 int jtp_put_char(int x,int y,unsigned char textcol,unsigned char *a,unsigned char *destin);
33 void jtp_put_text(int ax,int ay,int fontti,unsigned char textcol,char *jono,unsigned char *destin);
/dports/news/atp/atp-1.50/
H A Dqlib.c225 fcopy_utime(const char *destin, const char *source) in fcopy_utime() argument
238 utime(destin, &restime); in fcopy_utime()
288 fcopy_fin(int dst, int src, const char *destin, const char *source, char *buf) in fcopy_fin() argument
297 ret_code = fcopy_utime(destin, source); in fcopy_fin()
320 fcopy(const char *source, const char *destin) in fcopy() argument
337 } else if ((dst = open(destin, acc, perms)) == FAILURE) { in fcopy()
340 ret_code = fcopy_fin(dst, src, destin, source, buf); in fcopy()
/dports/japanese/font-mona-ipa/opfc-ModuleHP-1.1.1_withIPAMonaFonts-1.0.8/libopvp/
H A Dopvp_rpc_server.c2570 static char * opvp_alloc_string(char **destin, char *source) in opvp_alloc_string() argument
2572 if (!destin) return NULL; in opvp_alloc_string()
2574 if (*destin) { in opvp_alloc_string()
2576 *destin = realloc(*destin, strlen(source)+1); in opvp_alloc_string()
2578 free(*destin); in opvp_alloc_string()
2579 *destin = NULL; in opvp_alloc_string()
2583 *destin = malloc(strlen(source)+1); in opvp_alloc_string()
2586 if (*destin && source) { in opvp_alloc_string()
2587 if (*destin != source) { in opvp_alloc_string()
2588 strcpy(*destin, source); in opvp_alloc_string()
[all …]
/dports/japanese/font-mplus-ipa/mixfont-mplus-ipa-TrueType-20060520p1/opfc-ModuleHP-1.1.1_withIPAFonts_and_Mplus/libopvp/
H A Dopvp_rpc_server.c2570 static char * opvp_alloc_string(char **destin, char *source) in opvp_alloc_string() argument
2572 if (!destin) return NULL; in opvp_alloc_string()
2574 if (*destin) { in opvp_alloc_string()
2576 *destin = realloc(*destin, strlen(source)+1); in opvp_alloc_string()
2578 free(*destin); in opvp_alloc_string()
2579 *destin = NULL; in opvp_alloc_string()
2583 *destin = malloc(strlen(source)+1); in opvp_alloc_string()
2586 if (*destin && source) { in opvp_alloc_string()
2587 if (*destin != source) { in opvp_alloc_string()
2588 strcpy(*destin, source); in opvp_alloc_string()
[all …]
/dports/security/nmap/nmap-7.91/libpcap/msdos/
H A Dpktdrvr.h85 ETHER destin; member
95 ETHER destin; /* E-net destination address */ member
/dports/net/libpcap/libpcap-1.10.1/msdos/
H A Dpktdrvr.h85 ETHER destin; member
95 ETHER destin; /* E-net destination address */ member
/dports/biology/seaview/seaview/
H A Dregions.cxx65 region *destin; in duplicate_region() local
69 if(destin == NULL) return NULL; in duplicate_region()
74 if(destin->name == NULL) return NULL; in duplicate_region()
75 memcpy(destin->name, name, l+1); in duplicate_region()
77 if(source == NULL) return destin; in duplicate_region()
79 if(pseg == NULL) return destin; in duplicate_region()
81 if(destin->list == NULL) return NULL; in duplicate_region()
82 *(destin->list) = *pseg; in duplicate_region()
83 destin->list->next = NULL; in duplicate_region()
85 prev = destin->list; in duplicate_region()
[all …]

12345678910>>...24