HomeSort by: relevance | last modified time | path
    Searched refs:apath (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/gmake/dist/
amiga.c 95 struct AnchorPath * apath; local
97 if ( (apath = AllocMem (sizeof (struct AnchorPath) + PATH_SIZE,
101 apath->ap_Strlen = PATH_SIZE;
103 if (MatchFirst (wc, apath) == 0)
107 o = variable_buffer_output (o, apath->ap_Buf,
108 strlen (apath->ap_Buf));
110 } while (MatchNext (apath) == 0);
113 MatchEnd (apath);
114 FreeMem (apath, sizeof (struct AnchorPath) + PATH_SIZE);
function.c 1890 abspath (const char *name, char *apath)
1895 if (name[0] == '\0' || apath == NULL)
1898 apath_limit = apath + GET_PATH_MAX;
1906 strcpy (apath, starting_directory);
1908 dest = strchr (apath, '\0');
1912 apath[0] = '/';
1913 dest = apath + 1;
1937 if (dest > apath + 1)
1955 if (dest > apath + 1 && dest[-1] == '/')
1960 return apath;
    [all...]
  /src/crypto/external/bsd/openssh/dist/
servconf.c 313 char *apath = derelativise_path(path); local
317 &options->num_host_key_files, apath, userprovided);
318 free(apath);
325 char *apath = derelativise_path(path); local
328 &options->host_cert_files, &options->num_host_cert_files, apath);
329 free(apath);

Completed in 19 milliseconds