Home
last modified time | relevance | path

Searched refs:PATH_SEP_CHAR (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/gprof/
H A Dsearch_list.h27 #define PATH_SEP_CHAR ';' macro
29 #define PATH_SEP_CHAR ':' macro
H A Dsearch_list.c38 colon = strchr (beg, PATH_SEP_CHAR); in search_list_append()
H A DChangeLog-9203704 * search_list.h (PATH_SEP_CHAR): Define.
706 * search_list.c (search_list_append): Use PATH_SEP_CHAR.
/openbsd-src/gnu/usr.bin/binutils/gprof/
H A Dsearch_list.h27 #define PATH_SEP_CHAR ';' macro
29 #define PATH_SEP_CHAR ':' macro
H A Dsearch_list.c40 colon = strchr (beg, PATH_SEP_CHAR);
H A DChangeLog-9203704 * search_list.h (PATH_SEP_CHAR): Define.
706 * search_list.c (search_list_append): Use PATH_SEP_CHAR.