Searched refs:show (Results 51 - 75 of 198) sorted by relevance

12345678

/freebsd-current/contrib/bmake/unit-tests/
H A Dcmdline.mk24 @${MAKE_CMD} MAKEOBJDIR=${DIR2} show-objdir
34 @${MAKE_CMD} MAKEOBJDIR='$${TMPBASE}/$${SUB2}' show-objdir
36 show-objdir:
H A Dvarcmd.exp10 show-v v=override k=override
H A Ddirective-export-impl.mk31 # These flags do not show up anywhere, not even in the debug log.
47 # These flags do not show up anywhere though, not even in the debug log.
/freebsd-current/contrib/openpam/
H A DMakefile.am37 llvm-cov@clang_ver@ show \
/freebsd-current/tools/tools/git/
H A Dgit-arc.sh216 diff=$(git show -s --format=%B "$commit" |
256 title=$(git show -s --format=%s "$commit")
283 git show -s --format='%B' "$commit" > "$msg"
365 git show "$commit"
420 git --no-pager show --oneline --no-patch "$commit"
446 chash=$(git show -s --format='%C(auto)%h' "$commit")
457 title=$(git show -s --format=%s "$commit")
659 git show -s --format=%B "$commit" > "$tmp"
660 title=$(git show -s --format=%s "$commit")
670 author=$(git show
[all...]
H A Darcgit62 echo "Create review for '`git show $commit -s --oneline`'"
74 git show -s --format='%B' HEAD > $arc_msg
90 headline="$(git show $commit -s --format=%s)"
196 orig_branch=$(git show -s --pretty='%H' HEAD)
H A Dmfc-candidates.sh145 if ! git show --pretty=%H --no-patch $hash; then
/freebsd-current/contrib/cortex-strings/scripts/
H A Dplot-top.py58 pylab.show()
H A Dplot-align.py64 pylab.show()
/freebsd-current/share/examples/jails/
H A Djng153 show \
345 new=$( set -- `ngctl show -n "$iface$bridge:link$num"` &&
402 jng_show_usage="show"
403 jng_show_descr="List possible NAME values for \`show NAME'"
404 jng_show1_usage="show NAME"
406 jng_show2_usage="show [NAME]"
419 xargs -rn1 -Ibridge ngctl show bridge: |
466 ngctl show $eiface: | awk '
/freebsd-current/tools/tools/nanobsd/rescue/Files/root/
H A DGPT4ZFS_Create.sh49 gpart show $dsk
/freebsd-current/tests/sys/common/
H A Dsender.py108 pkt.show()
110 fwd_pkt.show()
187 pkt.show()
189 fwd_pkt.show()
/freebsd-current/tools/build/options/
H A Dmakeman106 # usage: show { settings | with | without } ...
108 show() function
291 show settings SRC_ENV_CONF=/dev/null | sort > $t/config_default
296 show with SRC_ENV_CONF=/dev/null | sort | sed 's/$/=/' > $t/src.conf
297 show settings SRC_ENV_CONF=$t/src.conf | sort > $t/config_WITH_ALL
298 show without SRC_ENV_CONF=/dev/null | sort > $t/config_WITHOUT_ALL
318 show settings SRC_ENV_CONF=$t/src.conf -D${opt} | sort > $t/config_WITH_ALL_${opt}
322 show settings SRC_ENV_CONF=$t/src.conf -D${opt} | sort > $t/config_WITHOUT_ALL_${opt}
329 show settings SRC_ENV_CONF=/dev/null -D${opt} | sort > $t/config_${opt}
/freebsd-current/libexec/rc/rc.d/
H A Dipfw_netflow45 ngctl show netflow: > /dev/null 2>&1 && return 0 || return 1
/freebsd-current/usr.bin/tail/
H A Dforward.c60 static int show(file_info_t *);
238 show(file_info_t *file) function
366 show(file);
381 show(file);
394 if (file->fp && !show(file))
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dsysfs.h41 ssize_t (*show)(struct kobject *, struct attribute *, char *); member in struct:sysfs_ops
55 .show = _show, .store = _store, \
59 .show = _name##_show, \
100 if (ops->show) {
101 len = ops->show(kobj, attr, buf);
103 * It's valid to not have a 'show' so just return an
H A Dseq_file.h66 int (*show) (struct seq_file *m, void *v); member in struct:seq_operations
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dlib_raw.c412 #define is_TEST(show,what) \
414 NCURSES_SP_NAME(show) (NCURSES_SP_DCL0) \
426 #define is_TEST(show) \
428 show(void) \
430 return NCURSES_SP_NAME(show) (CURRENT_SCREEN); \
/freebsd-current/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_sysfs.c164 ssize_t (*show)(struct device *dev,
176 vdentry->dentry.show = show;
187 if (vdentry->dentry.show)
396 ssize_t (*show)(struct mlx4_port *, struct port_attribute *, char *buf); member in struct:port_attribute
408 if (!port_attr->show)
410 return port_attr->show(p, port_attr, buf);
427 .show = port_attr_show,
498 alloc_group_attrs(ssize_t (*show)(struct mlx4_port *,
530 element->attr.show
[all...]
/freebsd-current/contrib/netbsd-tests/net/icmp/
H A Dt_icmp6_redirect.sh127 $DEBUG && rump.route show -inet6
133 $DEBUG && rump.route show -inet6
/freebsd-current/share/examples/ppp/
H A Dlogin-auth62 entry .p.value -show "*" -width $vwidth;
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_procfs_list.c103 int (*show)(struct seq_file *f, void *p),
114 procfs_list->pl_show = show;
/freebsd-current/contrib/arm-optimized-routines/math/tools/
H A Dplot.py58 plt.show()
/freebsd-current/usr.bin/morse/
H A Dmorse.c265 static void show(const char *), play(const char *), morse(char);
477 show("");
489 show(m->morse);
495 show(const char *s) function
/freebsd-current/tests/sys/netinet/
H A Digmp.py62 r.show()

Completed in 379 milliseconds

12345678