HomeSort by: relevance | last modified time | path
    Searched defs:comma (Results 1 - 25 of 157) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/gpl3/gdb/dist/sim/m32c/
misc.c 56 comma (unsigned int u) function
60 int comma = 0; local
68 if (comma == 3)
71 comma = 0;
73 comma++;
  /src/external/gpl3/gdb/dist/sim/rx/
misc.c 56 comma (unsigned int u) function
60 int comma = 0; local
68 if (comma == 3)
71 comma = 0;
73 comma++;
  /src/external/gpl3/gdb.old/dist/sim/m32c/
misc.c 56 comma (unsigned int u) function
60 int comma = 0; local
68 if (comma == 3)
71 comma = 0;
73 comma++;
  /src/external/gpl3/gdb.old/dist/sim/rx/
misc.c 56 comma (unsigned int u) function
60 int comma = 0; local
68 if (comma == 3)
71 comma = 0;
73 comma++;
  /src/external/bsd/ipf/dist/lib/
printfr.c 247 char *comma = " "; local
262 fputs(comma, stdout);
266 comma = ",";
269 fputs(comma, stdout);
273 comma = ",";
276 fputs(comma, stdout);
280 comma = ",";
283 fputs(comma, stdout);
287 comma = ",";
290 fputs(comma, stdout)
375 char *comma = ""; local
    [all...]
  /src/sys/arch/arm/xilinx/
zynq_usb.c 73 const char *comma; local
116 comma = "";
121 comma = ", ";
127 comma,
  /src/external/bsd/tmux/dist/
style.c 260 const char *comma = "", *tmp = ""; local
275 off += xsnprintf(s + off, sizeof s - off, "%slist=%s", comma,
277 comma = ",";
298 off += xsnprintf(s + off, sizeof s - off, "%srange=%s", comma,
300 comma = ",";
311 off += xsnprintf(s + off, sizeof s - off, "%salign=%s", comma,
313 comma = ",";
322 off += xsnprintf(s + off, sizeof s - off, "%s%s", comma, tmp);
323 comma = ",";
326 off += xsnprintf(s + off, sizeof s - off, "%sfill=%s", comma,
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
m10300-dis.c 317 a comma before emitting the plus. */
498 int comma = 0; local
504 comma = 1;
509 if (comma)
512 comma = 1;
517 if (comma)
520 comma = 1;
525 if (comma)
528 comma = 1;
533 if (comma)
    [all...]
rl78-dis.c 229 char *comma = ""; local
233 { PR (PS, "Z"); comma = ","; }
235 { PR (PS, "%sAC", comma); comma = ","; }
237 { PR (PS, "%sCY", comma); comma = ","; }
fr30-dis.c 72 char * comma = "";
82 comma = ",";
94 (*info->fprintf_func) (info->stream, "%sr%li", comma, reg_index + offset);
95 comma = ",";
71 char * comma = ""; local
  /src/external/gpl3/binutils.old/dist/opcodes/
m10300-dis.c 317 a comma before emitting the plus. */
498 int comma = 0; local
504 comma = 1;
509 if (comma)
512 comma = 1;
517 if (comma)
520 comma = 1;
525 if (comma)
528 comma = 1;
533 if (comma)
    [all...]
rl78-dis.c 229 char *comma = ""; local
233 { PR (PS, "Z"); comma = ","; }
235 { PR (PS, "%sAC", comma); comma = ","; }
237 { PR (PS, "%sCY", comma); comma = ","; }
  /src/external/gpl3/gdb/dist/opcodes/
m10300-dis.c 317 a comma before emitting the plus. */
498 int comma = 0; local
504 comma = 1;
509 if (comma)
512 comma = 1;
517 if (comma)
520 comma = 1;
525 if (comma)
528 comma = 1;
533 if (comma)
    [all...]
rl78-dis.c 229 char *comma = ""; local
233 { PR (PS, "Z"); comma = ","; }
235 { PR (PS, "%sAC", comma); comma = ","; }
237 { PR (PS, "%sCY", comma); comma = ","; }
  /src/external/gpl3/gdb/dist/sim/common/
sim-utils.c 169 int comma = 3; local
174 if (comma-- == 0)
177 comma = 2;
  /src/external/gpl3/gdb.old/dist/opcodes/
m10300-dis.c 317 a comma before emitting the plus. */
498 int comma = 0; local
504 comma = 1;
509 if (comma)
512 comma = 1;
517 if (comma)
520 comma = 1;
525 if (comma)
528 comma = 1;
533 if (comma)
    [all...]
rl78-dis.c 229 char *comma = ""; local
233 { PR (PS, "Z"); comma = ","; }
235 { PR (PS, "%sAC", comma); comma = ","; }
237 { PR (PS, "%sCY", comma); comma = ","; }
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-utils.c 169 int comma = 3; local
174 if (comma-- == 0)
177 comma = 2;
  /src/sys/arch/arm/imx/
imxusb.c 91 const char *comma; local
140 comma = "";
145 comma = ", ";
151 comma,
  /src/crypto/external/cpl/trousers/dist/src/tcsd/
tcsd_conf.c 278 char *ptr = buf, *tmp_ptr = NULL, *arg, *comma; local
321 comma = rindex(arg, ',');
323 if (comma == NULL) {
327 comma = arg;
328 tmp_int = atoi(comma);
338 *comma++ = '\0';
339 tmp_int = atoi(comma);
350 comma = rindex(arg, ',');
352 if (comma == NULL) {
356 comma = arg
    [all...]
  /src/sys/arch/arm/arm/
disassem.c 825 int comma; local
829 comma = 0;
834 if (comma)
837 comma = 1;
  /src/usr.bin/mail/
names.c 171 int comma; local
175 comma = ntype & GCOMMA;
180 if (debug && comma)
186 if (comma)
204 if (comma && p->n_flink != NULL)
211 if (comma && *--cp == ',')
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
rtbl.c 452 int comma; local
472 comma = 0;
481 comma ? "," : "", header,
483 comma = 1;
  /src/external/bsd/cron/dist/
cron.c 326 int comma = strchr(b, ',') != NULL; local
327 if (comma)
330 strlcat(res, "]," + (comma ? 0 : 1), len);
  /src/external/bsd/nsd/dist/simdzone/src/generic/
svcb.h 23 // presentation value SHALL be a comma-separated list (Appendix A.1) of
35 // For "alpn", the presentation value SHALL be a comma-separated list
101 uint8_t *comma = rdata->octets++; local
130 assert(comma < rdata->octets);
131 const size_t length = ((uintptr_t)rdata->octets - (uintptr_t)comma) - 1;
134 *comma = (uint8_t)length;
135 comma = rdata->octets;
143 const size_t length = ((uintptr_t)rdata->octets - (uintptr_t)comma) - 1;
146 *comma = (uint8_t)length;
447 // The presentation value SHALL be a comma-separated list (Appendix A.1
    [all...]

Completed in 38 milliseconds

1 2 3 4 5 6 7