HomeSort by: relevance | last modified time | path
    Searched refs:tempbase (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/libiberty/
pex-common.h 60 const char *tempbase; member in struct:pex_obj
pex-common.c 53 pex_init_common (int flags, const char *pname, const char *tempbase,
61 obj->tempbase = tempbase;
107 if (obj->tempbase == NULL)
113 int len = strlen (obj->tempbase);
117 && strcmp (obj->tempbase + len - 6, "XXXXXX") == 0)
118 name = xstrdup (obj->tempbase);
120 name = concat (obj->tempbase, "XXXXXX", NULL);
138 if (obj->tempbase == NULL)
141 name = concat (obj->tempbase, name, NULL)
    [all...]
pex-djgpp.c 72 pex_init (int flags, const char *pname, const char *tempbase)
76 return pex_init_common (flags, pname, tempbase, &funcs);
pex-msdos.c 83 pex_init (int flags, const char *pname, const char *tempbase)
91 ret = pex_init_common (flags, pname, tempbase, funcs);
  /src/external/gpl3/binutils.old/dist/libiberty/
pex-common.h 60 const char *tempbase; member in struct:pex_obj
pex-common.c 53 pex_init_common (int flags, const char *pname, const char *tempbase,
61 obj->tempbase = tempbase;
107 if (obj->tempbase == NULL)
113 int len = strlen (obj->tempbase);
117 && strcmp (obj->tempbase + len - 6, "XXXXXX") == 0)
118 name = xstrdup (obj->tempbase);
120 name = concat (obj->tempbase, "XXXXXX", NULL);
138 if (obj->tempbase == NULL)
141 name = concat (obj->tempbase, name, NULL)
    [all...]
pex-djgpp.c 72 pex_init (int flags, const char *pname, const char *tempbase)
76 return pex_init_common (flags, pname, tempbase, &funcs);
pex-msdos.c 83 pex_init (int flags, const char *pname, const char *tempbase)
91 ret = pex_init_common (flags, pname, tempbase, funcs);
  /src/external/gpl3/gcc/dist/libiberty/
pex-common.h 60 const char *tempbase; member in struct:pex_obj
pex-common.c 53 pex_init_common (int flags, const char *pname, const char *tempbase,
61 obj->tempbase = tempbase;
107 if (obj->tempbase == NULL)
113 int len = strlen (obj->tempbase);
117 && strcmp (obj->tempbase + len - 6, "XXXXXX") == 0)
118 name = xstrdup (obj->tempbase);
120 name = concat (obj->tempbase, "XXXXXX", NULL);
138 if (obj->tempbase == NULL)
141 name = concat (obj->tempbase, name, NULL)
    [all...]
pex-djgpp.c 72 pex_init (int flags, const char *pname, const char *tempbase)
76 return pex_init_common (flags, pname, tempbase, &funcs);
pex-msdos.c 83 pex_init (int flags, const char *pname, const char *tempbase)
91 ret = pex_init_common (flags, pname, tempbase, funcs);
  /src/external/gpl3/gcc.old/dist/libiberty/
pex-common.h 60 const char *tempbase; member in struct:pex_obj
pex-common.c 53 pex_init_common (int flags, const char *pname, const char *tempbase,
61 obj->tempbase = tempbase;
107 if (obj->tempbase == NULL)
113 int len = strlen (obj->tempbase);
117 && strcmp (obj->tempbase + len - 6, "XXXXXX") == 0)
118 name = xstrdup (obj->tempbase);
120 name = concat (obj->tempbase, "XXXXXX", NULL);
138 if (obj->tempbase == NULL)
141 name = concat (obj->tempbase, name, NULL)
    [all...]
pex-djgpp.c 72 pex_init (int flags, const char *pname, const char *tempbase)
76 return pex_init_common (flags, pname, tempbase, &funcs);
pex-msdos.c 83 pex_init (int flags, const char *pname, const char *tempbase)
91 ret = pex_init_common (flags, pname, tempbase, funcs);
  /src/external/gpl3/gdb.old/dist/libiberty/
pex-common.h 60 const char *tempbase; member in struct:pex_obj
pex-common.c 53 pex_init_common (int flags, const char *pname, const char *tempbase,
61 obj->tempbase = tempbase;
107 if (obj->tempbase == NULL)
113 int len = strlen (obj->tempbase);
117 && strcmp (obj->tempbase + len - 6, "XXXXXX") == 0)
118 name = xstrdup (obj->tempbase);
120 name = concat (obj->tempbase, "XXXXXX", NULL);
138 if (obj->tempbase == NULL)
141 name = concat (obj->tempbase, name, NULL)
    [all...]
pex-djgpp.c 72 pex_init (int flags, const char *pname, const char *tempbase)
76 return pex_init_common (flags, pname, tempbase, &funcs);
pex-msdos.c 83 pex_init (int flags, const char *pname, const char *tempbase)
91 ret = pex_init_common (flags, pname, tempbase, funcs);
  /src/external/gpl3/gdb/dist/libiberty/
pex-common.h 60 const char *tempbase; member in struct:pex_obj
pex-common.c 53 pex_init_common (int flags, const char *pname, const char *tempbase,
61 obj->tempbase = tempbase;
107 if (obj->tempbase == NULL)
113 int len = strlen (obj->tempbase);
117 && strcmp (obj->tempbase + len - 6, "XXXXXX") == 0)
118 name = xstrdup (obj->tempbase);
120 name = concat (obj->tempbase, "XXXXXX", NULL);
138 if (obj->tempbase == NULL)
141 name = concat (obj->tempbase, name, NULL)
    [all...]
pex-djgpp.c 72 pex_init (int flags, const char *pname, const char *tempbase)
76 return pex_init_common (flags, pname, tempbase, &funcs);
pex-msdos.c 83 pex_init (int flags, const char *pname, const char *tempbase)
91 ret = pex_init_common (flags, pname, tempbase, funcs);
  /src/bin/pax/
pax.c 114 char *tempbase; /* basename of tempfile to use for mkstemp(3) */ variable
297 tempbase = tempfile + tdlen;
298 *tempbase++ = '/';

Completed in 26 milliseconds

1 2