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

/freebsd-9.3-release/sys/dev/aic7xxx/aicasm/
H A Daicasm.c208 path_entry_t include_dir; local
217 for (include_dir = SLIST_FIRST(&search_path);
218 include_dir != NULL;
219 include_dir = SLIST_NEXT(include_dir,
226 include_dir->quoted_includes_only = 1;
228 include_dir =
229 (path_entry_t)malloc(sizeof(*include_dir));
230 if (include_dir == NULL) {
234 include_dir
[all...]
/freebsd-9.3-release/usr.bin/kdump/
H A Dmksubr53 include_dir=$1
78 $include_dir/$file | \
111 $include_dir/$file | \
143 $include_dir/$file | \
475 $include_dir/sys/fcntl.h | \
524 $include_dir/sys/mman.h | grep -v MAP_ALIGNED | \
558 $include_dir/sys/rtprio.h | grep -v RTP_PRIO | \
589 egrep "^#[[:space:]]*define[[:space:]]+MSG_[A-Z]+[[:space:]]+0x[0-9]+[[:space:]]*" $include_dir/sys/socket.h | \
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_introspect.c71 const struct wpa_dbus_argument *args, int include_dir)
82 include_dir ? (arg->dir == ARG_IN ? "in" : "out") :
70 add_entry(struct wpabuf *xml, const char *type, const char *name, const struct wpa_dbus_argument *args, int include_dir) argument
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddwarf2read.c5133 add_include_dir (struct line_header *lh, char *include_dir) argument
5150 lh->include_dirs[lh->num_include_dirs++] = include_dir;

Completed in 141 milliseconds