Home
last modified time | relevance | path

Searched refs:dstidx (Results 1 – 25 of 144) sorted by relevance

123456

/dports/net/waypipe/waypipe-a11a59c58bee3972ce9e1e18731eba28cc0a8f0a/src/
H A Dwaypipe.c252 int dstidx = 0; in locate_openssh_cmd_hostname() local
253 while (dstidx < argc) { in locate_openssh_cmd_hostname()
256 argv[dstidx][2] == 0) { in locate_openssh_cmd_hostname()
257 dstidx += 2; in locate_openssh_cmd_hostname()
266 dstidx++; in locate_openssh_cmd_hostname()
269 if (argv[dstidx][0] == '-' && argv[dstidx][1] == '-' && in locate_openssh_cmd_hostname()
270 argv[dstidx][2] == 0) { in locate_openssh_cmd_hostname()
271 dstidx++; in locate_openssh_cmd_hostname()
277 if (dstidx >= argc || argv[dstidx][0] == '-') { in locate_openssh_cmd_hostname()
280 return dstidx; in locate_openssh_cmd_hostname()
[all …]
/dports/devel/str/str-0.9.12/
H A Dstr_base64.c235 int dstidx, state, ch = 0; in base64_decode() local
242 dstidx = 0; in base64_decode()
256 if ((str_size_t)dstidx >= dstlen) in base64_decode()
264 if ((str_size_t)dstidx >= dstlen) in base64_decode()
269 dstidx++; in base64_decode()
274 if ((str_size_t)dstidx >= dstlen) in base64_decode()
279 dstidx++; in base64_decode()
284 if ((str_size_t)dstidx >= dstlen) in base64_decode()
286 dst[dstidx] = res | (pos - Base64); in base64_decode()
288 dstidx++; in base64_decode()
[all …]
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_str/
H A Dstr_base64.c235 int dstidx, state, ch = 0; in base64_decode() local
242 dstidx = 0; in base64_decode()
256 if ((str_size_t)dstidx >= dstlen) in base64_decode()
264 if ((str_size_t)dstidx >= dstlen) in base64_decode()
269 dstidx++; in base64_decode()
274 if ((str_size_t)dstidx >= dstlen) in base64_decode()
279 dstidx++; in base64_decode()
284 if ((str_size_t)dstidx >= dstlen) in base64_decode()
286 dst[dstidx] = res | (pos - Base64); in base64_decode()
288 dstidx++; in base64_decode()
[all …]
/dports/cad/lepton-eda/lepton-eda-1.9.17/liblepton/src/
H A Ds_encoding.c199 guint dstidx, state, ch = 0; in s_encoding_base64_decode() local
206 dstidx = 0; in s_encoding_base64_decode()
226 dst[dstidx] = (pos << 2); in s_encoding_base64_decode()
230 dst[dstidx] |= (pos >> 4); in s_encoding_base64_decode()
232 dstidx++; in s_encoding_base64_decode()
236 dst[dstidx] = res | (pos >> 2); in s_encoding_base64_decode()
238 dstidx++; in s_encoding_base64_decode()
242 dst[dstidx] = res | pos; in s_encoding_base64_decode()
243 dstidx++; in s_encoding_base64_decode()
323 dst[dstidx]=0; in s_encoding_base64_decode()
[all …]
/dports/cad/geda/geda-gaf-1.8.2/libgeda/src/
H A Ds_encoding.c195 guint dstidx, state, ch = 0; in s_encoding_base64_decode() local
202 dstidx = 0; in s_encoding_base64_decode()
222 dst[dstidx] = (pos << 2); in s_encoding_base64_decode()
226 dst[dstidx] |= (pos >> 4); in s_encoding_base64_decode()
228 dstidx++; in s_encoding_base64_decode()
232 dst[dstidx] = res | (pos >> 2); in s_encoding_base64_decode()
234 dstidx++; in s_encoding_base64_decode()
238 dst[dstidx] = res | pos; in s_encoding_base64_decode()
239 dstidx++; in s_encoding_base64_decode()
318 dst[dstidx]=0; in s_encoding_base64_decode()
[all …]
/dports/net/gnet2/gnet-2.0.8/src/
H A Dbase64.c195 gint dstidx, state, ch = 0; in gnet_base64_decode() local
206 dstidx = 0; in gnet_base64_decode()
227 dst[dstidx] = (pos << 2); in gnet_base64_decode()
234 dst[dstidx] |= (pos >> 4); in gnet_base64_decode()
237 dstidx++; in gnet_base64_decode()
243 dst[dstidx] = res | (pos >> 2); in gnet_base64_decode()
246 dstidx++; in gnet_base64_decode()
252 dst[dstidx] = res | pos; in gnet_base64_decode()
254 dstidx++; in gnet_base64_decode()
330 dst[dstidx]=0; in gnet_base64_decode()
[all …]
/dports/news/husky/husky-1.9.20191207/msged/
H A Dcharset.c364 size_t dstidx, len; in strip_control_chars() local
370 for (dstidx = 0; dstidx < len; dstidx++) in strip_control_chars()
372 c = *(unsigned char*)(text + dstidx); in strip_control_chars()
376 text[dstidx] = '?'; in strip_control_chars()
385 size_t srcidx = 0, dstidx = 0; in translate_text() local
410 if (dstidx>=maxlength) in translate_text()
420 translated[dstidx++] = text[srcidx]; in translate_text()
434 translated[dstidx++] = text[srcidx]; in translate_text()
452 if (dstidx>=maxlength) in translate_text()
461 assert(dstidx <= maxlength); in translate_text()
[all …]
/dports/news/husky-areafix/husky-areafix-1.9.20191207/msged/
H A Dcharset.c364 size_t dstidx, len; in strip_control_chars() local
370 for (dstidx = 0; dstidx < len; dstidx++) in strip_control_chars()
372 c = *(unsigned char*)(text + dstidx); in strip_control_chars()
376 text[dstidx] = '?'; in strip_control_chars()
385 size_t srcidx = 0, dstidx = 0; in translate_text() local
410 if (dstidx>=maxlength) in translate_text()
420 translated[dstidx++] = text[srcidx]; in translate_text()
434 translated[dstidx++] = text[srcidx]; in translate_text()
452 if (dstidx>=maxlength) in translate_text()
461 assert(dstidx <= maxlength); in translate_text()
[all …]
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/msged/
H A Dcharset.c364 size_t dstidx, len; in strip_control_chars() local
370 for (dstidx = 0; dstidx < len; dstidx++) in strip_control_chars()
372 c = *(unsigned char*)(text + dstidx); in strip_control_chars()
376 text[dstidx] = '?'; in strip_control_chars()
385 size_t srcidx = 0, dstidx = 0; in translate_text() local
410 if (dstidx>=maxlength) in translate_text()
420 translated[dstidx++] = text[srcidx]; in translate_text()
434 translated[dstidx++] = text[srcidx]; in translate_text()
452 if (dstidx>=maxlength) in translate_text()
461 assert(dstidx <= maxlength); in translate_text()
[all …]
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/msged/
H A Dcharset.c364 size_t dstidx, len; in strip_control_chars() local
370 for (dstidx = 0; dstidx < len; dstidx++) in strip_control_chars()
372 c = *(unsigned char*)(text + dstidx); in strip_control_chars()
376 text[dstidx] = '?'; in strip_control_chars()
385 size_t srcidx = 0, dstidx = 0; in translate_text() local
410 if (dstidx>=maxlength) in translate_text()
420 translated[dstidx++] = text[srcidx]; in translate_text()
434 translated[dstidx++] = text[srcidx]; in translate_text()
452 if (dstidx>=maxlength) in translate_text()
461 assert(dstidx <= maxlength); in translate_text()
[all …]
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/msged/
H A Dcharset.c364 size_t dstidx, len; in strip_control_chars() local
370 for (dstidx = 0; dstidx < len; dstidx++) in strip_control_chars()
372 c = *(unsigned char*)(text + dstidx); in strip_control_chars()
376 text[dstidx] = '?'; in strip_control_chars()
385 size_t srcidx = 0, dstidx = 0; in translate_text() local
410 if (dstidx>=maxlength) in translate_text()
420 translated[dstidx++] = text[srcidx]; in translate_text()
434 translated[dstidx++] = text[srcidx]; in translate_text()
452 if (dstidx>=maxlength) in translate_text()
461 assert(dstidx <= maxlength); in translate_text()
[all …]
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/msged/
H A Dcharset.c364 size_t dstidx, len; in strip_control_chars() local
370 for (dstidx = 0; dstidx < len; dstidx++) in strip_control_chars()
372 c = *(unsigned char*)(text + dstidx); in strip_control_chars()
376 text[dstidx] = '?'; in strip_control_chars()
385 size_t srcidx = 0, dstidx = 0; in translate_text() local
410 if (dstidx>=maxlength) in translate_text()
420 translated[dstidx++] = text[srcidx]; in translate_text()
434 translated[dstidx++] = text[srcidx]; in translate_text()
452 if (dstidx>=maxlength) in translate_text()
461 assert(dstidx <= maxlength); in translate_text()
[all …]
/dports/news/husky-hpt/husky-hpt-1.9.20191207/msged/
H A Dcharset.c364 size_t dstidx, len; in strip_control_chars() local
370 for (dstidx = 0; dstidx < len; dstidx++) in strip_control_chars()
372 c = *(unsigned char*)(text + dstidx); in strip_control_chars()
376 text[dstidx] = '?'; in strip_control_chars()
385 size_t srcidx = 0, dstidx = 0; in translate_text() local
410 if (dstidx>=maxlength) in translate_text()
420 translated[dstidx++] = text[srcidx]; in translate_text()
434 translated[dstidx++] = text[srcidx]; in translate_text()
452 if (dstidx>=maxlength) in translate_text()
461 assert(dstidx <= maxlength); in translate_text()
[all …]
/dports/news/husky-htick/husky-htick-1.9.20191207/msged/
H A Dcharset.c364 size_t dstidx, len; in strip_control_chars() local
370 for (dstidx = 0; dstidx < len; dstidx++) in strip_control_chars()
372 c = *(unsigned char*)(text + dstidx); in strip_control_chars()
376 text[dstidx] = '?'; in strip_control_chars()
385 size_t srcidx = 0, dstidx = 0; in translate_text() local
410 if (dstidx>=maxlength) in translate_text()
420 translated[dstidx++] = text[srcidx]; in translate_text()
434 translated[dstidx++] = text[srcidx]; in translate_text()
452 if (dstidx>=maxlength) in translate_text()
461 assert(dstidx <= maxlength); in translate_text()
[all …]
/dports/games/palapeli/palapeli-21.12.3/src/engine/
H A Dpiecevisuals.cpp387 int dstidx = dst.x() + dst.y() * combinedWidth; in mergeBevelMaps() local
388 if (result[dstidx].strength == 0) in mergeBevelMaps()
390 result[dstidx] = bevelMaps[i][srcidx]; in mergeBevelMaps()
394 int a1 = qAlpha(result[dstidx].orig_argb); in mergeBevelMaps()
400 result[dstidx].orig_argb = color.rgb(); in mergeBevelMaps()
403 int strength = result[dstidx].strength; in mergeBevelMaps()
409 result[dstidx].strength = strength; in mergeBevelMaps()
417 for (int dstidx=0; dstidx<result.size(); dstidx++) in mergeBevelMaps() local
419 if (result[dstidx].strength!=0) in mergeBevelMaps()
421 if (last_nonzero < dstidx-1) in mergeBevelMaps()
[all …]
/dports/devel/ossp-xds/xds-0.9.3/
H A Dxds_engine_xml.c914 int dstidx, state, ch = 0; in base64_decode() local
921 dstidx = 0; in base64_decode()
935 if ((size_t) dstidx >= dstlen) in base64_decode()
943 if ((size_t) dstidx >= dstlen) in base64_decode()
948 dstidx++; in base64_decode()
953 if ((size_t) dstidx >= dstlen) in base64_decode()
958 dstidx++; in base64_decode()
963 if ((size_t) dstidx >= dstlen) in base64_decode()
965 dst[dstidx] = res | (pos - xds_base64); in base64_decode()
967 dstidx++; in base64_decode()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/kernel/
H A Dmodule-plts.c161 Elf64_Word dstidx, Elf_Shdr *dstsec) in count_plts() argument
188 if (s->st_shndx == dstidx) in count_plts()
257 Elf64_Word dstidx) in branch_rela_needs_plt() argument
262 if (s->st_shndx == dstidx) in branch_rela_needs_plt()
271 int numrels, Elf64_Word dstidx) in partition_branch_plt_relas() argument
279 if (branch_rela_needs_plt(syms, &rela[i], dstidx)) in partition_branch_plt_relas()
281 else if (branch_rela_needs_plt(syms, &rela[j], dstidx)) in partition_branch_plt_relas()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/kernel/
H A Dmodule-plts.c161 Elf64_Word dstidx, Elf_Shdr *dstsec) in count_plts() argument
188 if (s->st_shndx == dstidx) in count_plts()
257 Elf64_Word dstidx) in branch_rela_needs_plt() argument
262 if (s->st_shndx == dstidx) in branch_rela_needs_plt()
271 int numrels, Elf64_Word dstidx) in partition_branch_plt_relas() argument
279 if (branch_rela_needs_plt(syms, &rela[i], dstidx)) in partition_branch_plt_relas()
281 else if (branch_rela_needs_plt(syms, &rela[j], dstidx)) in partition_branch_plt_relas()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/kernel/
H A Dmodule-plts.c161 Elf64_Word dstidx, Elf_Shdr *dstsec) in count_plts() argument
188 if (s->st_shndx == dstidx) in count_plts()
257 Elf64_Word dstidx) in branch_rela_needs_plt() argument
262 if (s->st_shndx == dstidx) in branch_rela_needs_plt()
271 int numrels, Elf64_Word dstidx) in partition_branch_plt_relas() argument
279 if (branch_rela_needs_plt(syms, &rela[i], dstidx)) in partition_branch_plt_relas()
281 else if (branch_rela_needs_plt(syms, &rela[j], dstidx)) in partition_branch_plt_relas()
/dports/sysutils/tmux/tmux-3.2a/
H A Dserver-fn.c245 struct session *dst, int dstidx, int killflag, int selectflag, in server_link_window() argument
259 if (dstidx != -1) in server_link_window()
260 dstwl = winlink_find_by_index(&dst->windows, dstidx); in server_link_window()
263 xasprintf(cause, "same index: %d", dstidx); in server_link_window()
285 if (dstidx == -1) in server_link_window()
286 dstidx = -1 - options_get_number(dst->options, "base-index"); in server_link_window()
287 dstwl = session_attach(dst, srcwl->window, dstidx, cause); in server_link_window()
/dports/sysutils/tmux23/tmux-2.3/
H A Dserver-fn.c232 struct session *dst, int dstidx, int killflag, int selectflag, in server_link_window() argument
246 if (dstidx != -1) in server_link_window()
247 dstwl = winlink_find_by_index(&dst->windows, dstidx); in server_link_window()
250 xasprintf(cause, "same index: %d", dstidx); in server_link_window()
271 if (dstidx == -1) in server_link_window()
272 dstidx = -1 - options_get_number(dst->options, "base-index"); in server_link_window()
273 dstwl = session_attach(dst, srcwl->window, dstidx, cause); in server_link_window()
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dserver-fn.c232 struct session *dst, int dstidx, int killflag, int selectflag, in server_link_window() argument
246 if (dstidx != -1) in server_link_window()
247 dstwl = winlink_find_by_index(&dst->windows, dstidx); in server_link_window()
250 xasprintf(cause, "same index: %d", dstidx); in server_link_window()
271 if (dstidx == -1) in server_link_window()
272 dstidx = -1 - options_get_number(dst->options, "base-index"); in server_link_window()
273 dstwl = session_attach(dst, srcwl->window, dstidx, cause); in server_link_window()
/dports/sysutils/tmate/tmate-2.4.0/
H A Dserver-fn.c232 struct session *dst, int dstidx, int killflag, int selectflag, in server_link_window() argument
246 if (dstidx != -1) in server_link_window()
247 dstwl = winlink_find_by_index(&dst->windows, dstidx); in server_link_window()
250 xasprintf(cause, "same index: %d", dstidx); in server_link_window()
271 if (dstidx == -1) in server_link_window()
272 dstidx = -1 - options_get_number(dst->options, "base-index"); in server_link_window()
273 dstwl = session_attach(dst, srcwl->window, dstidx, cause); in server_link_window()
/dports/textproc/redisearch16/RediSearch-1.6.16/src/
H A Drlookup.h60 uint16_t dstidx; member
254 if (row->dyn && array_len(row->dyn) > key->dstidx) { in RLookup_GetItem()
255 ret = row->dyn[key->dstidx]; in RLookup_GetItem()
/dports/www/libwww/w3c-libwww-5.4.2/Library/src/
H A DHTSQLLog.c82 PRIVATE BOOL add_linktype (HTSQLLog * me, int srcidx, int dstidx, in add_linktype() argument
85 if (me && me->sql && srcidx>=0 && dstidx>=0 && type) { in add_linktype()
89 srcidx, dstidx, type, comment); in add_linktype()
273 int dstidx = add_uri(me, dst_uri); in HTSQLLog_addLinkRelationship() local
274 return add_linktype(me, srcidx, dstidx, link_type, comment); in HTSQLLog_addLinkRelationship()

123456