| /freebsd-14-stable/contrib/bmake/unit-tests/ |
| HD | opt-jobs-no-action.mk | 42 @+echo hide-from-output 'begin explain' 64 @+echo hide-from-output 'end explain' 65 @+echo hide-from-output 83 @+echo hide-from-output 'begin combined' 84 @+echo hide-from-output 92 @+echo hide-from-output silent=${silent} always=${always} ignerr=${ignerr} 94 @+echo hide-from-output 102 @+echo hide-from-output 'end combined'
|
| HD | opt-no-action-runflags.mk | 22 @+echo hide-from-output 'begin $@'; echo 26 @+echo hide-from-output silent=${silent} always=${always} ignerr=${ignerr} 28 @+echo hide-from-output 32 @+echo hide-from-output 'end $@'
|
| HD | sh-flags.mk | 127 @+echo hide-from-output 128 @+echo hide-from-output ${target}
|
| HD | Makefile | 584 SED_CMDS.opt-jobs-no-action= ${STD_SED_CMDS.hide-from-output} 585 SED_CMDS.opt-no-action-runflags= ${STD_SED_CMDS.hide-from-output} 593 SED_CMDS.sh-flags= ${STD_SED_CMDS.hide-from-output} 661 STD_SED_CMDS.hide-from-output= \
|
| /freebsd-14-stable/stand/libsa/geli/ |
| HD | pwgets.c | 37 pwgets(char *buf, int n, int hide) in pwgets() argument 53 if (hide == 0) { in pwgets() 68 if (hide == 0) { in pwgets()
|
| HD | geliboot.h | 56 extern void pwgets(char *buf, int n, int hide);
|
| /freebsd-14-stable/contrib/libxo/xohtml/external/ |
| HD | jquery.qtip.js | 263 clearTimeout(this.timers.hide); 290 !this.triggering && this.hide(); 375 if('hide' in opts && invalidOpt(opts.hide)) { 376 opts.hide = opts.hide.jquery ? { target: opts.hide } : { event: opts.hide }; 1094 PROTOTYPE.hide = function(event) { return this.toggle(FALSE, event); }; function 1194 if(!tooltip.hasClass(CLASS_DISABLED)) { self.hide(event); } 1242 clearTimeout(this.timers.hide); 1262 clearTimeout(this.timers.hide); 1268 (this.options.hide.fixed && ( 1282 if(this.options.hide.delay > 0) { [all …]
|
| /freebsd-14-stable/contrib/llvm-project/openmp/runtime/src/ |
| HD | extractExternal.cpp | 291 void hideSymbols(char *fileName, const set<string> &hide) { in hideSymbols() argument 329 (e.storageClass == 2 && hide.find(s) != hide.end()) ? prefix + s : s); in hideSymbols() 359 (e.storageClass == 2 && hide.find(s) != hide.end()) ? prefix + s : s); in hideSymbols() 458 set<string> hide; in main() local 469 hide.insert(*it2); in main() 476 hideSymbols(argv[2 + i], hide); in main() 481 hideSymbols(argv[i], hide); in main()
|
| /freebsd-14-stable/contrib/libxo/xohtml/ |
| HD | xohtml.js | 38 xpath.hide(); 46 hide: { class in AnonymousClass869be0fa0401
|
| /freebsd-14-stable/usr.bin/finger/ |
| HD | finger.c | 250 if (hide(pw)) in loginlist() 345 if (((pw = getpwnam(*p)) != NULL) && !hide(pw)) in userlist() 357 else if (match(pw, *p) && !hide(pw)) { in userlist()
|
| HD | extern.h | 53 int hide(struct passwd *);
|
| HD | util.c | 200 if ((pw = getpwnam(name)) && hide(pw)) in find_person() 391 hide(struct passwd *pw) in hide() function
|
| /freebsd-14-stable/usr.sbin/crunch/crunchide/ |
| HD | crunchide.c | 208 int (*hide)(int, const char *); /* non-zero if error */ member 253 rv = (*exec_formats[i].hide)(fd, filename); in hide_syms()
|
| /freebsd-14-stable/stand/ficl/softwords/ |
| HD | softcore.fr | 158 \ hide 159 \ <definitions to hide> 165 : hide hidden dup >search ficl-set-current ; 181 hide
|
| HD | ficllocal.fr | 11 hide
|
| HD | ifbrack.fr | 6 hide
|
| HD | jhlocal.fr | 18 hide
|
| /freebsd-14-stable/contrib/llvm-project/lldb/source/DataFormatters/ |
| HD | DumpValueObjectOptions.cpp | 169 DumpValueObjectOptions &DumpValueObjectOptions::SetHidePointerValue(bool hide) { in SetHidePointerValue() argument 170 m_hide_pointer_value = hide; in SetHidePointerValue()
|
| /freebsd-14-stable/contrib/wpa/wpa_supplicant/ |
| HD | wpa_supplicant_conf.mk | 31 $(hide) WIFI_DRIVER_SOCKET_IFACE="$(PRIVATE_WIFI_DRIVER_SOCKET_IFACE)" \
|
| /freebsd-14-stable/crypto/openssl/doc/man3/ |
| HD | SRP_VBASE_new.pod | 39 to hide the fact that it doesn't have a verifier for a particular username, 65 the server to hide the fact that it doesn't have a verifier for a particular
|
| /freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| HD | DumpValueObjectOptions.h | 115 DumpValueObjectOptions &SetHidePointerValue(bool hide = false);
|
| /freebsd-14-stable/usr.bin/bmake/unit-tests/ |
| HD | Makefile | 587 SED_CMDS.opt-jobs-no-action= ${STD_SED_CMDS.hide-from-output} 588 SED_CMDS.opt-no-action-runflags= ${STD_SED_CMDS.hide-from-output} 596 SED_CMDS.sh-flags= ${STD_SED_CMDS.hide-from-output} 664 STD_SED_CMDS.hide-from-output= \
|
| /freebsd-14-stable/sbin/devfs/ |
| HD | devfs.rules | 22 add hide
|
| /freebsd-14-stable/contrib/ncurses/include/ |
| HD | ncurses_dll.h.in | 82 * These symbols hide dllimport/dllexport, for compilers which care about it.
|
| /freebsd-14-stable/tools/sched/ |
| HD | schedgraph.py | 268 graph.hide(self.name) 507 self.add_command(label="hide", command=self.hide) 512 def hide(self): member in SourceContext 1286 def hide(self, tag): member in SchedDisplay 1619 def hide(self, tag): member in SchedGraph 1620 self.display.hide(tag)
|