/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | wgetstr.c | 45 #define LENGTH 256 macro 52 return ((wgetnstr(win, str, LENGTH) == ERR) ? ERR : OK); in wgetstr() 61 int byte[LENGTH]; in wgetnstr() 68 char rownum[LENGTH], colnum[LENGTH], length[LENGTH]; in wgetnstr() 90 if (n > LENGTH) in wgetnstr() 91 n = LENGTH; in wgetnstr()
|
H A D | wgetwstr.c | 36 #define LENGTH 256 macro 42 return ((wgetnwstr(win, str, LENGTH) == ERR) ? ERR : OK); in wgetwstr() 53 char rownum[LENGTH], colnum[LENGTH], length[LENGTH]; in wgetnwstr() 75 if (n > LENGTH) in wgetnwstr() 76 n = LENGTH; in wgetnwstr()
|
/illumos-gate/usr/src/ucbcmd/expr/ |
H A D | expr.y | 40 %token A_STRING SUBSTR LENGTH INDEX NOARG MATCH 51 %left LENGTH INDEX 80 | LENGTH expr { $$ = length($2); } 115 MATCH, SUBSTR, LENGTH, INDEX };
|
/illumos-gate/usr/src/ucblib/libucb/port/stdio/ |
H A D | doprnt.c | 79 #define LENGTH 1 /* l */ macro 432 flagword |= LENGTH; in _doprnt() 507 if (flagword & LENGTH) in _doprnt() 573 if (flagword & LENGTH) in _doprnt() 614 if (flagword & LENGTH) in _doprnt() 962 if (flagword & LENGTH) { in _doprnt()
|
/illumos-gate/usr/src/cmd/expr/ |
H A D | expr.c | 58 #define LENGTH 276 macro 98 SUBSTR, LENGTH, INDEX 608 case LENGTH: in expres() 623 case LENGTH: in expres()
|
/illumos-gate/usr/src/lib/libc/port/print/ |
H A D | doprnt.c | 182 #define LENGTH 0x1 /* l */ macro 856 flagword &= ~LENGTH; in _wndoprnt() 860 flagword |= LENGTH; in _wndoprnt() 905 flagword |= LENGTH; /* ptrdiff_t */ in _wndoprnt() 911 flagword |= LENGTH; /* [s]size_t */ in _wndoprnt() 1011 if (flagword & LENGTH) in _wndoprnt() 1135 if (flagword & LENGTH) in _wndoprnt() 1180 flagword |= LENGTH; in _wndoprnt() 1204 if (flagword & LENGTH) in _wndoprnt() 2038 } else if (flagword & LENGTH) { in _wndoprnt()
|
/illumos-gate/usr/src/contrib/zlib/ |
H A D | inflate.h | 48 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator
|
H A D | inflate.c | 1222 state->mode = LENGTH; in inflate() 1224 case LENGTH: in inflate()
|
/illumos-gate/usr/src/cmd/bc/ |
H A D | bc.y | 89 %token <cc> DIGIT SQRT LENGTH _IF FFF EQ 462 | LENGTH '(' e ')' 720 c = LENGTH; in yylex()
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/filtdesc/ |
H A D | dpost.fd | 32 Options: LENGTH * = -l*
|
H A D | postprint.fd | 35 Options: LENGTH * = -l*
|
/illumos-gate/usr/src/test/libc-tests/tests/regex/data/ |
H A D | categorize.dat | 48 |E (aba|a*b)* ababa (0,4)(3,4) # LENGTH=first
|
/illumos-gate/usr/src/cmd/pr/ |
H A D | pr.c | 61 #define LENGTH 66 macro 127 static int Length = LENGTH; 554 Length = LENGTH; in findopt()
|
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/ |
H A D | getlnbuf.in | 206 /* LENGTH OF THE PDU IN POOL-ELEMENT */ 367 /* LENGTH OF THE PDU IN POOL-ELEMENT */ 505 /* LENGTH OF THE PDU IN POOL-ELEMENT */ 803 /* LENGTH OF THE PDU IN POOL-ELEMENT */
|
H A D | getlnbuf.ok | 206 /* LENGTH OF THE PDU IN POOL-ELEMENT */ 367 /* LENGTH OF THE PDU IN POOL-ELEMENT */ 505 /* LENGTH OF THE PDU IN POOL-ELEMENT */ 803 /* LENGTH OF THE PDU IN POOL-ELEMENT */
|
/illumos-gate/usr/src/common/ficl/test/ |
H A D | core.fr | 804 DROP -> 0 } \ BLANK LINE RETURN ZERO-LENGTH STRING 814 >R SWAP R@ = IF \ MAKE SURE STRINGS HAVE SAME LENGTH 904 0 0 2SWAP >NUMBER SWAP DROP \ RETURN LENGTH ONLY
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | ratz.c | 1607 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator 3319 state->mode = LENGTH; 3320 case LENGTH:
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-2 | 406 `[OFFSET]+LENGTH[,[OFFSET]+LENGTH]...'. Here is an example: 1367 `<PARTITION-OFFSET-SECTOR, BYTE-OFFSET, BYTE-LENGTH>' for
|
H A D | grub.info | 1711 `[OFFSET]+LENGTH[,[OFFSET]+LENGTH]...'. Here is an example: 2671 `<PARTITION-OFFSET-SECTOR, BYTE-OFFSET, BYTE-LENGTH>' for
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | sqlite.h.in | 51 ** operators and for the LENGTH() and SUBSTR() functions.
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 3199 + MBI.DRIVES.LENGTH instead of MBI.MMAP_ADDR + MBI.MMAP_LENGTH.
|