Searched refs:comma (Results 1 - 25 of 121) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/rx/
H A Dmisc.h26 char *comma (unsigned int u);
H A Dmisc.c56 comma (unsigned int u) function
60 int comma = 0; local
68 if (comma == 3)
71 comma = 0;
73 comma++;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/m32c/
H A Dmisc.h26 char *comma (unsigned int u);
H A Dmisc.c55 comma (unsigned int u) function
59 int comma = 0; local
67 if (comma == 3)
70 comma = 0;
72 comma++;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mn10300/
H A Dam33-2.c203 u8(0), comma, lparen, a16 (8), rparen, tick_random);
210 lparen, amreg(12), comma, amreg (8), rparen, tick_random);
212 lparen, d8 (0), comma, amreg (12), rparen, tick_random);
214 lparen, d24(0), comma, amreg (28), rparen, tick_random);
216 lparen, d32(0), comma, amreg (36), rparen, tick_random);
244 lparen, amreg (4), rparen, comma,
247 lparen, amreg (4), plus, rparen, comma,
250 lparen, spreg, rparen, comma, freg (0, 8));
252 amreg (4), comma, freg (0, 8), tick_random);
254 freg (4, 9), comma, lpare
[all...]
/netbsd-6-1-5-RELEASE/dist/ipf/lib/
H A Dprintfr.c293 char *comma = " "; local
308 fputs(comma, stdout);
312 comma = ",";
315 fputs(comma, stdout);
319 comma = ",";
322 fputs(comma, stdout);
326 comma = ",";
329 fputs(comma, stdout);
333 comma = ",";
336 fputs(comma, stdou
411 char *comma = ""; local
[all...]
/netbsd-6-1-5-RELEASE/etc/rc.d/
H A Dsysdb28 comma=" "
47 $echo -n "$comma$(basename "$src")"
48 comma=", "
85 $echo -n "${comma}utmp$i"
86 comma=", "
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dtic54x-dis.c188 char *comma = ""; local
216 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
220 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
225 info->fprintf_func (info->stream, "%s", comma);
258 info->fprintf_func (info->stream, "%s", comma);
266 info->fprintf_func (info->stream, "%s", comma);
271 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
275 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
279 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
283 info->fprintf_func (info->stream, "%s%s", comma, operan
[all...]
H A Dm10300-dis.c319 a comma before emitting the plus. */
506 int comma = 0; local
512 comma = 1;
517 if (comma)
520 comma = 1;
525 if (comma)
528 comma = 1;
533 if (comma)
536 comma = 1;
541 if (comma)
[all...]
H A Dz8k-dis.c478 int comma = 0; local
484 comma = 1;
488 if (comma) strcat (tmp_str, ",");
496 int comma = 0; local
502 comma = 1;
506 if (comma) strcat (tmp_str, ",");
508 comma = 1;
512 if (comma) strcat (tmp_str, ",");
514 comma = 1;
518 if (comma) strca
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dtic54x-dis.c188 char *comma = ""; local
216 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
220 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
225 info->fprintf_func (info->stream, "%s", comma);
258 info->fprintf_func (info->stream, "%s", comma);
266 info->fprintf_func (info->stream, "%s", comma);
271 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
275 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
279 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
283 info->fprintf_func (info->stream, "%s%s", comma, operan
[all...]
H A Dm10300-dis.c319 a comma before emitting the plus. */
506 int comma = 0; local
512 comma = 1;
517 if (comma)
520 comma = 1;
525 if (comma)
528 comma = 1;
533 if (comma)
536 comma = 1;
541 if (comma)
[all...]
H A Dz8k-dis.c478 int comma = 0; local
484 comma = 1;
488 if (comma) strcat (tmp_str, ",");
496 int comma = 0; local
502 comma = 1;
506 if (comma) strcat (tmp_str, ",");
508 comma = 1;
512 if (comma) strcat (tmp_str, ",");
514 comma = 1;
518 if (comma) strca
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tcsd/
H A Dtcsd_conf.c267 char *ptr = buf, *tmp_ptr = NULL, *arg, *comma; local
310 comma = rindex(arg, ',');
312 if (comma == NULL) {
316 comma = arg;
317 tmp_int = atoi(comma);
327 *comma++ = '\0';
328 tmp_int = atoi(comma);
339 comma = rindex(arg, ',');
341 if (comma == NULL) {
345 comma
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/indent/
H A Dindent_codes.h83 #define comma 14 macro
/netbsd-6-1-5-RELEASE/external/historical/nawk/dist/
H A Dawkgram.y76 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor
116 comma: label
117 ',' | comma NL
200 | patlist comma pattern { $$ = linkum($1, $3); }
258 pattern comma pattern { $$ = linkum($1, $3); }
259 | plist comma pattern { $$ = linkum($1, $3); }
264 | pplist comma ppattern { $$ = linkum($1, $3); }
382 | GENSUB '(' reg_expr comma pattern comma pattern ')'
384 | GENSUB '(' pattern comma patter
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dmaverick.c163 mvreg (regname, 12), comma, \
186 mvreg (reg1name, 12), comma, mvreg (reg2name, 16))
208 mvreg (reg1name, 12), comma, mvreg (reg2name, 16), comma, imm7, \
223 mvreg (reg1name, 12), comma, mvreg (reg2name, 16), comma, \
246 acreg (5), comma, reg2spec, comma, \
247 mvreg (reg3name, 16), comma, mvreg (reg4name, 0))
262 reg1spec, comma, reg2spe
[all...]
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/libipsec/
H A Dpolicy_token.l76 comma \,
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/elf/
H A Dpseudo.l9 [^:]*:14: Error: expected comma after name in .symver
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dwrapper.c26 gdb_parse_exp_1 (char **stringptr, struct block *block, int comma, argument
33 *expression = parse_exp_1 (stringptr, block, comma);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Doptc-gen.awk32 comma = ","
143 comma = ""
164 var_set(flags[i]), comma)
H A Dopth-gen.awk31 comma = ","
171 comma = ""
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-egp.c151 const char *comma; local
192 comma = "";
196 printf("%sd%d:", comma, (int)*cp++);
197 comma = ", ";
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/all/
H A Dtest-example.c56 cond_jmp_insn (j, 0x40, numberedregs(2), comma, namedregs (0));
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Dcftoken.l117 comma \,
270 <S_CFG>{comma} { YYD; return(COMMA); }
305 <S_SAINFS>{comma} { YYD; return(COMMA); }
317 <S_RMTS>{comma} { YYD; /* XXX ignored, but to be handled. */ ; }

Completed in 264 milliseconds

12345