Home
last modified time | relevance | path

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

1234

/freebsd-14.2/contrib/bmake/unit-tests/
H A Dopt-jobs-no-action.mk42 @+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'
H A Dopt-no-action-runflags.mk22 @+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 $@'
H A Dsh-flags.mk127 @+echo hide-from-output
128 @+echo hide-from-output ${target}
H A DMakefile584 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.2/stand/libsa/geli/
H A Dpwgets.c37 pwgets(char *buf, int n, int hide) in pwgets() argument
53 if (hide == 0) { in pwgets()
68 if (hide == 0) { in pwgets()
H A Dgeliboot.h56 extern void pwgets(char *buf, int n, int hide);
/freebsd-14.2/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-14.2/contrib/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp291 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.2/contrib/libxo/xohtml/
H A Dxohtml.js38 xpath.hide();
46 hide: { property
/freebsd-14.2/usr.bin/finger/
H A Dfinger.c250 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()
H A Dextern.h53 int hide(struct passwd *);
H A Dutil.c200 if ((pw = getpwnam(name)) && hide(pw)) in find_person()
391 hide(struct passwd *pw) in hide() function
/freebsd-14.2/usr.sbin/crunch/crunchide/
H A Dcrunchide.c208 int (*hide)(int, const char *); /* non-zero if error */ member
253 rv = (*exec_formats[i].hide)(fd, filename); in hide_syms()
/freebsd-14.2/stand/ficl/softwords/
H A Dsoftcore.fr158 \ hide
159 \ <definitions to hide>
165 : hide hidden dup >search ficl-set-current ;
181 hide
H A Dficllocal.fr11 hide
H A Difbrack.fr6 hide
H A Djhlocal.fr18 hide
/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp169 DumpValueObjectOptions &DumpValueObjectOptions::SetHidePointerValue(bool hide) { in SetHidePointerValue() argument
170 m_hide_pointer_value = hide; in SetHidePointerValue()
/freebsd-14.2/bin/sh/tests/execution/
H A Dkilled1.03 # Do not change the semicolon to a newline as it would hide the bug.
/freebsd-14.2/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_conf.mk31 $(hide) WIFI_DRIVER_SOCKET_IFACE="$(PRIVATE_WIFI_DRIVER_SOCKET_IFACE)" \
/freebsd-14.2/crypto/openssl/doc/man3/
H A DSRP_VBASE_new.pod39 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.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h115 DumpValueObjectOptions &SetHidePointerValue(bool hide = false);
/freebsd-14.2/usr.bin/bmake/unit-tests/
H A DMakefile587 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.2/sbin/devfs/
H A Ddevfs.rules22 add hide
/freebsd-14.2/contrib/ncurses/include/
H A Dncurses_dll.h.in82 * These symbols hide dllimport/dllexport, for compilers which care about it.

1234