Home
last modified time | relevance | path

Searched refs:LENGTH (Results 1 – 16 of 16) sorted by relevance

/titanic_50/usr/src/lib/libcurses/screen/
H A Dwgetstr.c47 #define LENGTH 256 macro
54 return ((wgetnstr(win, str, LENGTH) == ERR) ? ERR : OK); in wgetstr()
63 int byte[LENGTH]; in wgetnstr()
70 char rownum[LENGTH], colnum[LENGTH], length[LENGTH]; in wgetnstr()
92 if (n > LENGTH) in wgetnstr()
93 n = LENGTH; in wgetnstr()
H A Dwgetwstr.c38 #define LENGTH 256 macro
44 return ((wgetnwstr(win, str, LENGTH) == ERR) ? ERR : OK); in wgetwstr()
55 char rownum[LENGTH], colnum[LENGTH], length[LENGTH]; in wgetnwstr()
77 if (n > LENGTH) in wgetnwstr()
78 n = LENGTH; in wgetnwstr()
/titanic_50/usr/src/ucbcmd/expr/
H A Dexpr.y44 %token A_STRING SUBSTR LENGTH INDEX NOARG MATCH
55 %left LENGTH INDEX
84 | LENGTH expr = { $$ = length($2); }
119 MATCH, SUBSTR, LENGTH, INDEX };
/titanic_50/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c81 #define LENGTH 1 /* l */ macro
434 flagword |= LENGTH; in _doprnt()
509 if (flagword & LENGTH) in _doprnt()
575 if (flagword & LENGTH) in _doprnt()
616 if (flagword & LENGTH) in _doprnt()
964 if (flagword & LENGTH) { in _doprnt()
/titanic_50/usr/src/cmd/expr/
H A Dexpr.c58 #define LENGTH 276 macro
102 SUBSTR, LENGTH, INDEX
614 case LENGTH: in expres()
629 case LENGTH: in expres()
/titanic_50/usr/src/uts/common/zmod/
H A Dinflate.h48 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator
H A Dinflate.c1125 state->mode = LENGTH;
1127 case LENGTH:
/titanic_50/usr/src/lib/libc/port/print/
H A Ddoprnt.c182 #define LENGTH 0x1 /* l */ macro
855 flagword &= ~LENGTH; in _wndoprnt()
859 flagword |= LENGTH; in _wndoprnt()
904 flagword |= LENGTH; /* ptrdiff_t */ in _wndoprnt()
910 flagword |= LENGTH; /* [s]size_t */ in _wndoprnt()
1010 if (flagword & LENGTH) in _wndoprnt()
1134 if (flagword & LENGTH) in _wndoprnt()
1179 flagword |= LENGTH; in _wndoprnt()
1203 if (flagword & LENGTH) in _wndoprnt()
2043 } else if (flagword & LENGTH) { in _wndoprnt()
/titanic_50/usr/src/cmd/lp/filter/postscript/filtdesc/
H A Ddpost.fd32 Options: LENGTH * = -l*
H A Dpostprint.fd35 Options: LENGTH * = -l*
/titanic_50/usr/src/cmd/bc/
H A Dbc.y67 %token <cc> DIGIT, SQRT, LENGTH, _IF, FFF, EQ
334 | LENGTH '(' e ')'
556 c = LENGTH; in yylex()
/titanic_50/usr/src/cmd/pr/
H A Dpr.c63 #define LENGTH 66 macro
129 static int Length = LENGTH;
556 Length = LENGTH; in findopt()
/titanic_50/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-2406 `[OFFSET]+LENGTH[,[OFFSET]+LENGTH]...'. Here is an example:
1367 `<PARTITION-OFFSET-SECTOR, BYTE-OFFSET, BYTE-LENGTH>' for
H A Dgrub.info1711 `[OFFSET]+LENGTH[,[OFFSET]+LENGTH]...'. Here is an example:
2671 `<PARTITION-OFFSET-SECTOR, BYTE-OFFSET, BYTE-LENGTH>' for
/titanic_50/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in54 ** operators and for the LENGTH() and SUBSTR() functions.
/titanic_50/usr/src/grub/grub-0.97/
H A DChangeLog3199 + MBI.DRIVES.LENGTH instead of MBI.MMAP_ADDR + MBI.MMAP_LENGTH.