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

12

/haiku-fatelf/src/bin/gdb/opcodes/
H A Dtic54x-dis.c186 char *comma = ""; local
214 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
218 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
223 info->fprintf_func (info->stream, "%s", comma);
256 info->fprintf_func (info->stream, "%s", comma);
264 info->fprintf_func (info->stream, "%s", comma);
269 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
273 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
277 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
281 info->fprintf_func (info->stream, "%s%s", comma, operan
[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...]
H A Dm10300-dis.c501 a comma before emitting the plus. */
689 int comma = 0; local
695 comma = 1;
700 if (comma)
703 comma = 1;
708 if (comma)
711 comma = 1;
716 if (comma)
719 comma = 1;
724 if (comma)
[all...]
H A Dfr30-dis.c86 char* comma = "";
96 comma = ",";
108 (*info->fprintf_func) (info->stream, "%sr%i", comma, index + offset);
109 comma = ",";
85 char* comma = ""; local
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A DMKfallback.sh60 comma=""
63 echo "$comma /* $x */"
65 comma=","
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A DMKlib_gen.sh257 comma = ""
290 comma = comma "_nc_visbuf2(" num ","
300 comma = comma "_trace" argtype "2(" num ","
303 comma = comma "(long)"
307 args = args comma "a" ++num;
310 args = args comma "\"va_list\""
312 args = args comma "\"
[all...]
/haiku-fatelf/src/system/boot/platform/openfirmware/
H A Ddevices.cpp60 char* comma = strchr(bootArgs, ','); local
61 if (comma != NULL && comma - bootArgs > 0) {
62 comma[0] = '\0';
64 comma[0] = ',';
H A Dnetwork.cpp145 char *comma = strrchr(parameters, ','); local
146 if (comma != NULL && comma != strchr(parameters, ',')) {
147 SetIPAddress(ip_parse_address(comma + 1));
/haiku-fatelf/src/bin/coreutils/src/
H A Dpinky.c257 char *const comma = strchr (pw->pw_gecos, ','); local
260 if (comma)
261 *comma = '\0';
339 char *const comma = strchr (pw->pw_gecos, ','); local
342 if (comma)
343 *comma = '\0';
H A Dcp.c811 /* Given a string, ARG, containing a comma-separated list of arguments
844 /* find next comma */
845 char *comma = strchr (s, ','); local
848 /* If we found a comma, put a NUL in its place and advance. */
849 if (comma)
850 *comma++ = 0;
895 s = comma;
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-egp.c146 const char *comma; local
187 comma = "";
191 printf("%sd%d:", comma, (int)*cp++);
192 comma = ", ";
/haiku-fatelf/src/bin/bfs_tools/
H A Dbfswhich.cpp227 char* comma; local
232 if ((comma = strchr(first, ',')) != NULL) {
233 *comma++ = '\0';
234 return block_run::Run(atol(first), atol(comma));
H A Dbfsinfo.cpp100 char *comma; local
104 } else if ((comma = strchr(first, ',')) != NULL) {
105 *comma++ = '\0';
106 return block_run::Run(atol(first), atol(comma));
/haiku-fatelf/src/tools/stubgen/
H A Dmain.c324 char *comma; local
341 comma = strchr(fullname_buffer, ',');
342 if (comma) *comma = '\0';
/haiku-fatelf/src/bin/gdb/gdb/
H A Dwrapper.c73 gdb_parse_exp_1 (char **stringptr, struct block *block, int comma, argument
79 args.args[2].integer = comma;
H A Dtracepoint.c938 { /* repeat over a comma-separated list */
1517 { /* repeat over a comma-separated list */
2481 char *comma = data; local
2482 *comma = ',';
2560 { /* repeat over a comma-separated list */
2774 Accepts a comma-separated list of (one or more) expressions. GDB will\n\
/haiku-fatelf/src/kits/network/libbind/irs/
H A Dnis_ho.c442 char *cp, **q, *p, *comma, *ap; local
455 if ((comma = strchr(p, ',')) != NULL) {
456 *comma++ = '\0';
484 } while ((p = comma) != NULL);
/haiku-fatelf/src/bin/network/ping6/
H A Dping6.c1610 int comma = 0; local
1617 comma++;
1621 comma++;
1632 if (comma)
1644 comma++;
1647 if (comma)
1650 comma++;
1654 if (comma)
1657 comma++;
1663 if (comma)
[all...]
/haiku-fatelf/src/apps/mail/
H A DHeader.cpp518 // one attribute, perhaps comma separated) indices! Which aren't
587 // comma separated list of addresses. If not present, add the
1087 // group menus that it exists in (based on the comma separated list of
1102 // Break out the next group from the comma separated string.
1103 int32 comma; local
1104 if ((comma = groups.FindFirst(',')) > 0) {
1105 groups.MoveInto(group, 0, comma);
/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y664 | '(' exp comma expression_list r_paren
724 | param_list comma NAME
730 | param_list comma error
752 | expression_list comma exp
764 | expression_list comma error
768 /* Expressions, not including the comma operator. */
978 comma : ',' opt_nls { yyerrok; } label
/haiku-fatelf/src/bin/findutils/find/
H A Dpred.c247 {COMMA_PREC, "comma "},
1774 int comma = 0;
1783 comma = 1;
1787 fprintf (fp, "%stype", comma ? "," : "");
1770 int comma = 0; local
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dannounce-gen68 --bootstrap-tools=TOOL_LIST a comma-separated list of tools, e.g.,
H A Dtexinfo.tex584 % @comma{} to avoid , parsing problems.
585 \let\comma = ,
1127 % @comma{} is so commas can be inserted into text without messing up
1130 \let\comma = ,
2152 % @uref (abbreviation for `urlref') takes an optional (comma-separated)
3525 \definedummyword\comma
3659 \def\comma{,}%
6223 % might or might not have spaces before the first comma, like:
6229 % also remove a trailing comma, in case of something like this:
6392 % But we always want a comma an
[all...]
/haiku-fatelf/src/system/boot/loader/net/
H A DiSCSITarget.cpp90 char* comma = strrchr(targetAddress, ','); local
91 int addressLength = comma - targetAddress;
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure2095 install the programs in PROG_LIST (comma-separated,
2099 (comma-separated, default: arch,hostname,su)
6998 /* Check whether the decimal separator is a comma.
14521 /* Check whether the decimal separator is a comma.
42333 /* Check whether the decimal separator is a comma.
42440 /* Check whether the decimal separator is a comma.
42531 /* Check whether the decimal separator is a comma.
[all...]

Completed in 195 milliseconds

12