Home
last modified time | relevance | path

Searched refs:tmpch (Results 1 – 25 of 65) sorted by relevance

123

/dports/graphics/pgplot/pgplot/sys_linux/f77_src/
H A Dgrsyxd.f44 character*2 tmpch(2) local
46 equivalence (tmpint,tmpch)
56 tmpch(1) = BUFFER(LOCBUF)
66 tmpch(1) = BUFFER(LOCBUF)
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/libfuse-lite/
H A Dfuse_loop.c28 struct fuse_chan *tmpch = ch; in fuse_session_loop() local
29 res = fuse_chan_recv(&tmpch, buf, bufsize); in fuse_session_loop()
34 fuse_session_process(se, buf, res, tmpch); in fuse_session_loop()
/dports/sysutils/fusefs-libs/fuse-2.9.9/lib/
H A Dfuse_loop.c27 struct fuse_chan *tmpch = ch;
33 res = fuse_session_receive_buf(se, &fbuf, &tmpch);
40 fuse_session_process_buf(se, &fbuf, tmpch);
/dports/games/heretic/glheretic-1.2/musserv/
H A Dplaymus.c162 unsigned char tmpch; in playmus() local
167 tmpch = *ptr++; in playmus()
168 dticks = (dticks << 7) | (tmpch & 127); in playmus()
170 while (tmpch & 128); in playmus()
/dports/devel/avr-gdb/gdb-7.3.1/sim/igen/
H A Dtable.c445 char *tmpch = chp; in table_read() local
448 tmpch = skip_to_separator (tmpch, "\\:"); in table_read()
449 if (*tmpch == '\\') in table_read()
452 char *cp = tmpch; in table_read()
459 tmpch++; in table_read()
461 else if (*tmpch != ':') in table_read()
465 *tmpch = '\0'; in table_read()
466 tmpch++; in table_read()
/dports/devel/gdb761/gdb-7.6.1/sim/igen/
H A Dtable.c445 char *tmpch = chp; in table_read() local
448 tmpch = skip_to_separator (tmpch, "\\:"); in table_read()
449 if (*tmpch == '\\') in table_read()
452 char *cp = tmpch; in table_read()
459 tmpch++; in table_read()
461 else if (*tmpch != ':') in table_read()
465 *tmpch = '\0'; in table_read()
466 tmpch++; in table_read()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/igen/
H A Dtable.c447 char *tmpch = chp; in table_read() local
450 tmpch = skip_to_separator (tmpch, "\\:"); in table_read()
451 if (*tmpch == '\\') in table_read()
454 char *cp = tmpch; in table_read()
461 tmpch++; in table_read()
463 else if (*tmpch != ':') in table_read()
467 *tmpch = '\0'; in table_read()
468 tmpch++; in table_read()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/igen/
H A Dtable.c447 char *tmpch = chp; in table_read() local
450 tmpch = skip_to_separator (tmpch, "\\:"); in table_read()
451 if (*tmpch == '\\') in table_read()
454 char *cp = tmpch; in table_read()
461 tmpch++; in table_read()
463 else if (*tmpch != ':') in table_read()
467 *tmpch = '\0'; in table_read()
468 tmpch++; in table_read()
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/src/
H A Ds_newconf.c619 char tmpch; in clean_resv_nick() local
627 while((tmpch = *nick++)) in clean_resv_nick()
629 if(tmpch == '?' || tmpch == '@' || tmpch == '#') in clean_resv_nick()
631 else if(tmpch == '*') in clean_resv_nick()
633 else if(IsNickChar(tmpch)) in clean_resv_nick()
655 char tmpch; in valid_wild_card_simple() local
661 while((tmpch = *p++)) in valid_wild_card_simple()
666 if(tmpch == '\\') in valid_wild_card_simple()
672 else if(!IsMWildChar(tmpch)) in valid_wild_card_simple()
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/src/
H A Ds_newconf.c619 char tmpch; in clean_resv_nick() local
627 while((tmpch = *nick++)) in clean_resv_nick()
629 if(tmpch == '?' || tmpch == '@' || tmpch == '#') in clean_resv_nick()
631 else if(tmpch == '*') in clean_resv_nick()
633 else if(IsNickChar(tmpch)) in clean_resv_nick()
655 char tmpch; in valid_wild_card_simple() local
661 while((tmpch = *p++)) in valid_wild_card_simple()
666 if(tmpch == '\\') in valid_wild_card_simple()
672 else if(!IsMWildChar(tmpch)) in valid_wild_card_simple()
/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Dtracing.c313 char tmpch; in tracenumber() local
319 tmpch = TSD->currlevel->tracestat; in tracenumber()
320 if ( ( tmpch != 'I' ) && ( tmpch != 'R' ) ) in tracenumber()
345 char tmpch; in tracebool() local
350 tmpch = TSD->currlevel->tracestat; in tracebool()
351 if ( ( tmpch != 'I' ) && ( tmpch != 'R' ) ) in tracebool()
370 char tmpch; in tracevalue() local
378 tmpch = TSD->currlevel->tracestat; in tracevalue()
379 if ( ( tmpch != 'I' ) && ( tmpch != 'R' ) ) in tracevalue()
/dports/lang/nwcc/nwcc_0.8.3/
H A Dlex.c507 int tmpch; local
509 tmpch = FGETC(in);
510 if (tmpch != EOF) {
511 UNGETC(tmpch, in);
512 if (tmpch == '\'' || tmpch == '"') {
/dports/irc/ircd-hybrid/ircd-hybrid-8.2.39/src/
H A Dconf.c1047 unsigned char tmpch = '\0'; in valid_aline_time() local
1050 while ((tmpch = *p++)) in valid_aline_time()
1052 if (!IsDigit(tmpch)) in valid_aline_time()
1056 result += (tmpch & 0xF); in valid_aline_time()
1077 unsigned char tmpch = '\0'; in valid_wild_card_simple() local
1080 while ((tmpch = *p++)) in valid_wild_card_simple()
1082 if (tmpch == '\\' && *p) in valid_wild_card_simple()
1088 else if (!IsMWildChar(tmpch)) in valid_wild_card_simple()
1111 unsigned char tmpch = '\0'; in valid_wild_card() local
1135 while ((tmpch = *p++)) in valid_wild_card()
[all …]
/dports/games/vultures-eye/vulture-2.3.67/unnethack/win/curses/
H A Dcursmisc.c37 int ch, tmpch; in curses_read_char() local
40 tmpch = ch; in curses_read_char()
51 tmpch = (ch - ALT_0) + '0'; in curses_read_char()
52 ch = M(tmpch); in curses_read_char()
59 tmpch = (ch - ALT_A) + 'a'; in curses_read_char()
60 ch = M(tmpch); in curses_read_char()
/dports/games/unnethack/unnethack-5.1.0-20131208/win/curses/
H A Dcursmisc.c37 int ch, tmpch; in curses_read_char() local
40 tmpch = ch; in curses_read_char()
51 tmpch = (ch - ALT_0) + '0'; in curses_read_char()
52 ch = M(tmpch); in curses_read_char()
59 tmpch = (ch - ALT_A) + 'a'; in curses_read_char()
60 ch = M(tmpch); in curses_read_char()
/dports/graphics/frei0r/frei0r-1.7.0-18-g86475d3/src/filter/keyspillm0pup/
H A Dkeyspillm0pup.c852 char *tmpch; in f0r_set_param_value() local
878 tmpch = (*(f0r_param_string*)parm); in f0r_set_param_value()
879 if (strcmp(p->liststr, tmpch)) { in f0r_set_param_value()
880 p->liststr = realloc( p->liststr, strlen(tmpch) + 1 ); in f0r_set_param_value()
881 strcpy( p->liststr, tmpch ); in f0r_set_param_value()
910 tmpch = (*(f0r_param_string*)parm); in f0r_set_param_value()
911 if (strcmp(p->liststr, tmpch)) { in f0r_set_param_value()
913 strcpy( p->liststr, tmpch ); in f0r_set_param_value()
927 tmpch = (*(f0r_param_string*)parm); in f0r_set_param_value()
928 if (strcmp(p->liststr, tmpch)) { in f0r_set_param_value()
[all …]
/dports/graphics/frei0r-plugins-gavl/frei0r-1.7.0-18-g86475d3/src/filter/keyspillm0pup/
H A Dkeyspillm0pup.c852 char *tmpch; in f0r_set_param_value() local
878 tmpch = (*(f0r_param_string*)parm); in f0r_set_param_value()
879 if (strcmp(p->liststr, tmpch)) { in f0r_set_param_value()
880 p->liststr = realloc( p->liststr, strlen(tmpch) + 1 ); in f0r_set_param_value()
881 strcpy( p->liststr, tmpch ); in f0r_set_param_value()
910 tmpch = (*(f0r_param_string*)parm); in f0r_set_param_value()
911 if (strcmp(p->liststr, tmpch)) { in f0r_set_param_value()
913 strcpy( p->liststr, tmpch ); in f0r_set_param_value()
927 tmpch = (*(f0r_param_string*)parm); in f0r_set_param_value()
928 if (strcmp(p->liststr, tmpch)) { in f0r_set_param_value()
[all …]
/dports/graphics/frei0r-plugins-opencv/frei0r-1.7.0-18-g86475d3/src/filter/keyspillm0pup/
H A Dkeyspillm0pup.c852 char *tmpch; in f0r_set_param_value() local
878 tmpch = (*(f0r_param_string*)parm); in f0r_set_param_value()
879 if (strcmp(p->liststr, tmpch)) { in f0r_set_param_value()
880 p->liststr = realloc( p->liststr, strlen(tmpch) + 1 ); in f0r_set_param_value()
881 strcpy( p->liststr, tmpch ); in f0r_set_param_value()
910 tmpch = (*(f0r_param_string*)parm); in f0r_set_param_value()
911 if (strcmp(p->liststr, tmpch)) { in f0r_set_param_value()
913 strcpy( p->liststr, tmpch ); in f0r_set_param_value()
927 tmpch = (*(f0r_param_string*)parm); in f0r_set_param_value()
928 if (strcmp(p->liststr, tmpch)) { in f0r_set_param_value()
[all …]
/dports/games/xnethack/xNetHack-xnh6.1/win/curses/
H A Dcursmisc.c32 int tmpch; in curses_read_char() local
40 tmpch = ch; in curses_read_char()
49 tmpch = (ch - ALT_0) + '0'; in curses_read_char()
50 ch = M(tmpch); in curses_read_char()
56 tmpch = (ch - ALT_A) + 'a'; in curses_read_char()
57 ch = M(tmpch); in curses_read_char()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/win/curses/
H A Dcursmisc.c45 int tmpch; in curses_read_char() local
53 tmpch = ch; in curses_read_char()
62 tmpch = (ch - ALT_0) + '0'; in curses_read_char()
63 ch = M(tmpch); in curses_read_char()
69 tmpch = (ch - ALT_A) + 'a'; in curses_read_char()
70 ch = M(tmpch); in curses_read_char()
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/win/curses/
H A Dcursmisc.c45 int tmpch; in curses_read_char() local
53 tmpch = ch; in curses_read_char()
62 tmpch = (ch - ALT_0) + '0'; in curses_read_char()
63 ch = M(tmpch); in curses_read_char()
69 tmpch = (ch - ALT_A) + 'a'; in curses_read_char()
70 ch = M(tmpch); in curses_read_char()
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/modules/
H A Dm_kline.c606 char tmpch; in valid_wild_card() local
611 while((tmpch = *p++)) in valid_wild_card()
613 if(!IsKWildChar(tmpch)) in valid_wild_card()
623 while((tmpch = *p++)) in valid_wild_card()
625 if(!IsKWildChar(tmpch)) in valid_wild_card()
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/modules/
H A Dm_kline.c606 char tmpch; in valid_wild_card() local
611 while((tmpch = *p++)) in valid_wild_card()
613 if(!IsKWildChar(tmpch)) in valid_wild_card()
623 while((tmpch = *p++)) in valid_wild_card()
625 if(!IsKWildChar(tmpch)) in valid_wild_card()
H A Dm_gline.c467 char tmpch; in check_wild_gline() local
473 while((tmpch = *p++)) in check_wild_gline()
475 if(!IsKWildChar(tmpch)) in check_wild_gline()
487 while((tmpch = *p++)) in check_wild_gline()
489 if(!IsKWildChar(tmpch)) in check_wild_gline()
/dports/comms/smstools3/smstools3/src/
H A Dcharset.c398 char tmpch; in iso_utf8_2gsm() local
464 if (gsm2char(newch, &tmpch, 1)) in iso_utf8_2gsm()
465 sprintf(strchr(logtmp, 0), "[%c]", tmpch); in iso_utf8_2gsm()
491 if (gsm2char(newch, &tmpch, found)) in iso_utf8_2gsm()
492 sprintf(strchr(logtmp, 0), "[%c]", tmpch); in iso_utf8_2gsm()

123