Searched refs:colon (Results 1 - 25 of 72) sorted by relevance

123

/haiku-buildtools/binutils/gas/testsuite/gas/macros/
H A Dsemi.s5 .macro colon
11 colon
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/macros/
H A Dsemi.s5 .macro colon
11 colon
/haiku-buildtools/legacy/binutils/gprof/
H A Dsearch_list.c32 const char *beg, *colon;
35 colon = paths - 1;
38 beg = colon + 1;
39 colon = strchr (beg, PATH_SEP_CHAR);
41 if (colon)
42 len = colon - beg;
60 while (colon);
31 const char *beg, *colon; local
H A Dsym_ids.c106 to the user, a spec without a colon is interpreted as:
118 char *colon;
121 colon = strrchr (spec, ':');
123 if (colon)
125 *colon = '\0';
127 if (colon > spec)
135 spec = colon + 1;
147 /* No colon: spec is a filename if it contains a dot. */
117 char *colon; local
/haiku-buildtools/binutils/gprof/
H A Dsearch_list.c32 const char *beg, *colon;
35 colon = paths - 1;
38 beg = colon + 1;
39 colon = strchr (beg, PATH_SEP_CHAR);
41 if (colon)
42 len = colon - beg;
60 while (colon);
31 const char *beg, *colon; local
H A Dsym_ids.c109 to the user, a spec without a colon is interpreted as:
121 char *colon;
124 colon = strrchr (spec, ':');
126 if (colon)
128 *colon = '\0';
130 if (colon > spec)
138 spec = colon + 1;
150 /* No colon: spec is a filename if it contains a dot. */
120 char *colon; local
/haiku-buildtools/binutils/gas/testsuite/gas/mri/
H A Dsemi.s5 colon macro macro
11 colon
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mri/
H A Dsemi.s5 colon macro macro
11 colon
/haiku-buildtools/gcc/libcc1/
H A Dfindcomp.cc97 std::string::size_type colon = m_str.find(':', last_pos); local
100 if (colon == std::string::npos)
102 m_pos = colon;
103 result = m_str.substr(last_pos, colon);
107 m_pos = colon + 1;
108 result = m_str.substr(last_pos, colon - last_pos);
/haiku-buildtools/gcc/gcc/
H A Ddbgcnt.c102 const char *colon = strchr (arg, ':'); local
106 if (colon == NULL)
109 value = strtol (colon + 1, &endptr, 10);
111 if (endptr != NULL && endptr != colon + 1
112 && dbg_cnt_set_limit_by_name (arg, colon - arg, value))
/haiku-buildtools/binutils/gas/testsuite/gas/elf/
H A Dfile.d13 0+ l[ ]*df \*ABS\*[ ]+0+ :colon
/haiku-buildtools/binutils/gas/testsuite/gas/i386/ilp32/elf/
H A Dfile.d13 0+ l[ ]*df \*ABS\*[ ]+0+ :colon
/haiku-buildtools/jam/
H A Dexpand.c200 char *colon; local
215 if( colon = strchr( varname, MAGIC_COLON ) )
217 *colon = '\0';
218 var_edit_parse( colon + 1, &edits );
258 if( out == out_buf && !bracket && !colon && in == end )
271 if( !value && colon && edits.empty.ptr )
292 if( colon && edits.filemods )
297 if( colon && ( edits.upshift || edits.downshift ) )
305 if( colon && edits.join.ptr &&
/haiku-buildtools/binutils/gas/testsuite/gas/hppa/parse/
H A Dlabelbug.s14 ; operands if a label without a colon began a line, and the operands
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/hppa/parse/
H A Dlabelbug.s14 ; operands if a label without a colon began a line, and the operands
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dintdoc.c396 int colon; local
488 colon = (c[2] == ':') ? 2 : 3;
526 if ((c[colon + 1] >= '0')
527 && (c[colon + 1] <= '9'))
529 other_arg = c[colon + 1] - '0';
580 && (c[colon + 1] >= '0')
581 && (c[colon + 1] <= '9'))
613 && (c[colon + 1] == '*'))
622 for (argno = 0, argc = &c[colon + 3]; *argc != '\0'; ++argno)
H A Dintrin.c181 int colon = (c[2] == ':') ? 2 : 3;
208 for (argc = &c[colon + 3],
633 if (need_col || c[colon + 1] != '-')
640 arg = (c[colon + 1] == '*') ? ffebld_trail (arg) : NULL)
782 for (argno = 0, argc = &c[colon + 3],
872 switch (c[colon + 1])
878 if (argno != (c[colon + 1] - '0'))
1112 else if ((c[colon + 1] == '*') && commit)
1558 int colon;
1632 colon
180 int colon = (c[2] == ':') ? 2 : 3; local
1557 int colon; local
[all...]
H A Ddata.c504 ffebld colon = ffebld_right (next);
506 assert (colon != NULL);
563 ffedata_charoffset_ = ffedata_eval_substr_begin_ (ffebld_head (colon));
565 (ffebld_trail (colon)), ffedata_charoffset_,
1039 ffebld endval; // head(colon).
1076 ffebld endval; // head(trail(colon)).
503 ffebld colon = ffebld_right (next); local
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug274.go10 // statements and because the last token is a colon ":", no semicolon is
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dnodes.c719 int colon;
721 colon = string_in_line (":", line);
723 if (colon == -1)
727 subfile->filename = (char *)xmalloc (colon);
728 strncpy (subfile->filename, line, colon - 1);
729 subfile->filename[colon - 1] = '\0';
730 subfile->first_byte = (long) atol (line + colon);
716 int colon; local
/haiku-buildtools/legacy/binutils/gas/
H A Dstabs.c561 colon (sym);
643 colon (sym);
693 colon (sym);
H A Dsymbols.h57 symbolS *colon (const char *sym_name);
/haiku-buildtools/binutils/gas/
H A Dstabs.c561 colon (sym);
643 colon (sym);
694 colon (sym);
H A Dsymbols.h62 symbolS *colon (const char *sym_name);
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-mmix.c141 /* Should read insert a colon on something that starts in column 0 on
871 colon (fb_label_name (current_fb_label, 1));
874 colon (pending_label);
1007 colon (pending_label);
1058 colon (fb_label_name (current_fb_label, 0));
2962 label. Make GAS not handle label-without-colon on this line. We
3067 /* FIXME: Test-case for semi-colon in string. */
3102 /* If we're now looking at a semi-colon, then it's an end-of-line
3564 colon (mmix_raw_gregs[i].label);
4163 colon (fb_label_nam
[all...]

Completed in 245 milliseconds

123