Searched refs:leading (Results 1 – 25 of 143) sorted by relevance
123456
| /mirbsd/src/gnu/usr.bin/cvs/m4/ |
| D | regex.m4 | 49 /* Use the POSIX-compliant spelling with leading REG_, 50 rather than the traditional GNU spelling with leading RE_,
|
| D | acx_extract_cpp_defn.m4 | 38 dnl equivalent, so eat leading and trailing whitespace to account for
|
| /mirbsd/src/usr.bin/file/magdir/ |
| D | sccs | 19 # is a checksum that could (presumably) have any leading digit,
|
| /mirbsd/src/lib/libssl/src/doc/crypto/ |
| D | BN_bn2bin.pod | 38 numbers, the string is prefaced with a leading '-'. The string must be 48 with a leading '-' for negative numbers, to the B<BIO> or B<FILE>
|
| /mirbsd/src/gnu/usr.bin/binutils/config/ |
| D | lead-dot.m4 | 22 # with a leading dot. For instance MS-DOS doesn't.
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/t/ |
| D | gsm0338.t | 20 # The various combinations of 0x00 and 0x1B as leading bytes
|
| /mirbsd/src/usr.bin/sed/ |
| D | POSIX | 37 that it is difficult to write sed scripts that have leading blanks 40 and ignored, and leading whitespace is obtainable by entering a 158 18. The b t and : commands are documented in POSIX to ignore leading
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | writemain.SH | 39 : Remove any .a suffixes and any leading path components
|
| /mirbsd/src/usr.bin/sed/TEST/ |
| D | math.sed | 22 poorly formed expression, leading operator
|
| /mirbsd/src/usr.sbin/nmeadecode/ |
| D | nmeadecode.8 | 16 for both -f and -F: if no absolute path (leading /) prepend /dev/
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/doc/ |
| D | c-a29k.texi | 68 @code{0} and @code{127}, written with no leading zeros. The leading
|
| D | c-m68k.texi | 226 it may be omitted, along with the leading colon, unless a scale is also 229 leading colon. 296 omitted along with the leading dot. The use of @var{scale} means one of 298 along with the leading asterisk.
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perl585delta.pod | 156 did not have permission to open it would return immediately, leading to 200 a leading colon removes the 'name=' part of the response, allowing mapping to
|
| D | perlfaq4.pod | 53 leading "0" and hexadecimal literals must start with a leading "0x". 57 octal ("0350" or even without the leading "0", like "377") and binary 59 or without a leading "0x", like "0x255", "3A", "ff", or "deadbeef". 78 try to express them as octal constants, that is with a leading zero and 179 $vec->Resize(32); # suppress leading 0 if unwanted 184 Using Perl's built in conversion of numbers with leading zeros: 186 $dec = 033653337357; # note the leading 0! 870 replace all the leading or trailing whitespace with nothing. You 1094 if so, strips that substring off. Otherwise, it takes the amount of leading 1100 my ($white, $leader); # common whitespace and common leading string [all …]
|
| D | perlopentut.pod | 58 A few things to notice. First, the leading less-than is optional. 135 If the leading character is a pipe symbol, C<open> starts up a new 136 command and opens a write-only filehandle leading into that command. 145 read-only filehandle leading out of that command. This lets whatever that 367 the same, since C<open> will trim leading and trailing whitespace, 457 can just pass the filehandle with a leading ampersand. It's best to 511 it, it's necessary to protect any leading and trailing whitespace.
|
| /mirbsd/src/gnu/usr.bin/perl/jpl/ |
| D | README.JUST-JNI | 23 The leading -lthread is the only thing I had to add.
|
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | TRSTable.c | 1772 int j = i + 1, leading = i, non_empty = 0; in Stbl_finishTABLE() local 1803 j = leading; /* Restart */ in Stbl_finishTABLE() 1820 j = leading + 1; /* Restart */ in Stbl_finishTABLE() 1835 j = leading; /* Restart */ in Stbl_finishTABLE() 1855 j = leading; /* Restart from pre-continuation */ in Stbl_finishTABLE()
|
| /mirbsd/src/gnu/usr.bin/perl/t/op/ |
| D | tr.t | 135 # 19-21: Make sure leading and trailing hyphens still work 138 is($_, '..r.rot9', 'hyphens, leading');
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/config/djgpp/ |
| D | README | 81 (The name of the distribution archive and the leading directory of the 85 If the argument to `djunpack.bat' include leading directories, it MUST
|
| /mirbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | cgen-asm.in | 203 /* For now we assume the mnemonic is first (there are no leading operands). 340 /* Skip leading white space. */
|
| /mirbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | config.in | 158 /* Define to 1 if user symbol names have a leading underscore, 0 if not. */
|
| /mirbsd/src/gnu/usr.bin/perl/t/pod/ |
| D | poderrs.xr | 28 *** WARNING: ignoring leading whitespace in link at line 117 in file t/pod/poderrs.t
|
| /mirbsd/src/lib/libssl/src/doc/apps/ |
| D | config.pod | 38 until end of line with any leading and trailing white space removed. 225 # Quotes permit leading and trailing whitespace
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/inc/ |
| D | grok | 310 /* strip off leading b or 0b. 400 /* strip off leading x or 0x.
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Term/ANSIColor/ |
| D | ChangeLog | 32 * test.pl: Add a test for DARK. Redo the leading comment.
|
123456