Searched refs:given (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-current/crypto/openssl/apps/lib/
H A Dapp_provider.c70 const int given = provider_option_given; local
85 provider_option_given = given;
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-sun-shell.mk4 # given by the variable value and returns its output.
H A Dvarmod-shell.mk4 # given by the variable modifier and returns its output.
H A Dmodmisc.mk22 # Demonstrates modifiers that are given indirectly from a variable.
H A Dopt-jobs.mk27 # The options '-j <float>' and '-j <integer>C' multiply the given number with
H A Ddirective.mk35 # This is a dependency since directives must be given directly.
H A Dopt-debug-file.mk7 # and redirect the debug logging to the given file.
H A Ddeptgt-posix.mk11 # option '-r' was given. This means that an implementation of <posix.mk> must
H A Ddirective-export-gmake.mk98 # The variable name must be given directly, it is not expanded. The name of
H A Dcond-func.mk16 # Really strange variable names must be given indirectly via another variable,
H A Dvarmod-defined.mk3 # Tests for the :D variable modifier, which returns the given string
H A Dvarmod-to-separator.mk139 # The separator can be given as octal number.
161 # The separator can be given as hexadecimal number.
H A Dcond-func-empty.mk205 # only if the flag VARE_WANTRES is given.
/freebsd-current/contrib/dialog/
H A Dmixedgauge.c50 status_string(char *given, char **freeMe) argument
55 if (isdigit(UCH(*given))) {
56 switch (*given) {
91 } else if (*given == '-') {
92 size_t need = strlen(++given) + 4;
95 sprintf(temp, "%3s%%", given);
97 } else if (!isspace(UCH(*given))) {
98 result = given;
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreading.inc76 // Set the requested stack size, if given.
/freebsd-current/share/mk/
H A Dbsd.symver.mk7 # Generate the version map given the version definitions
/freebsd-current/contrib/bmake/mk/
H A Dsys.debug.mk27 # DEBUG_* were given on our command line.
H A Ddpadd.mk137 # in DPADD for a given library.
/freebsd-current/sys/contrib/openzfs/contrib/zcp/
H A Dautosnap.lua1 -- Recursively snapshot every dataset with a given property
/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c243 static int rotatereq = 0; /* -R = Always rotate the file(s) as given */
245 /* that a list of files *are* given on */
247 static char *requestor; /* The name given on a -R request */
785 warnx("At least one filename must be given when -R is specified.");
834 warnx("Malformed time given on -D %s", doption);
891 char **given; local
937 * given on the run command, then the only thing left to do is to
950 * If newsyslog was given a specific list of files to process,
980 for (given = files; *given;
[all...]
/freebsd-current/contrib/ncurses/progs/
H A Dtic.c171 DATA(" -R<name> restrict translation to given terminfo/termcap version")
1259 _nc_warning("expected initc or initp because ccc is given");
1264 _nc_warning("expected ccc because initc is given");
1764 _nc_warning("\"tsl\" capability is redundant, given XT");
1769 _nc_warning("expected XT to be set, given kmous");
1779 * Returns the expected number of parameters for the given capability.
1843 DATA( "smgbp", 1 ), /* 2 if smgtp is not given */
1888 * If a given name is likely to be a user-capability, return the number of
1920 * Make a quick sanity check for the parameters which are used in the given
2675 * A terminal entry may contain more than one keycode assigned to a given
2687 NAME_VALUE *given = get_fkey_list(tp); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc154 * for a given value site.
396 * given the data stored in Record.
565 * given the data stored in Record.
778 /* Macros to define start/stop section symbol for a given
/freebsd-current/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc154 * for a given value site.
396 * given the data stored in Record.
565 * given the data stored in Record.
778 /* Macros to define start/stop section symbol for a given
/freebsd-current/contrib/ncurses/form/
H A Dfrm_driver.c306 * Returns the column of the base of the given cell.
328 * Returns the number of columns needed for the given cell in a window.
793 | Description : Check if the given coordinates lie within the given field.
2843 * automatically (given the proper options). But we cannot eat the
3285 | Description : Get the next field after the given field on the current
3368 | Description : Get the previous field before the given field on the
3399 | Description : Get the next field after the given field on the current
3425 | Description : Get the previous field before the given field on the
3507 | field lying on the left side of the given fiel
4076 wchar_t given[2]; local
4936 size_t given = strlen(source); local
[all...]
/freebsd-current/contrib/kyua/store/
H A Dschema_v3.sql127 -- TODO(jmmv): I think this index is useless given that the primary key in the

Completed in 328 milliseconds

123