Home
last modified time | relevance | path

Searched refs:ochar (Results 1 – 25 of 133) sorted by relevance

123456

/dports/devel/libdwarf/dwarf-20161124/dwarfdump/
H A Duri.c324 char ochar = 0; in hexdig() local
326 ochar = (c - '0'); in hexdig()
327 return ochar; in hexdig()
330 ochar = (c - 'a')+10; in hexdig()
331 return ochar; in hexdig()
335 return ochar; in hexdig()
341 return ochar; in hexdig()
352 char ochar = 0; in hexpairtochar() local
365 ochar = c; in hexpairtochar()
373 ochar = '%'; in hexpairtochar()
[all …]
/dports/devel/dwarfdump/dwarf-20161124/dwarfdump/
H A Duri.c324 char ochar = 0; in hexdig() local
326 ochar = (c - '0'); in hexdig()
327 return ochar; in hexdig()
330 ochar = (c - 'a')+10; in hexdig()
331 return ochar; in hexdig()
335 return ochar; in hexdig()
341 return ochar; in hexdig()
352 char ochar = 0; in hexpairtochar() local
365 ochar = c; in hexpairtochar()
373 ochar = '%'; in hexpairtochar()
[all …]
/dports/misc/viz/viz-1.1.1/
H A Dlists.c115 makecore(ichar, ochar) in makecore() argument
117 int ochar;
125 ochar = 'a';
127 ichar = defaultichar(ochar);
128 } else if (ochar == 0) {
129 ochar = defaultochar(ichar);
134 io.ochar = ochar;
151 io.ochar = 'a';
154 io.ochar = defaultochar(ichar);
238 p->u.iospec.ochar == q->u.iospec.ochar &&
[all …]
H A Dvizgrammar.y378 if ( inval4reg($$.iospec.ochar) ) {
395 if (badiopair($$.iospec.ichar, $$.iospec.ochar)) {
398 prog, $$.iospec.ichar, $$.iospec.ochar);
406 if (badiopair($$.iospec.ichar, $$.iospec.ochar)) {
409 prog, $$.iospec.ichar, $$.iospec.ochar);
417 if (badiopair($$.iospec.ichar, $$.iospec.ochar)) {
420 prog, $$.iospec.ichar, $$.iospec.ochar);
744 defaultichar(ochar) in defaultichar() argument
745 int ochar; /* Specifies the output character */ in defaultichar()
748 switch (ochar) {
H A Dviz.c1234 int ochar;
1245 if (ochar == 'c')
1254 if (ochar == 'c') {
1275 } else if (ochar == 'b') {
1293 } else if (ochar == 'd') {
1326 if (ochar == 'd') {
1338 } else if (ochar == 'b') {
1387 if (ochar == 'd') {
1399 } else if (ochar == 'b') {
1448 if (ochar == 'd') {
[all …]
/dports/mail/isync/isync-1.4.4/src/
H A Dmain.c439 *ochar = 0; in main()
451 if (!ochar || !*ochar) { in main()
585 if (!*ochar) { in main()
590 switch (*ochar++) { in main()
607 if (*ochar == 'f') in main()
616 ochar++; in main()
637 --ochar; in main()
640 for (;; ochar++) { in main()
678 for (op = 0; *ochar; ochar++) { in main()
679 switch (*ochar) { in main()
[all …]
/dports/science/minc2/minc-release-2.2.00/conversion/dicomserver/
H A Dproject_file.c79 int ichar, ochar; in read_project_file() local
104 for (ichar=0, ochar=0; in read_project_file()
105 (ichar < length) && (ochar < sizeof(project_string)-1); in read_project_file()
109 project_string[ochar] = (char) toupper((int) project_name[ichar]); in read_project_file()
110 ochar++; in read_project_file()
113 project_string[ochar] = '\0'; in read_project_file()
/dports/science/minc2/minc-release-2.2.00/conversion/dicomserver_sonata/
H A Dproject_file.c84 int ichar, ochar; in read_project_file() local
109 for (ichar=0, ochar=0; in read_project_file()
110 (ichar < length) && (ochar < sizeof(project_string)-1); in read_project_file()
114 project_string[ochar] = (char) toupper((int) project_name[ichar]); in read_project_file()
115 ochar++; in read_project_file()
118 project_string[ochar] = '\0'; in read_project_file()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/symmetry/
H A Dsym_pr_all.F1 subroutine sym_print_all(geom, oinfo, ouniq, omap, oops, ochar) argument
18 logical ochar ! If true print character table
40 if (ochar) call sym_print_char_table(geom)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/symmetry/
H A Dsym_pr_all.F1 subroutine sym_print_all(geom, oinfo, ouniq, omap, oops, ochar) argument
18 logical ochar ! If true print character table
40 if (ochar) call sym_print_char_table(geom)
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_sys_sformat.v17 reg [8:1] ochar; register
74 $sformat(ochar,"%s","c");
75 if (ochar != "c") $stop;
/dports/chinese/ve/ve-1.1/
H A Dscreen.c23 extern void ochar();
84 ochar('\r'); in rel_move()
89 ochar('\n'); in rel_move()
91 ochar('\r'); in rel_move()
104 tputs(BC, 1, ochar); in rel_move()
106 ochar(Ctrl('H')); in rel_move()
223 ochar('\n'); in refresh()
405 ochar('\r');
409 ochar(c);
H A Dio.c68 void ochar(c) in ochar() function
285 ochar(Ctrl('H'));
286 ochar(' ');
287 ochar(Ctrl('H'));
311 ochar(ch);
/dports/science/minc2/minc-release-2.2.00/conversion/gcomserver/
H A Dproject_file.c101 int ichar, ochar; in read_project_file() local
127 for (ichar=0, ochar=0; in read_project_file()
128 (ichar < length) && (ochar < sizeof(project_string)-1); in read_project_file()
132 project_string[ochar] = (char) toupper((int) project_name[ichar]); in read_project_file()
133 ochar++; in read_project_file()
136 project_string[ochar] = '\0'; in read_project_file()
/dports/print/trueprint/trueprint-5.4/src/
H A Doptions.c95 } ochar; member
637 option_list[option_index].t.ochar.string = s; in char_option()
638 option_list[option_index].t.ochar.var = var; in char_option()
959 if (op->t.ochar.var) in set_option()
961 *(op->t.ochar.var) = *value; in set_option()
965 (*(op->t.ochar.handler))(prefix, option_name, *value, op->t.ochar.valid_set); in set_option()
1175 if (op->t.ochar.var) in set_option_default()
1177 *(op->t.ochar.var) = op->t.ochar.default_value; in set_option_default()
1181 (*(op->t.ochar.set_default))(op->t.ochar.default_value); in set_option_default()
1371 if (op->t.ochar.string) in print_usage_msgs()
[all …]
/dports/devel/re2c/re2c-2.2/examples/c/submatch/
H A Dparse_options.re59 ochar = char \ sp;
60 pchar = ochar \ [/];
62 opt = ochar+;
63 arg = ochar* | str;
/dports/math/nauty/nauty27r3/
H A Damtog.c46 char *arg,sw,ochar; in main() local
112 if (oswitch) ochar = outdigit + '0'; in main()
113 else ochar = '1'; in main()
215 val = ((i != j) & compl) ^ (s[0] == ochar); in main()
/dports/math/py-pynauty/pynauty-1.0.2/src/nauty27r1/
H A Damtog.c46 char *arg,sw,ochar; in main() local
112 if (oswitch) ochar = outdigit + '0'; in main()
113 else ochar = '1'; in main()
215 val = ((i != j) & compl) ^ (s[0] == ochar); in main()
/dports/x11/xedit/xedit-1.2.2/lisp/
H A Dstring.c498 LispObj *ochar, *oradix, *result = NIL; in Lisp_DigitCharP() local
501 ochar = ARGUMENT(0); in Lisp_DigitCharP()
503 CHECK_SCHAR(ochar); in Lisp_DigitCharP()
504 character = SCHAR_VALUE(ochar); in Lisp_DigitCharP()
830 LispObj *ochar, *list; in LispStringTrim() local
835 ochar = CAR(list); in LispStringTrim()
836 if (SCHARP(ochar) && string[start] == SCHAR_VALUE(ochar)) in LispStringTrim()
846 ochar = CAR(list); in LispStringTrim()
847 if (SCHARP(ochar) && string[end] == SCHAR_VALUE(ochar)) in LispStringTrim()
/dports/mail/sma/sma-1.4/
H A Dsma.c70 const char *ochar; variable
234 ochar = sma_optarg; in main()
379 if (ochar) { in main()
380 if (!(ofp = fopen(ochar, "w"))) { in main()
381 fprintf(stderr, "%s: cannot open %s\n", pname, ochar); in main()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/go.test/test/bench/shootout/
H A Dchameneosredux.c114 int ochar = 0, ichar = 0; in formatNumber() local
127 ochar += sprintf( outbuf + ochar, " %s", NUMBERS[ tmp[i] - '0' ] ); in formatNumber()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/go.test/test/bench/shootout/
H A Dchameneosredux.c114 int ochar = 0, ichar = 0; in formatNumber() local
127 ochar += sprintf( outbuf + ochar, " %s", NUMBERS[ tmp[i] - '0' ] ); in formatNumber()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/go.test/test/bench/shootout/
H A Dchameneosredux.c114 int ochar = 0, ichar = 0; in formatNumber() local
127 ochar += sprintf( outbuf + ochar, " %s", NUMBERS[ tmp[i] - '0' ] ); in formatNumber()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/bench/shootout/
H A Dchameneosredux.c114 int ochar = 0, ichar = 0; in formatNumber() local
127 ochar += sprintf( outbuf + ochar, " %s", NUMBERS[ tmp[i] - '0' ] ); in formatNumber()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/bench/shootout/
H A Dchameneosredux.c114 int ochar = 0, ichar = 0; in formatNumber() local
127 ochar += sprintf( outbuf + ochar, " %s", NUMBERS[ tmp[i] - '0' ] ); in formatNumber()

123456