Searched refs:_PATH_EMUL_AOUT (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/include/
H A Dpaths.h109 #define _PATH_EMUL_AOUT "/emul/aout/" macro
/netbsd-6-1-5-RELEASE/sbin/ldconfig/
H A Dshlib.c85 xmalloc(sizeof(_PATH_EMUL_AOUT) + strlen(name));
86 strcpy(search_dirs[n_search_dirs - 1], _PATH_EMUL_AOUT);
H A Dldconfig.c168 aout_conf = xmalloc(sizeof(_PATH_EMUL_AOUT) +
170 strcpy(aout_conf, _PATH_EMUL_AOUT);
232 if (!strncmp(dir, _PATH_EMUL_AOUT, sizeof(_PATH_EMUL_AOUT)-1))
/netbsd-6-1-5-RELEASE/tests/include/
H A Dt_paths.c105 { _PATH_EMUL_AOUT, PATH_DIR },

Completed in 143 milliseconds