Searched refs:apath (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | amiga.c | 95 struct AnchorPath * apath; in wildcard_expansion() local 97 if ( (apath = AllocMem (sizeof (struct AnchorPath) + PATH_SIZE, in wildcard_expansion() 101 apath->ap_Strlen = PATH_SIZE; in wildcard_expansion() 103 if (MatchFirst (wc, apath) == 0) in wildcard_expansion() 107 o = variable_buffer_output (o, apath->ap_Buf, in wildcard_expansion() 108 strlen (apath->ap_Buf)); in wildcard_expansion() 110 } while (MatchNext (apath) == 0); in wildcard_expansion() 113 MatchEnd (apath); in wildcard_expansion() 114 FreeMem (apath, sizeof (struct AnchorPath) + PATH_SIZE); in wildcard_expansion()
|
H A D | function.c | 1882 abspath (const char *name, char *apath) in abspath() argument 1887 if (name[0] == '\0' || apath == NULL) in abspath() 1890 apath_limit = apath + GET_PATH_MAX; in abspath() 1898 strcpy (apath, starting_directory); in abspath() 1900 dest = strchr (apath, '\0'); in abspath() 1904 apath[0] = '/'; in abspath() 1905 dest = apath + 1; in abspath() 1929 if (dest > apath + 1) in abspath() 1947 if (dest > apath + 1 && dest[-1] == '/') in abspath() 1952 return apath; in abspath()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/doc/ |
H A D | gprofng.info | 75 * apath:: Our generic definition of a path. 487 Source file: <apath>/mxv.c 580 Source file: <apath>/mxv.c 1152 in the output have been shortened and replaced by the '<apath>' symbol 1160 <mxv-pthreads.exe> (<apath>/mxv-pthreads.exe) 1163 <libbfd-2.36.50.20210505.so> (<apath>/libbfd-2.36.50 <etc>) 1164 <libopcodes-2.36.50.20210505.so> (<apath>/libopcodes-2. <etc>) 1168 <libgp-collector.so> (<apath>/libgp-collector.so) 1187 Source File: <apath>/dispatcher.c 1189 Load Object: <apath>/libgp-collector.so [all …]
|
H A D | gprofng.texi | 158 * apath:: Our generic definition of a path. 630 Source file: <apath>/mxv.c 742 Source file: <apath>/mxv.c 1409 @IndexSubentry{Miscellaneous, @code{<apath>}} 1410 @code{<apath>} symbol that represents an absolute directory path. 1423 <mxv-pthreads.exe> (<apath>/mxv-pthreads.exe) 1426 <libbfd-2.36.50.20210505.so> (<apath>/libbfd-2.36.50 <etc>) 1427 <libopcodes-2.36.50.20210505.so> (<apath>/libopcodes-2. <etc>) 1431 <libgp-collector.so> (<apath>/libgp-collector.so) 1458 Source File: <apath>/dispatcher.c [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/doc/ |
H A D | gprofng_ug.texi | 152 * apath:: Our generic definition of a path. 666 Source file: <apath>/mxv.c 791 Source file: <apath>/src/mxv.c 1355 replaced @code{<apath>} for example. Textual changes are 1364 <apath>/archive.log <apath>/mxv.1.thr.er' 1368 Current working directory: <apath> 1539 @IndexSubentry{Miscellaneous, @code{<apath>}} 1540 @code{<apath>} symbol that represents an absolute directory path. 1553 <mxv-pthreads> (<apath>/mxv-pthreads) 1633 Source File: <apath>/src/mxv.c [all …]
|