Home
last modified time | relevance | path

Searched refs:hide (Results 1 – 25 of 95) sorted by relevance

1234

/freebsd-12.1/stand/libsa/geli/
H A Dpwgets.c42 pwgets(char *buf, int n, int hide) in pwgets() argument
58 if (hide == 0) { in pwgets()
73 if (hide == 0) { in pwgets()
H A Dgeliboot.h53 extern void pwgets(char *buf, int n, int hide);
/freebsd-12.1/contrib/libxo/xohtml/external/
H A Djquery.qtip.js376 opts.hide = opts.hide.jquery ? { target: opts.hide } : { event: opts.hide };
1283 this.timers.hide = setTimeout(callback, this.options.hide.delay);
1294 $.proxy(function(){ this.hide(event); }, this), this.options.hide.inactive
1358 this.hide(event);
1404 this.hide(event);
1434 this.hide(event);
1478 this.hide(event);
1591 if(config.hide.target === FALSE) { config.hide.target = newTarget; }
1712 targets = { show: options.show.target, hide: options.hide.target }; property
1897 hide: { property
[all …]
/freebsd-12.1/contrib/openmp/runtime/src/
H A DextractExternal.cpp292 void hideSymbols(char *fileName, const set<string> &hide) { in hideSymbols() argument
330 (e.storageClass == 2 && hide.find(s) != hide.end()) ? prefix + s : s); in hideSymbols()
360 (e.storageClass == 2 && hide.find(s) != hide.end()) ? prefix + s : s); in hideSymbols()
459 set<string> hide; in main() local
470 hide.insert(*it2); in main()
477 hideSymbols(argv[2 + i], hide); in main()
482 hideSymbols(argv[i], hide); in main()
/freebsd-12.1/contrib/libxo/xohtml/
H A Dxohtml.js38 xpath.hide();
46 hide: { property
/freebsd-12.1/usr.bin/finger/
H A Dfinger.c252 if (hide(pw)) in loginlist()
347 if (((pw = getpwnam(*p)) != NULL) && !hide(pw)) in userlist()
359 else if (match(pw, *p) && !hide(pw)) { in userlist()
H A Dextern.h54 int hide(struct passwd *);
H A Dutil.c202 if ((pw = getpwnam(name)) && hide(pw)) in find_person()
393 hide(struct passwd *pw) in hide() function
/freebsd-12.1/stand/ficl/softwords/
H A Dsoftcore.fr133 \ hide
134 \ <definitions to hide>
140 : hide hidden dup >search ficl-set-current ;
156 hide
H A Dficllocal.fr12 hide
H A Difbrack.fr7 hide
H A Djhlocal.fr19 hide
/freebsd-12.1/usr.sbin/crunch/crunchide/
H A Dcrunchide.c212 int (*hide)(int, const char *); /* non-zero if error */ member
257 rv = (*exec_formats[i].hide)(fd, filename); in hide_syms()
H A Dexec_elf32.c224 ELFNAMEEND(hide)(int fd, const char *fn) in ELFNAMEEND() argument
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp157 DumpValueObjectOptions &DumpValueObjectOptions::SetHidePointerValue(bool hide) { in SetHidePointerValue() argument
158 m_hide_pointer_value = hide; in SetHidePointerValue()
/freebsd-12.1/contrib/gcc/config/i386/
H A Dt-gthr-win321 # We hide calls to w32api needed for w32 thread support here:
/freebsd-12.1/bin/sh/tests/execution/
H A Dkilled1.04 # Do not change the semicolon to a newline as it would hide the bug.
/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_conf.mk31 $(hide) WIFI_DRIVER_SOCKET_IFACE="$(PRIVATE_WIFI_DRIVER_SOCKET_IFACE)" \
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h113 DumpValueObjectOptions &SetHidePointerValue(bool hide = false);
/freebsd-12.1/sbin/devfs/
H A Ddevfs.rules23 add hide
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dprompt.c485 svn_boolean_t hide, in prompt() argument
499 SVN_ERR(terminal_open(&terminal, hide, pool)); in prompt()
/freebsd-12.1/tools/sched/
H A Dschedgraph.py265 graph.hide(self.name)
508 self.add_command(label="hide", command=self.hide)
513 def hide(self): member in SourceContext
1285 def hide(self, tag): member in SchedDisplay
1618 def hide(self, tag): member in SchedGraph
1619 self.display.hide(tag)
/freebsd-12.1/contrib/unbound/util/
H A Dconfiglexer.lex348 hide-identity{COLON} { YDVAR(1, VAR_HIDE_IDENTITY) }
349 hide-version{COLON} { YDVAR(1, VAR_HIDE_VERSION) }
350 hide-trustanchor{COLON} { YDVAR(1, VAR_HIDE_TRUSTANCHOR) }
/freebsd-12.1/usr.sbin/apmd/
H A DREADME200 current version was developed by KOIE Hidetaka <hide@koie.org>.
/freebsd-12.1/contrib/unbound/doc/
H A Dunbound.doxygen334 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
342 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
349 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
356 # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
473 # here it will be hidden. Use a value of 0 to hide initializers completely.
729 # doxygen to hide any special comment blocks from generated source code
1478 # If set to YES, the inheritance and collaboration graphs will hide

1234