| /dflybsd-src/contrib/dialog/ |
| H A D | mixedgauge.c | 50 status_string(char *given, char **freeMe) in status_string() argument 55 if (isdigit(UCH(*given))) { in status_string() 56 switch (*given) { in status_string() 91 } else if (*given == '-') { in status_string() 92 size_t need = strlen(++given) + 4; in status_string() 95 sprintf(temp, "%3s%%", given); in status_string() 97 } else if (!isspace(UCH(*given))) { in status_string() 98 result = given; in status_string()
|
| /dflybsd-src/contrib/bmake/ |
| H A D | configure.in | 47 yes) AC_MSG_ERROR(bad value ${withval} given for bmake DEFSHELL) ;; 60 *) AC_MSG_ERROR(bad value ${withval} given for makefile) ;; 68 *) AC_MSG_ERROR(bad value ${withval} given for meta) ;; 78 *) AC_MSG_ERROR(bad value ${withval} given for filemon) ;; 391 yes) AC_MSG_ERROR(bad value ${withval} given for bmake MACHINE) ;; 417 yes) AC_MSG_ERROR(bad value ${withval} given for bmake MACHINE_ARCH) ;; 435 yes) AC_MSG_ERROR(bad value ${withval} given for bmake _PATH_DEFSYSPATH) ;; 446 yes) AC_MSG_ERROR(bad value ${withval} given for bmake _PATH_OBJDIRPREFIX) ;; 458 *) AC_MSG_ERROR(bad value ${enableval} given for pwd-override option) ;; 469 *) AC_MSG_ERROR(bad value ${enableval} given for check-make-chdir option) ;; [all …]
|
| /dflybsd-src/share/examples/ppp/ |
| H A D | ppp.secret.sample | 15 # If an IP address or address range is given as the third field, it 20 # If a label is given as the forth field, it is used when reading 25 # If a phone number or list of phone numbers is given as the fifth
|
| /dflybsd-src/contrib/binutils-2.27/gas/doc/ |
| H A D | c-xstormy16.texi | 83 Computes the lower 16 bits of the given expression and stores it into 84 the immediate operand field of the given instruction. For example: 94 Computes the higher 16 bits of the given expression and stores it into 95 the immediate operand field of the given instruction. For example:
|
| H A D | c-v850.texi | 357 Computes the higher 16 bits of the given expression and stores it into 358 the immediate operand field of the given instruction. For example: 369 Computes the lower 16 bits of the given expression and stores it into 370 the immediate operand field of the given instruction. For example: 380 Computes the higher 16 bits of the given expression and then adds the 382 and stores the result into the immediate operand field of the given 402 Computes the 32 bit value of the given expression and stores it into 403 the immediate operand field of the given instruction (which must be a 416 field of the given instruction. For example: 433 operand field of the given instruction. For example: [all …]
|
| H A D | c-m68k.texi | 145 option disables this substitution. When this option is given and no long 451 any instructions have been assembled. If it is given multiple times, 460 any instructions have been assembled. If it is given multiple times, 529 given, an absolute long jump will be emitted instead. If no long 530 branches are available, the @samp{--pcrel} option is given, and a word 535 substituting these instructions if the operand given is not valid for a 549 are available, and the @samp{--pcrel} option is not given, @code{@value{AS}} 583 not given, @code{@value{AS}} emits
|
| /dflybsd-src/contrib/gcc-8.0/gcc/config/i386/ |
| H A D | i386.opt | 240 Use the given data alignment. 257 Generate code for given CPU. 261 Use given assembler dialect. 279 -mlarge-data-threshold=<number> Data greater than given threshold will go into .ldata section in x8… 283 Use given x86-64 code model. 306 Use given address mode. 335 Generate floating point mathematics using given instruction set. 496 Use given thread-local storage dialect. 514 Schedule code for given CPU. 533 Generate code that conforms to the given ABI. [all …]
|
| /dflybsd-src/usr.sbin/ppp/ |
| H A D | ppp.8.m4 | 116 must be given on the command line (see below) and a 335 is given a device specification of the format 448 Each of these users must also be given access using the 1115 triggered (up to the given number of times) after the remote side 1365 is specified, the current system label is changed to match the given 1379 the client will be called back on the given number. 1401 will open a TCP connection to the given machine on the given 1689 in which case, if a given packet matches the rule, the associated action 1696 In this case, if a given 1721 may be given the values [all …]
|
| /dflybsd-src/contrib/gcc-4.7/gcc/config/i386/ |
| H A D | i386.opt | 115 Generate code for given CPU 119 Use given assembler dialect 137 Data greater than given threshold will go into .ldata section in x86-64 medium model 141 Use given x86-64 code model 179 Generate floating point mathematics using given instruction set 329 Use given thread-local storage dialect 347 Schedule code for given CPU 351 Generate code that conforms to the given ABI
|
| /dflybsd-src/usr.sbin/newsyslog/ |
| H A D | newsyslog.c | 830 char **given; in get_worklist() local 920 for (given = files; *given; ++given) { in get_worklist() 926 if (strcmp(ent->log, *given) == 0) { in get_worklist() 928 dupent = init_entry(*given, ent); in get_worklist() 934 printf("\t+ Matched entry %s\n", *given); in get_worklist() 944 printf("\t+ Checking globs for %s\n", *given); in get_worklist() 946 fnres = fnmatch(ent->log, *given, FNM_PATHNAME); in get_worklist() 952 dupent = init_entry(*given, ent); in get_worklist() 962 printf("\t+ Matched %s via %s\n", *given, in get_worklist() 973 *given, DEFAULT_MARKER); in get_worklist() [all …]
|
| /dflybsd-src/contrib/ncurses/progs/ |
| H A D | tic.c | 2637 NAME_VALUE *given = get_fkey_list(tp); in check_conflict() local 2642 for (j = 0; given[j].keycode; ++j) { in check_conflict() 2643 const char *a = given[j].value; in check_conflict() 2649 for (k = j + 1; given[k].keycode; k++) { in check_conflict() 2650 const char *b = given[k].value; in check_conflict() 2666 show_fkey_name(given + j); in check_conflict() 2668 show_fkey_name(given + k); in check_conflict() 2672 show_fkey_name(given + k); in check_conflict() 2706 for (j = 0; given[j].keycode; ++j) { in check_conflict() 2707 const char *find = given[j].name; in check_conflict() [all …]
|
| /dflybsd-src/tools/regression/bin/sh/invocation/ |
| H A D | sh-c1.0 | 2 # Test that -c executes command_string with the given name and arg
|
| /dflybsd-src/contrib/zlib-1.2/ |
| H A D | README | 11 of the library is given in the file test/example.c which also tests that 12 the library is working correctly. Another example is given in the file 16 To compile all files and run the test program, follow the instructions given at
|
| /dflybsd-src/share/zoneinfo/ |
| H A D | leapseconds | 37 # All leap-seconds are Stationary (S) at the given UTC time. 38 # The correction (+ or -) is made at the given time, so in the unlikely
|
| /dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
| H A D | options.texi | 107 given in an @samp{Enum} record. These records have two fields: the 122 @code{int}) should be used for the given string. 126 the canonical one among all those with the given value. Other strings 205 The option is available when compiling for the given language. 243 The option takes an optional argument. If the argument is given, 266 options are given a full integer. 301 @var{var} is a variable (type given in the @code{Type} property of the 315 and wasn't given. 354 @code{Mask(@var{othername})} property. If @var{thisname} is given,
|
| H A D | cppenv.texi | 27 specified with @option{-I}, but after any paths given with @option{-I} 34 paths given with @option{-isystem} options on the command line.
|
| H A D | loop.texi | 81 the given index. @code{number_of_loops} function returns number of 193 the given depth. 384 @item @code{iv_analyze}: Analyzes a single register used in the given 389 given insn. 450 given exit can be determined using @code{number_of_iterations_exit} 477 data dependences for all the array and pointer references for a given 571 given in the @code{subscripts}, @code{dir_vects}, and @code{dist_vects} 577 subscript is the tuple composed of the access functions for a given 578 dimension. For example, given @code{A[f1][f2][f3]} and 620 Legality of a matrix for a given loopnest can be verified using
|
| H A D | generic.texi | 113 functions described here. In particular, no guarantee is given that the 362 @code{IDENTIFIER_NODE}, as you might expect, given its name!) You can 369 This macro returns the ``canonical'' type for the given type 379 type for the given type node. In this case, comparison between this 410 This macro states that the type node it is given requires structural 418 the two trees given as input are simply copies of one another; i.e., 455 is given by @code{TYPE_PRECISION}, as in the @code{INTEGER_TYPE} case. 461 in the fixed-point representation is given by @code{TYPE_PRECISION}, 463 bits and integral bits. The number of fractional bits is given by 464 @code{TYPE_FBIT}, and the number of integral bits is given by @code{TYPE_IBIT}. [all …]
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | tree-browser.def | 85 DEFTBCODE (TB_SEARCH_CODE, "sc", "Search a node having a TREE_CODE given as a parameter.") 86 DEFTBCODE (TB_SEARCH_NAME, "sn", "Search an identifier having a name given as a parameter.")
|
| H A D | builtin-attrs.def | 43 Constructs a TREE_LIST with given PURPOSE, VALUE and CHAIN (given 48 /* Construct a tree for a given integer and a list containing it. */
|
| H A D | target.def | 85 value is given by X. SIZE is the size of the object in bytes and 315 /* Output a constructor for a symbol with a given priority. */ 321 /* Output a destructor for a symbol with a given priority. */ 588 after evaluation forward dependencies of insns in chain given 741 parameter on given cycle. If the hook returns nonzero, the 742 insn is not issued on given processors cycle. Instead of that, 925 statements of the given type. By default 1 is used. */ 988 iterations) for the given type. */ 1017 "given type within a transaction.", 1026 "given type within a transaction.", [all …]
|
| /dflybsd-src/sys/dev/agp/ |
| H A D | agp_if.m | 64 # Bind a single page in the AGP aperture to a given physical address. 100 # Allocate memory of a given type. The type is a chipset-specific
|
| /dflybsd-src/usr.bin/mail/misc/ |
| H A D | mail.help | 17 cd [directory] chdir to directory or home if none given
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | builtin-attrs.def | 45 Constructs a TREE_LIST with given PURPOSE, VALUE and CHAIN (given 50 /* Construct a tree for a given integer and a list containing it. */ 64 /* Construct a tree for a given string and a list containing it. */
|
| /dflybsd-src/contrib/ncurses/include/ |
| H A D | curses.tail | 121 extern NCURSES_EXPORT(int) has_key (int); /* do we have given key? */ 124 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(has_key) (SCREEN*, int); /* do we have given key? */
|