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

  /src/crypto/dist/ipsec-tools/src/racoon/
policy.h 118 #define KEY_SETSECSPIDX(_dir, s, d, ps, pd, ulp, _priority, _created, idx) \
121 (idx)->dir = (_dir); \
131 #define KEY_SETSECSPIDX(_dir, s, d, ps, pd, ulp, _created, idx) \
134 (idx)->dir = (_dir); \
  /src/external/bsd/tcpdump/dist/cmake/Modules/
FindPCAP.cmake 304 string(REGEX REPLACE "-I" "" _dir ${_arg})
311 NOT "${_dir}" STREQUAL /usr/local/include)
313 list(APPEND CONFIG_PCAP_INCLUDE_DIRS ${_dir})
337 string(REGEX REPLACE "-L" "" _dir ${_arg})
344 NOT "${_dir}" STREQUAL /usr/local/lib)
346 list(APPEND CONFIG_PCAP_LIBRARY_DIRS ${_dir})
372 string(REGEX REPLACE "-L" "" _dir ${_arg})
379 NOT "${_dir}" STREQUAL /usr/local/lib)
381 list(APPEND CONFIG_PCAP_STATIC_LIBRARY_DIRS ${_dir})
  /src/external/mit/xorg/share/nls/
Makefile 63 .for _dir in ${SUBDIR}
64 mkdir ${.CURDIR}/${_dir}
65 printf '# $$NetBSD: Makefile,v 1.6 2021/04/27 06:50:26 mrg Exp $$\n\nNLS_SUBDIR= ${_dir}\n\n.include "../Makefile.nls"\n' > ${.CURDIR}/${_dir}/Makefile
  /src/external/bsd/atf/dist/atf-sh/
libatf-sh.subr 487 for _dir in ${PATH}
489 if [ -x ${_dir}/${_prog} ]; then
491 echo ${_dir}/${_prog}
  /src/external/bsd/file/lib/
Makefile 16 .for _lib _dir in ${LIBDPLIBS}
  /src/external/mit/xorg/server/xorg-server/include/
Makefile 14 .for _dir in ${XORGINC_SUBDIR}
15 .PATH: ${XORGSRC}/${_dir}
18 .for _dir in ${XF86_SUBDIR}
19 .PATH: ${XORGSRC}/hw/xfree86/${_dir}
  /src/external/mit/xorg/server/xorg-server.old/include/
Makefile 13 .for _dir in ${XORGINC_SUBDIR}
14 .PATH: ${XORGSRC}/${_dir}
17 .for _dir in ${XF86_SUBDIR}
18 .PATH: ${XORGSRC}/hw/xfree86/${_dir}
  /src/distrib/miniroot/
install.sub 146 local _dir
149 _dir=$1; shift
152 if [ -f $_dir/${_file}.tar.gz ]; then
156 if [ -f $_dir/${_file}.tgz ]; then
160 if [ -f $_dir/${_file}.tar ]; then
164 if [ -f $_dir/${_file}${VERSION}.aa ]; then
184 local _dir
187 _dir=
196 echo -n "Enter the pathname where the sets are stored [$_dir] "
197 getresp "$_dir"
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/
Makefile 140 .for _dir _srcfile in \
146 ${_dir}_${_srcfile}: #Makefile
147 echo '#include "'${_dir}/${_srcfile}'"' > ${.TARGET}
149 SRCS+= ${_dir}_${_srcfile}
150 CLEANFILES+= ${_dir}_${_srcfile}
  /src/share/mk/
bsd.lua.mk 84 .for _lib _dir in ${LUA_DPLIBS}
86 LIBDO.${_lib}!= cd "${_dir}" && ${PRINTOBJDIR}
bsd.prog.mk 400 . for _lib _dir in ${PROGDPLIBS}
402 LIBDO.${_lib}!= cd "${_dir}" && ${PRINTOBJDIR}
bsd.lib.mk 74 . for _lib _dir in ${LIBDPLIBS}
76 LIBDO.${_lib}!= cd "${_dir}" && ${PRINTOBJDIR}
bsd.own.mk 1928 .for _dir in \
1960 X11SRCDIR.${_dir}?= ${X11SRCDIRMIT}/${_dir}/dist
  /src/external/bsd/libarchive/lib/libarchive/
Makefile 19 .for _lib _dir in ${LIBDPLIBS}
  /src/external/gpl3/binutils/dist/bfd/
elf32-m68k.c 2523 struct elf_link_hash_entry *_dir,
2529 _bfd_elf_link_hash_copy_indirect (info, _dir, _ind);
2534 dir = elf_m68k_hash_entry (_dir);
2539 _dir->non_got_ref |= _ind->non_got_ref;
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-m68k.c 2524 struct elf_link_hash_entry *_dir,
2530 _bfd_elf_link_hash_copy_indirect (info, _dir, _ind);
2535 dir = elf_m68k_hash_entry (_dir);
2540 _dir->non_got_ref |= _ind->non_got_ref;
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-m68k.c 2524 struct elf_link_hash_entry *_dir,
2530 _bfd_elf_link_hash_copy_indirect (info, _dir, _ind);
2535 dir = elf_m68k_hash_entry (_dir);
2540 _dir->non_got_ref |= _ind->non_got_ref;
  /src/external/gpl3/gdb/dist/bfd/
elf32-m68k.c 2524 struct elf_link_hash_entry *_dir,
2530 _bfd_elf_link_hash_copy_indirect (info, _dir, _ind);
2535 dir = elf_m68k_hash_entry (_dir);
2540 _dir->non_got_ref |= _ind->non_got_ref;

Completed in 66 milliseconds