Searched refs:show (Results 101 - 125 of 198) sorted by relevance

12345678

/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c1134 char show[ACS_LEN * 2 + 1]; local
1137 show[m++] = (char) n;
1138 show[m++] = (char) ChCharOf(real_map[n]);
1141 show[m] = 0;
1142 if (acs_chars == NULL || strcmp(acs_chars, show))
1149 : (strcmp(acs_chars, show)
1152 _nc_visbuf(show));
/freebsd-current/contrib/netbsd-tests/net/mcast/
H A Dmcast.c180 show(const char *prefix, const struct message *msg) function
294 show("sending", &msg);
335 show("got", &msg);
/freebsd-current/usr.sbin/lpr/common_source/
H A Ddisplayq.c221 * Note that a file in transit may show up in either queue.
444 * in and counted before calling show()
452 show(savedname, file, copycnt);
465 show(savedname, file, copycnt);
500 show(const char *nfile, const char *datafile, int copies) function
/freebsd-current/contrib/cortex-strings/scripts/
H A Dplot-sizes.py117 pylab.show()
/freebsd-current/sbin/dhclient/tests/
H A Dpcp.sh140 ngiface=$(ngctl show ${epair}a:lower.vlan0 | head -n 1 | awk '{ print $2}')
/freebsd-current/contrib/sqlite3/tea/
H A DMakefile.in178 --leak-check=yes --show-reachable=yes -v
320 svn info --show-item last-changed-revision >>$(srcdir)/manifest.uuid) || \
/freebsd-current/share/examples/jails/
H A Djib152 show \
333 jib_show_usage="show"
334 jib_show_descr="List possible NAME values for \`show NAME'"
335 jib_show1_usage="show NAME"
337 jib_show2_usage="show [NAME]"
/freebsd-current/bin/sh/
H A DMakefile17 mystring.c options.c output.c parser.c printf.c redir.c show.c \
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dkobject.h79 ssize_t (*show)(struct kobject *kobj, struct kobj_attribute *attr, member in struct:kobj_attribute
/freebsd-current/usr.sbin/kbdmap/
H A Dkbdmap.c62 static int show; variable
621 if (show) {
681 if (show) {
775 "[-l|-lang language]\n\t\t[-p|-print] [-r|-restore] [-s|-show] "
799 else if (!strcmp(argv[i], "-show") || !strcmp(argv[i], "-s"))
800 show = 1;
/freebsd-current/tools/build/
H A Dbeinstall.sh171 commit_time=$(git show -s --format='%ct' 2>/dev/null)
182 commit_ts="$( "$svn" info --show-item last-changed-date | sed -e 's/\..*//' -e 's/T/./' -e 's/-//g' -e s'/://g' )"
/freebsd-current/contrib/libfido2/fuzz/
H A DMakefile53 ${COV} show -format=html -tab-size=8 -instr-profile=/$< \
54 -ignore-filename-regex=pcsclite.h --show-branch-summary=false \
60 -ignore-filename-regex=pcsclite.h --show-branch-summary=false \
65 -ignore-filename-regex=pcsclite.h -show-functions \
66 --show-branch-summary=false -instr-profile=/$< \
/freebsd-current/share/dtrace/
H A Dblocking29 * going to sleep in the kernel, the script will show its name, PID, kernel
/freebsd-current/contrib/blocklist/libexec/
H A Dblacklistd-helper67 /sbin/ipfw show $rule >/dev/null 2>&1 || \
/freebsd-current/tests/sys/geom/class/union/
H A Dunion_test.sh163 gpt_entry_1=$(gpart show "/dev/${lowerdev}")
167 p1_start_sector="$(gpart show -p "/dev/${lowerdev}" | grep ${lowerdev}p1 | awk '{print $1}')"
178 gpt_entry_2=$(gpart show "/dev/${lowerdev}")
/freebsd-current/contrib/bmake/unit-tests/
H A Ddeptgt.mk42 # Just to show that a malformed expression is only expanded once in
/freebsd-current/tools/test/netfibs/
H A Dreflector.sh643 *) ipfw show ;;
661 *) ipfw show ;;
708 *) ipfw show ;;
716 "-i") _c=`ipfw show $((500 + i)) | awk '/ ipv6-icmp / { print $2 }'` ;;
717 "-u") _c=`ipfw show $((500 + i)) | awk '/ udp / { print $2 }'` ;;
718 *) _c=`ipfw show $((500 + i)) | awk '/ tcp / { print $2 }'` ;;
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-proc.c239 /* show the base taskq contents */
247 /* show the active list */
276 /* show the wait waitq list */
469 .show = slab_seq_show,
502 .show = taskq_all_seq_show,
509 .show = taskq_seq_show,
/freebsd-current/lib/libc/db/test/btree.tests/
H A Dmain.c77 void show(DB *, char **);
104 "sh", 1, 0, show, "show page", "dump a page",
702 show(db, argv) function
/freebsd-current/usr.sbin/rpc.lockd/
H A Dkern.c78 void show(LOCKD_MSG *);
175 show(&msg);
565 * show --
569 show(LOCKD_MSG *mp) function
/freebsd-current/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_proc.c180 s->seq_ops.show = afinfo->seq_show;
424 .show = sdpprf_show,
/freebsd-current/share/mk/
H A Dbsd.init.mk71 # Skip building, but don't show a warning.
/freebsd-current/contrib/libpcap/msdos/
H A Dpkt_rx1.s97 SHOW_RX ; show that a packet is received
/freebsd-current/tools/tools/nanobsd/
H A Dlegacy.sh188 gpart show ${MD}
/freebsd-current/usr.sbin/mfiutil/
H A Dmfi_patrol.c193 MFI_COMMAND(show, patrol, show_patrol);

Completed in 300 milliseconds

12345678