Searched refs:hide (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/usr.bin/finger/
H A Dextern.h52 int hide(struct passwd *);
H A Dfinger.c250 if (hide(pw))
345 if (((pw = getpwnam(*p)) != NULL) && !hide(pw))
357 else if (match(pw, *p) && !hide(pw)) {
H A Dutil.c200 if ((pw = getpwnam(name)) && hide(pw))
386 * If ~<user>/.nofinger exists, return 1 (hide), else return 0 (nohide).
387 * Nobody can hide from root.
391 hide(struct passwd *pw) function
/freebsd-10-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_conf.mk31 $(hide) WIFI_DRIVER_SOCKET_IFACE="$(PRIVATE_WIFI_DRIVER_SOCKET_IFACE)" \
/freebsd-10-stable/usr.sbin/crunch/crunchide/
H A Dcrunchide.c54 * solution is to not hide the symbol from the linker in this case,
213 int (*hide)(int, const char *); /* non-zero if error */ member in struct:__anon3
258 rv = (*exec_formats[i].hide)(fd, filename);
H A Dexec_elf32.c208 * It hides them by renaming them to "_$$hide$$ <filename> <symbolname>".
222 ELFNAMEEND(hide)(int fd, const char *fn) function
405 * "_$$hide$$ <filename> <symname><NUL>" ->
426 "_$$hide$$ %s %s", fn, symname) + 1;
/freebsd-10-stable/etc/defaults/
H A Ddevfs.rules23 add hide
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dprompt.c482 * If @a hide is true, then try to avoid displaying the user's input.
487 svn_boolean_t hide,
501 SVN_ERR(terminal_open(&terminal, hide, pool));
933 return prompt(result, prompt_str, FALSE /* don't hide input */,
483 prompt(const char **result, const char *prompt_msg, svn_boolean_t hide, svn_cmdline_prompt_baton2_t *pb, apr_pool_t *pool) argument
/freebsd-10-stable/tools/sched/
H A Dschedgraph.py264 graph.hide(self.name)
507 self.add_command(label="hide", command=self.hide)
508 self.add_command(label="hide group", command=self.hidegroup)
512 def hide(self): member in class:SourceContext
1284 def hide(self, tag): member in class:SchedDisplay
1513 # Optimized source hide of multiple entries that only moves each
1617 def hide(self, tag): member in class:SchedGraph
1618 self.display.hide(tag)
/freebsd-10-stable/sys/boot/pc98/boot0.5/
H A Dselector.s184 # Show/hide cursor

Completed in 192 milliseconds