Home
last modified time | relevance | path

Searched refs:curr_ch (Results 1 – 25 of 57) sorted by relevance

123

/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/ftp_telnet/
H A Dftp_parse.cc187 char* curr_ch; in ProcessDateFormat() local
199 while (*curr_ch != '\0') in ProcessDateFormat()
201 switch (*curr_ch) in ProcessDateFormat()
209 curr_ch++; in ProcessDateFormat()
212 curr_ch++; in ProcessDateFormat()
236 curr_ch++; in ProcessDateFormat()
243 *format = curr_ch; in ProcessDateFormat()
247 curr_ch++; in ProcessDateFormat()
290 curr_ch++; in ProcessDateFormat()
307 curr_ch++; in ProcessDateFormat()
[all …]
H A Dpp_ftp.cc386 const char* curr_ch; in validate_date_format() local
393 curr_ch = *this_param; in validate_date_format()
408 curr_ch++; in validate_date_format()
417 curr_ch++; in validate_date_format()
426 curr_ch++; in validate_date_format()
446 curr_ch = tmp_ch; in validate_date_format()
455 curr_ch = tmp_ch; in validate_date_format()
461 curr_ch = tmp_ch; in validate_date_format()
468 curr_ch = tmp_ch; in validate_date_format()
485 curr_ch = tmp_ch; in validate_date_format()
[all …]
/dports/net-im/profanity/profanity-0.11.1/src/tools/
H A Dparser.c68 gchar* curr_ch = g_utf8_offset_to_pointer(copy, i); in _parse_args_helper() local
69 gunichar curr_uni = g_utf8_get_char(curr_ch); in _parse_args_helper()
84 gchar* next_ch = g_utf8_next_char(curr_ch); in _parse_args_helper()
90 gchar* next_ch = g_utf8_next_char(curr_ch); in _parse_args_helper()
93 token_start = curr_ch; in _parse_args_helper()
264 gchar* curr_ch = g_utf8_offset_to_pointer(string, i); in count_tokens() local
265 gunichar curr_uni = g_utf8_get_char(curr_ch); in count_tokens()
296 gchar* curr_ch = g_utf8_offset_to_pointer(string, i); in get_start() local
297 gunichar curr_uni = g_utf8_get_char(curr_ch); in get_start()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/ftptelnet/
H A Dpp_ftp.c409 const char *curr_ch; in validate_date_format() local
416 curr_ch = *this_param; in validate_date_format()
431 curr_ch++; in validate_date_format()
440 curr_ch++; in validate_date_format()
449 curr_ch++; in validate_date_format()
469 curr_ch = tmp_ch; in validate_date_format()
478 curr_ch = tmp_ch; in validate_date_format()
484 curr_ch = tmp_ch; in validate_date_format()
491 curr_ch = tmp_ch; in validate_date_format()
508 curr_ch = tmp_ch; in validate_date_format()
[all …]
H A Dsnort_ftptelnet.c1549 char *curr_ch; in ProcessDateFormat() local
1561 while (*curr_ch != '\0') in ProcessDateFormat()
1563 switch (*curr_ch) in ProcessDateFormat()
1571 curr_ch++; in ProcessDateFormat()
1574 curr_ch++; in ProcessDateFormat()
1617 curr_ch++; in ProcessDateFormat()
1638 curr_ch++; in ProcessDateFormat()
1716 curr_ch++; in ProcessDateFormat()
1742 curr_ch++; in ProcessDateFormat()
1786 start_ch = curr_ch; in ProcessDateFormat()
[all …]
/dports/textproc/py-xlwt/xlwt-1.3.0/xlwt/
H A DExcelFormulaLexer.py86 def curr_ch(self): member in Lexer
93 return self.curr_ch() in " \t\n\r\f\v"
113 te = self.curr_ch()
118 "Unexpected char %r in column %u." % (self.curr_ch(), self._pos))
/dports/comms/hamlib/hamlib-4.3.1/rigs/aor/
H A Dar3030.c57 int curr_ch; member
296 priv->curr_ch = 99; /* huh! FIXME: get_mem in open() ? */ in ar3030_init()
575 priv->curr_ch = ch; in ar3030_set_mem()
589 *ch = priv->curr_ch; in ar3030_get_mem()
616 *ch = priv->curr_ch = atoi(infobuf + 1); in ar3030_get_mem()
832 len = sprintf(buf, "%02d%%" CR, priv->curr_ch); in ar3030_vfo_op()
836 len = sprintf(buf, "%02dW" CR, priv->curr_ch); in ar3030_vfo_op()
/dports/graphics/geeqie/geeqie-1.6/src/
H A Dimage_load_psd.c133 guint curr_ch; /* current channel */ member
306 ctx->curr_ch = 0; in image_loader_psd_load()
435 ctx->curr_ch * ctx->height + ctx->curr_row]; in image_loader_psd_load()
443 ctx->ch_bufs[ctx->curr_ch] + ctx->pos in image_loader_psd_load()
446 memcpy(ctx->ch_bufs[ctx->curr_ch] + ctx->pos, in image_loader_psd_load()
454 ++ctx->curr_ch; in image_loader_psd_load()
457 if (ctx->curr_ch >= ctx->channels) { in image_loader_psd_load()
/dports/comms/fldigi/fldigi-4.1.20/src/ifkp/
H A Difkp.cxx428 int curr_ch = -1 ; in process_symbol() local
444 curr_ch = ifkp_varidecode[prev_nibble]; in process_symbol()
450 curr_ch = ifkp_varidecode[prev_nibble * 32 + curr_nibble]; in process_symbol()
452 if (curr_ch > 0) { in process_symbol()
455 put_rx_char(curr_ch, FTextBase::RECV); in process_symbol()
457 audit_log << ifkp_ascii[curr_ch]; in process_symbol()
458 if (curr_ch == '\n') audit_log << '\n'; in process_symbol()
460 parse_pic(curr_ch); in process_symbol()
462 station_calling = valid_callsign(curr_ch); in process_symbol()
/dports/net-im/profanity/profanity-0.11.1/src/ui/
H A Dwindow.c1634 while (*curr_ch != '\0') { in _win_print_wrapped()
1637 if (*curr_ch == ' ') { in _win_print_wrapped()
1639 curr_ch = g_utf8_next_char(curr_ch); in _win_print_wrapped()
1642 } else if (*curr_ch == '\n') { in _win_print_wrapped()
1645 curr_ch = g_utf8_next_char(curr_ch); in _win_print_wrapped()
1651 while (*curr_ch != ' ' && *curr_ch != '\n' && *curr_ch != '\0') { in _win_print_wrapped()
1654 curr_ch++; in _win_print_wrapped()
1659 word[wordi++] = curr_ch[offset++]; in _win_print_wrapped()
1661 curr_ch = g_utf8_next_char(curr_ch); in _win_print_wrapped()
1733 if (!firstline && curx == 0 && *curr_ch == ' ') { in _win_print_wrapped()
[all …]
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/xml-pack/
H A Dide-xml.c40 gunichar curr_ch; in find_char() local
42 curr_ch = gtk_text_iter_get_char (&copy); in find_char()
44 if (curr_ch == ch) in find_char()
/dports/comms/hamlib/hamlib-4.3.1/rigs/drake/
H A Ddrake.c116 priv->curr_ch = 0; in drake_init()
559 priv->curr_ch = ch; in drake_set_mem()
606 priv->curr_ch = chan; in drake_get_mem()
632 old_chan = priv->curr_ch; in drake_set_chan()
711 old_chan = priv->curr_ch; in drake_get_chan()
909 len = sprintf(buf, "EC%03d" EOM, priv->curr_ch); in drake_vfo_op()
913 len = sprintf(buf, "PR" EOM "%03d" EOM, priv->curr_ch); in drake_vfo_op()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/stdlib/
H A Dmbtowc_r.c379 int curr_ch; variable
392 curr_ch = t[i];
393 switch (curr_ch)
417 if (_isjis (curr_ch))
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/stdlib/
H A Dmbtowc_r.c379 int curr_ch; variable
392 curr_ch = t[i];
393 switch (curr_ch)
417 if (_isjis (curr_ch))
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/stdlib/
H A Dmbtowc_r.c561 int curr_ch; variable
580 curr_ch = t[i];
581 switch (curr_ch)
605 if (_isjis (curr_ch))
/dports/comms/fldigi/fldigi-4.1.20/src/fsq/
H A Dfsq.cxx1022 int curr_ch = -1; in process_symbol() local
1039 curr_ch = wsq_varidecode[prev_nibble]; in process_symbol()
1045 curr_ch = wsq_varidecode[prev_nibble * 32 + curr_nibble]; in process_symbol()
1047 if (curr_ch > 0) { in process_symbol()
1049 audit_log << fsq_ascii[curr_ch];// & 0xFF]; in process_symbol()
1050 if (curr_ch == '\n') audit_log << '\n'; in process_symbol()
1053 lf_check(curr_ch); in process_symbol()
1061 write_rx_mon_char(curr_ch); in process_symbol()
1093 if ( valid_char(curr_ch) || b_eol || b_eot ) { in process_symbol()
1096 rx_text += curr_ch; in process_symbol()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Symbol/
H A DVariable.cpp677 const char curr_ch = partial_path[pos]; in PrivateAutoComplete() local
678 if (isalnum(curr_ch) || curr_ch == '_' || curr_ch == '$') { in PrivateAutoComplete()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Symbol/
H A DVariable.cpp679 const char curr_ch = partial_path[pos]; in PrivateAutoComplete() local
680 if (isalnum(curr_ch) || curr_ch == '_' || curr_ch == '$') { in PrivateAutoComplete()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Symbol/
H A DVariable.cpp677 const char curr_ch = partial_path[pos]; in PrivateAutoComplete() local
678 if (isalnum(curr_ch) || curr_ch == '_' || curr_ch == '$') { in PrivateAutoComplete()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Symbol/
H A DVariable.cpp676 const char curr_ch = partial_path[pos]; in PrivateAutoComplete() local
677 if (isalnum(curr_ch) || curr_ch == '_' || curr_ch == '$') { in PrivateAutoComplete()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Symbol/
H A DVariable.cpp677 const char curr_ch = partial_path[pos]; in PrivateAutoComplete() local
678 if (isalnum(curr_ch) || curr_ch == '_' || curr_ch == '$') { in PrivateAutoComplete()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Symbol/
H A DVariable.cpp677 const char curr_ch = partial_path[pos]; in PrivateAutoComplete() local
678 if (isalnum(curr_ch) || curr_ch == '_' || curr_ch == '$') { in PrivateAutoComplete()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Symbol/
H A DVariable.cpp677 const char curr_ch = partial_path[pos]; in PrivateAutoComplete() local
678 if (isalnum(curr_ch) || curr_ch == '_' || curr_ch == '$') { in PrivateAutoComplete()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Symbol/
H A DVariable.cpp677 const char curr_ch = partial_path[pos]; in PrivateAutoComplete() local
678 if (isalnum(curr_ch) || curr_ch == '_' || curr_ch == '$') { in PrivateAutoComplete()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Symbol/
H A DVariable.cpp677 const char curr_ch = partial_path[pos]; in PrivateAutoComplete() local
678 if (isalnum(curr_ch) || curr_ch == '_' || curr_ch == '$') { in PrivateAutoComplete()

123