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

/haiku-buildtools/gcc/gmp/mpq/
H A Dset_str.c33 const char *slash; local
38 slash = strchr (str, '/');
39 if (slash == NULL)
47 numlen = slash - str;
57 return mpz_set_str (mpq_denref(q), slash+1, base);
/haiku-buildtools/gcc/gmp/printf/
H A Ddoprnti.c49 const char *slash, *showbase; local
65 slash = strchr (s, '/');
80 if (slash == NULL
81 || (p->showbase == DOPRNT_SHOWBASE_NONZERO && slash[1] == '0'))
114 ASSERT (slash != NULL);
115 slashlen = slash+1 - s;
116 DOPRNT_MEMORY (s, slashlen); /* numerator and slash */
/haiku-buildtools/binutils/gas/testsuite/gas/elf/
H A Dfile.d17 0+ l[ ]*df \*ABS\*[ ]+0+ slash/data
/haiku-buildtools/binutils/gas/testsuite/gas/i386/ilp32/elf/
H A Dfile.d17 0+ l[ ]*df \*ABS\*[ ]+0+ slash/data
/haiku-buildtools/legacy/binutils/binutils/
H A Dbucomm.c400 char *slash = strrchr (filename, '/');
406 if (slash == NULL || (bslash != NULL && bslash > slash))
407 slash = bslash;
408 if (slash == NULL && filename[0] != '\0' && filename[1] == ':')
409 slash = filename + 1;
413 if (slash != (char *) NULL)
417 c = *slash;
418 *slash = 0;
422 /* If tmpname is "X:", appending a slash wil
396 char *slash = strrchr (filename, '/'); local
[all...]
H A Ddllwrap.c246 const char *slash; local
250 slash = NULL;
262 slash = cp;
274 if (slash != NULL && cmd == NULL)
277 cmd = look_for_prog (name, prog_name, slash - prog_name + 1);
H A Ddlltool.c3416 char *dash, *slash, *cp; local
3419 slash = NULL;
3430 slash = cp;
3444 if (slash != NULL && cmd == NULL)
3448 cmd = look_for_prog (prog_name, program_name, slash - program_name + 1);
/haiku-buildtools/binutils/binutils/
H A Dbucomm.c475 const char *slash = strrchr (path, '/');
484 if (slash == NULL || (bslash != NULL && bslash > slash))
485 slash = bslash;
486 if (slash == NULL && path[0] != '\0' && path[1] == ':')
487 slash = path + 1;
491 if (slash != (char *) NULL)
493 len = slash - path;
498 /* If tmpname is "X:", appending a slash will make it a root
471 const char *slash = strrchr (path, '/'); local
H A Ddllwrap.c248 const char *slash; local
252 slash = NULL;
264 slash = cp;
276 if (slash != NULL && cmd == NULL)
279 cmd = look_for_prog (name, prog_name, slash - prog_name + 1);
H A Ddlltool.c4427 char *dash, *slash, *cp;
4430 slash = NULL;
4441 slash = cp;
4455 if (slash != NULL && cmd == NULL)
4459 cmd = look_for_prog (prog_name, program_name, slash - program_name + 1);
4426 char *dash, *slash, *cp; local
/haiku-buildtools/legacy/binutils/ld/
H A Dldfile.c48 static char * slash = ""; variable
51 static char * slash = "\\"; variable
53 static char * slash = "/"; variable
345 + strlen (slash)
353 sprintf (string, "%s%s%s%s%s%s", search->name, slash,
356 sprintf (string, "%s%s%s", search->name, slash, entry->filename);
479 sprintf (buffer, "%s%s%s", search->name, slash, name);
/haiku-buildtools/legacy/binutils/gprof/
H A Dsym_ids.c173 char *slash;
177 slash = strchr (id->spec, '/');
178 if (slash)
180 parse_spec (slash + 1, &id->right.sym);
181 *slash = '\0';
172 char *slash; local
/haiku-buildtools/binutils/gprof/
H A Dsym_ids.c176 char *slash;
180 slash = strchr (id->spec, '/');
181 if (slash)
183 parse_spec (slash + 1, &id->right.sym);
184 *slash = '\0';
175 char *slash; local
/haiku-buildtools/binutils/ld/
H A Dldfile.c48 static char *slash = ""; variable
51 static char *slash = "\\"; variable
53 static char *slash = "/"; variable
368 string = concat (search->name, slash, lib, entry->filename,
371 string = concat (search->name, slash, entry->filename,
573 path = concat (search->name, slash, name, (const char *) NULL);
/haiku-buildtools/binutils/gold/
H A Dmain.cc99 size_t slash = filename_str.rfind('/'); local
100 if (slash != std::string::npos)
101 filename_str = filename_str.c_str() + slash + 1;
H A Dscript.cc391 // forward slash, backslash, and tilde. Tilde is the tricky case
2680 const char* slash = strrchr(closure->filename(), '/'); local
2681 if (slash != NULL)
2684 slash - closure->filename() + 1);
/haiku-buildtools/gcc/gcc/
H A Dread-rtl.c1276 const char *slash;
1277 for (slash = fn; *slash; slash ++)
1278 if (*slash == '/' || *slash == '\\' || *slash == ':')
1279 fn = slash + 1;
1274 const char *slash; local
H A Dgcov.c1912 int slash = 0;
1950 dd_base = ptr + 2 + slash;
1955 slash = ptr != result;
1961 if (slash)
1965 slash = 1;
1910 int slash = 0; local
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-h8300.c1842 char *slash = 0; local
1862 else if (*op_end == '/' && ! slash)
1863 slash = op_end;
1876 if (slash)
1877 while (*++slash)
1878 *slash = TOLOWER (*slash);
H A Dtc-alpha.c4886 const char *name, *retval, *slash;
4899 if ((slash = strchr (name, '/')) != NULL)
4903 memcpy (p, name, slash - name);
4904 strcpy (p + (slash - name), slash + 1);
4873 const char *name, *retval, *slash; local
/haiku-buildtools/binutils/gas/config/
H A Dtc-h8300.c1934 char *slash = 0; local
1954 else if (*op_end == '/' && ! slash)
1955 slash = op_end;
1968 if (slash)
1969 while (*++slash)
1970 *slash = TOLOWER (*slash);
H A Dtc-alpha.c5439 const char *name, *retval, *slash;
5452 if ((slash = strchr (name, '/')) != NULL)
5456 memcpy (p, name, slash - name);
5457 strcpy (p + (slash - name), slash + 1);
5426 const char *name, *retval, *slash; local
/haiku-buildtools/legacy/gcc/gcc/java/
H A Djcf-write.c2977 const char *dname, *slash;
2990 slash = strrchr (dname, DIR_SEPARATOR);
2991 if (! slash)
2994 slash = dname + 1;
3003 slash = dname + strlen (dname);
3006 r = xmalloc (slash - dname + strlen (cname) + 2);
3007 strncpy (r, dname, slash - dname);
3008 r[slash - dname] = DIR_SEPARATOR;
3009 strcpy (&r[slash - dname + 1], cname);
3017 dname = r + (slash
2973 const char *dname, *slash; local
[all...]
/haiku-buildtools/isl/
H A Disl_arg.c593 const char *slash; local
595 slash = strrchr(prog, '/');
596 if (slash)
597 prog = slash + 1;
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dstb.c282 bool slash; /* TRUE if OPEN_ARRAY, FALSE if OPEN_PAREN. */ member in struct:ffestb_local_u_::__anon3256
9012 close-paren but preceded by slash), and quoted strings. */
11569 ffestb_local_.interface.slash = TRUE; /* Slash follows open paren. */
11581 ffestb_local_.interface.slash = FALSE; /* Slash doesn't follow. */
11631 if (ffestb_local_.interface.slash)
11636 if (ffestb_local_.interface.slash)
11642 if (ffestb_local_.interface.slash)
11648 if (ffestb_local_.interface.slash)
11654 if (ffestb_local_.interface.slash)
11660 if (ffestb_local_.interface.slash)
[all...]

Completed in 207 milliseconds