| /freebsd-12.1/stand/libsa/geli/ |
| H A D | pwgets.c | 42 pwgets(char *buf, int n, int hide) in pwgets() argument 58 if (hide == 0) { in pwgets() 73 if (hide == 0) { in pwgets()
|
| H A D | geliboot.h | 53 extern void pwgets(char *buf, int n, int hide);
|
| /freebsd-12.1/contrib/libxo/xohtml/external/ |
| H A D | jquery.qtip.js | 376 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 D | extractExternal.cpp | 292 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 D | xohtml.js | 38 xpath.hide(); 46 hide: { property
|
| /freebsd-12.1/usr.bin/finger/ |
| H A D | finger.c | 252 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 D | extern.h | 54 int hide(struct passwd *);
|
| H A D | util.c | 202 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 D | softcore.fr | 133 \ hide 134 \ <definitions to hide> 140 : hide hidden dup >search ficl-set-current ; 156 hide
|
| H A D | ficllocal.fr | 12 hide
|
| H A D | ifbrack.fr | 7 hide
|
| H A D | jhlocal.fr | 19 hide
|
| /freebsd-12.1/usr.sbin/crunch/crunchide/ |
| H A D | crunchide.c | 212 int (*hide)(int, const char *); /* non-zero if error */ member 257 rv = (*exec_formats[i].hide)(fd, filename); in hide_syms()
|
| H A D | exec_elf32.c | 224 ELFNAMEEND(hide)(int fd, const char *fn) in ELFNAMEEND() argument
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | DumpValueObjectOptions.cpp | 157 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 D | t-gthr-win32 | 1 # We hide calls to w32api needed for w32 thread support here:
|
| /freebsd-12.1/bin/sh/tests/execution/ |
| H A D | killed1.0 | 4 # Do not change the semicolon to a newline as it would hide the bug.
|
| /freebsd-12.1/contrib/wpa/wpa_supplicant/ |
| H A D | wpa_supplicant_conf.mk | 31 $(hide) WIFI_DRIVER_SOCKET_IFACE="$(PRIVATE_WIFI_DRIVER_SOCKET_IFACE)" \
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| H A D | DumpValueObjectOptions.h | 113 DumpValueObjectOptions &SetHidePointerValue(bool hide = false);
|
| /freebsd-12.1/sbin/devfs/ |
| H A D | devfs.rules | 23 add hide
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | prompt.c | 485 svn_boolean_t hide, in prompt() argument 499 SVN_ERR(terminal_open(&terminal, hide, pool)); in prompt()
|
| /freebsd-12.1/tools/sched/ |
| H A D | schedgraph.py | 265 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 D | configlexer.lex | 348 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 D | README | 200 current version was developed by KOIE Hidetaka <hide@koie.org>.
|
| /freebsd-12.1/contrib/unbound/doc/ |
| H A D | unbound.doxygen | 334 # 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
|