Symbol: strend
usr/src/cmd/abi/spectrans/spec2trace/trace.c
682
n -= snprintf(strend(buffer), n,
usr/src/cmd/abi/spectrans/spec2trace/util.c
175
q = strend(p);
usr/src/cmd/abi/spectrans/spec2trace/util.h
60
extern char *strend(char *);
usr/src/cmd/cmd-inet/usr.bin/ftp/glob.c
221
gpathp = strend(gpath);
usr/src/cmd/cmd-inet/usr.bin/ftp/glob.c
78
static char *strend(char *cp);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1010
scan < strend);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1017
len = (MAX_MATCH - 1) - (int)(strend-scan);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1018
scan = strend - (MAX_MATCH-1);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1044
scan < strend);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1048
len = MAX_MATCH - (int)(strend - scan);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1049
scan = strend - MAX_MATCH;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
960
register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
964
register Bytef *strend = s->window + s->strstart + MAX_MATCH;
usr/src/cmd/csh/sh.glob.c
200
gpathp = strend(gpath);
usr/src/cmd/csh/sh.h
478
extern tchar *strend(tchar *);
usr/src/cmd/csh/sh.lex.c
696
cp = strend(cp);
usr/src/cmd/csh/sh.lex.c
808
wp = strend(wp);
usr/src/cmd/csh/sh.lex.c
850
wp = strend(cp);
usr/src/cmd/csh/sh.lex.c
861
wp = strend(cp);
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
2452
char c, *p, *strend;
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
2462
strend = NULL;
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
2467
strend = (*p == '"') ? p : NULL;
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
2470
if (strend == NULL || (strend-buf) > size ||
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
2471
strtok(strend+1, tokdel) != NULL) {
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
2476
*strend = '\0';
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
794
char *tok, *valuep, *strend;
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
900
strend = parse_string_val(valuep);
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
902
if (strend == NULL || *valuep != '"' ||
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
903
strtok(strend+1, tokdel) != NULL ||
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
904
(strend-valuep) > tunep->size) {
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
911
*strend = '\0';
usr/src/cmd/vi/port/ex.h
418
unsigned char *strend();
usr/src/cmd/vi/port/ex_cmds2.c
214
input = strend(input) - 1;
usr/src/cmd/vi/port/ex_cmds2.c
371
args = argv ? *++argv : strend(args) + 1;
usr/src/cmd/vi/port/ex_cmdsub.c
133
as = av ? *++av : strend(as) + 1;
usr/src/cmd/vi/port/ex_vmain.c
557
cursor = strend(linebuf);
usr/src/cmd/vi/port/ex_voper.c
534
wcursor = strend(linebuf);
usr/src/cmd/vi/port/ex_voper.c
752
if (wcursor > strend(linebuf))
usr/src/cmd/vi/port/ex_vops.c
211
if (cursor > linebuf && cursor >= strend(linebuf))
usr/src/cmd/vi/port/ex_vops.c
75
vUD1 = linebuf; vUD2 = strend(linebuf);
usr/src/cmd/vi/port/ex_vops.c
78
vUA1 = linebuf; vUA2 = strend(linebuf);
usr/src/cmd/vi/port/ex_vops.c
912
wcursor = strend(linebuf);
usr/src/cmd/vi/port/ex_vops2.c
480
gcursor = strend(genbuf);
usr/src/cmd/vi/port/ex_vops3.c
417
cursor = strend(linebuf);
usr/src/cmd/vi/port/ex_vops3.c
566
wcursor = strend(linebuf);
usr/src/cmd/vi/port/ex_vops3.c
605
wcursor = c == ']' ? strend(linebuf) : linebuf;
usr/src/cmd/vi/port/ex_vwind.c
480
if(curs >= strend(linebuf)) {
usr/src/cmd/vi/port/ex_vwind.c
484
wcursor = strend(linebuf);
usr/src/lib/libnisdb/yptol/shim_changepasswd.c
151
bool_t strend(char *s1, char *s2);
usr/src/lib/libnisdb/yptol/shim_changepasswd.c
549
if (strend(map_name, BYNAME))
usr/src/lib/libnisdb/yptol/shim_changepasswd.c
551
if (strend(map_name, BYUID))
usr/src/lib/libnisdb/yptol/shim_changepasswd.c
553
if (strend(map_name, BYGID))
usr/src/lib/libxcurses/src/libc/mks/m_varian.c
312
static wchar_t * const strend = str + sizeof(str);
usr/src/lib/libxcurses/src/libc/mks/m_varian.c
318
if (str == strend) {
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1476
register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1480
register Bytef *strend = s->window + s->strstart + MAX_MATCH;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1542
scan < strend);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1550
len = (MAX_MATCH - 1) - (int)(strend-scan);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1551
scan = strend - (MAX_MATCH-1);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1582
scan < strend);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1587
len = MAX_MATCH - (int)(strend - scan);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1588
scan = strend - MAX_MATCH;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1623
register Bytef *strend = s->window + s->strstart + MAX_MATCH;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1662
scan < strend);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1666
len = MAX_MATCH - (int)(strend - scan);