Searched refs:show (Results 126 - 150 of 198) sorted by relevance

12345678

/freebsd-current/usr.sbin/lpr/common_source/
H A Dlp.h307 void show(const char *_nfile, const char *_datafile, int _copies);
/freebsd-current/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in411 -h show help
425 -v Verbose - show debug messages (cannot be used with -q)
/freebsd-current/contrib/dialog/
H A Dmenubox.c78 const char *show = (dialog_vars.no_items local
130 dlg_print_listitem(win, show, my_width - my_x, first, selected);
H A Dchecklist.c68 const char *show = (dialog_vars.no_items local
92 dlg_print_listitem(win, show, climit, first, selected);
364 /* ensure we are scrolled to show the current choice */
H A Dutil.c1121 * It works for ncurses. Other curses implementations show only blanks (Tru64)
1180 /* if the text is incomplete, or we have scrolled, show the percentage */
1217 dlg_check_scrolled(int key, int last, int page, bool * show, int *offset) argument
1221 *show = FALSE;
1227 *show = TRUE;
1233 *show = TRUE;
1239 *show = TRUE;
1245 *show = TRUE;
1253 *show = TRUE;
1261 *show
[all...]
H A Dtreeview.c65 const char *show = (dialog_vars.no_items local
92 dlg_print_listitem(win, show, climit, first, selected);
337 /* ensure we are scrolled to show the current choice */
/freebsd-current/usr.sbin/mfiutil/
H A Dmfi_evt.c74 warnx("show logstate: extra arguments");
103 MFI_COMMAND(show, logstate, show_logstate);
624 warnx("show events: extra arguments");
703 MFI_COMMAND(show, events, show_events);
/freebsd-current/sys/contrib/openzfs/scripts/
H A Dzfs-tests.sh317 -D Debug; show all test output immediately (noisy)
617 TEST_LOOPBACK=$(sudo "${LOSETUP}" --show -f "${TEST_FILE}") ||
/freebsd-current/usr.sbin/adduser/
H A Dadduser.sh774 if ! ${PWCMD} show group $ulogingroup > /dev/null 2>&1; then
785 if ! ${PWCMD} show group $i > /dev/null 2>&1; then
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Ddevice.h142 ssize_t (*show)(struct class *, struct class_attribute *, char *); member in struct:class_attribute
153 ssize_t (*show)(struct device *, member in struct:device_attribute
/freebsd-current/tools/boot/
H A Dinstall-boot.sh29 gpart show $dev | tail +2 | awk '$4 == "'$part'" { print $3; }'
/freebsd-current/stand/common/
H A Dcommands.c254 * XXX set/show should become set/echo if we have variable
258 COMMAND_SET(show, "show", "show variable(s)", command_show);
460 COMMAND_SET(more, "more", "show contents of a file", command_more);
/freebsd-current/usr.sbin/sesutil/
H A Dsesutil.c72 static int show(int argc, char **argv);
91 { "show", "",
92 "Print a human-friendly summary of the enclosure", show } ,
551 * Get rid of the 'passN' devices, unless there's nothing else to show.
684 /* No temperature to show. */
705 /* No voltage to show. */
717 show(int argc, char **argv __unused) function
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c189 if (dattr->show)
190 error = dattr->show(container_of(kobj, struct class, kobj),
221 .show = linux_class_show,
251 if (dattr->show)
252 error = dattr->show(container_of(kobj, struct device, kobj),
273 .show = linux_dev_show,
/freebsd-current/tools/test/netfibs/
H A Dforwarding.sh551 *) ipfw show ;;
570 i) _c=`ipfw show $((${base} + i)) | \
572 t) _c=`ipfw show $((${base} + i)) | \
574 u) _c=`ipfw show $((${base} + i)) | \
/freebsd-current/sys/contrib/dev/iwlwifi/fw/
H A Ddebugfs.c364 .show = iwl_dbgfs_fw_info_seq_show,
/freebsd-current/sys/dev/vt/
H A Dvt.h440 void vt_mouse_state(int show);
/freebsd-current/contrib/libpcap/msdos/
H A Dpkt_rx0.asm146 SHOW_RX ; show that a packet is received
/freebsd-current/contrib/sendmail/contrib/
H A Dexpn.pl1297 to show each address before
1303 to show you its conversations with the mail daemons.
/freebsd-current/usr.sbin/etcupdate/
H A Detcupdate.sh953 (df) diff-full - show all changes made to merged file
958 (h) help - show this list
/freebsd-current/stand/lua/
H A Dcli.lua174 cli["show-module-options"] = function()
/freebsd-current/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c462 int (*show)(struct seq_file *f, void *p),
467 (void) module, (void) submodule, (void) name, (void) mode, (void) show,
/freebsd-current/tools/tools/shlib-compat/
H A Dshlib-compat.py115 def show(self, name): member in class:Cache.CacheStats
1153 print(Dwarf.cmpcache.stats.show('Cmp'))
1154 print(DwarfdumpParser.tagcache_stats.show('Dwarf tag'))
/freebsd-current/contrib/netbsd-tests/net/if_gif/
H A Dt_gif.sh212 rump.route -nL show
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_sysfs.c96 * The show function is used to provide the content
213 zkobj->zko_sysfs_ops.show = show_func;

Completed in 338 milliseconds

12345678