Searched refs:strend (Results 1 - 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dutil.h63 extern char *strend(char *);
H A Dutil.c164 strend(char *p) function
177 q = strend(p);
H A Dtrace.c684 n -= snprintf(strend(buffer), n,
/illumos-gate/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_varian.c314 static wchar_t * const strend = str + sizeof(str); local
320 if (str == strend) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvd.c796 char *tok, *valuep, *strend; local
902 strend = parse_string_val(valuep);
904 if (strend == NULL || *valuep != '"' ||
905 strtok(strend+1, tokdel) != NULL ||
906 (strend-valuep) > tunep->size) {
913 *strend = '\0';
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vops3.c417 cursor = strend(linebuf);
566 wcursor = strend(linebuf);
605 wcursor = c == ']' ? strend(linebuf) : linebuf;
H A Dex_cmds2.c216 input = strend(input) - 1;
373 args = argv ? *++argv : strend(args) + 1;
H A Dex_vops.c75 vUD1 = linebuf; vUD2 = strend(linebuf);
78 vUA1 = linebuf; vUA2 = strend(linebuf);
211 if (cursor > linebuf && cursor >= strend(linebuf))
912 wcursor = strend(linebuf);
H A Dex_vwind.c480 if(curs >= strend(linebuf)) {
484 wcursor = strend(linebuf);
H A Dex.h418 unsigned char *strend();
H A Dex_subr.c787 strend(cp) function
H A Dex_vmain.c559 cursor = strend(linebuf);
H A Dex_voper.c533 wcursor = strend(linebuf);
751 if (wcursor > strend(linebuf))
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.c1170 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local
1174 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1230 scan < strend);
1237 len = (MAX_MATCH - 1) - (int)(strend-scan);
1238 scan = strend - (MAX_MATCH-1);
1264 scan < strend);
1268 len = MAX_MATCH - (int)(strend - scan);
1269 scan = strend - MAX_MATCH;
1304 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1338 scan < strend);
1867 Bytef *scan, *strend; /* scan goes up to strend for length of run */ local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c80 static char *strend(char *cp);
223 gpathp = strend(gpath);
743 strend(char *cp) function
/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.c1055 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local
1059 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1115 scan < strend);
1122 len = (MAX_MATCH - 1) - (int)(strend-scan);
1123 scan = strend - (MAX_MATCH-1);
1149 scan < strend);
1153 len = MAX_MATCH - (int)(strend - scan);
1154 scan = strend - MAX_MATCH;
1188 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1222 scan < strend);
[all...]
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c151 bool_t strend(char *s1, char *s2);
549 if (strend(map_name, BYNAME))
551 if (strend(map_name, BYUID))
553 if (strend(map_name, BYGID))
615 * FUNCTION : strend()
620 strend(char *s1, char *s2) function
/illumos-gate/usr/src/cmd/csh/
H A Dsh.lex.c689 cp = strend(cp);
801 wp = strend(wp);
843 wp = strend(cp);
854 wp = strend(cp);
H A Dsh.h501 extern tchar *strend(tchar *);
H A Dsh.misc.c342 strend(tchar *cp) function
H A Dsh.glob.c197 gpathp = strend(gpath);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c2454 char c, *p, *strend; local
2464 strend = NULL;
2469 strend = (*p == '"') ? p : NULL;
2472 if (strend == NULL || (strend-buf) > size ||
2473 strtok(strend+1, tokdel) != NULL) {
2478 *strend = '\0';
/illumos-gate/usr/src/cmd/setuname/
H A Dsetuname.c155 * strend(p) Return the address of the end of a string
163 #define strend(p) strrchr(p,'\0')
162 #define strend macro
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c1478 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local
1482 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1544 scan < strend);
1552 len = (MAX_MATCH - 1) - (int)(strend-scan);
1553 scan = strend - (MAX_MATCH-1);
1584 scan < strend);
1589 len = MAX_MATCH - (int)(strend - scan);
1590 scan = strend - MAX_MATCH;
1625 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1664 scan < strend);
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c960 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local
964 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1010 scan < strend);
1017 len = (MAX_MATCH - 1) - (int)(strend-scan);
1018 scan = strend - (MAX_MATCH-1);
1044 scan < strend);
1048 len = MAX_MATCH - (int)(strend - scan);
1049 scan = strend - MAX_MATCH;

Completed in 222 milliseconds

12