Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_varian.c312 static wchar_t * const strend = str + sizeof(str); in m_wunvariantstr() local
318 if (str == strend) { in m_wunvariantstr()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvd.c794 char *tok, *valuep, *strend; in process_env_conf_file() local
900 strend = parse_string_val(valuep); in process_env_conf_file()
902 if (strend == NULL || *valuep != '"' || in process_env_conf_file()
903 strtok(strend+1, tokdel) != NULL || in process_env_conf_file()
904 (strend-valuep) > tunep->size) { in process_env_conf_file()
911 *strend = '\0'; in process_env_conf_file()
/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.c1300 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1356 scan < strend);
1363 len = (MAX_MATCH - 1) - (int)(strend-scan);
1364 scan = strend - (MAX_MATCH-1);
1390 scan < strend);
1394 len = MAX_MATCH - (int)(strend - scan);
1395 scan = strend - MAX_MATCH;
1464 scan < strend);
1468 len = MAX_MATCH - (int)(strend - scan);
2130 strend = s->window + s->strstart + MAX_MATCH;
[all …]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vops3.c417 cursor = strend(linebuf); in lsmatch()
566 wcursor = strend(linebuf); in lnext()
605 wcursor = c == ']' ? strend(linebuf) : linebuf; in lbrack()
H A Dex_vops.c75 vUD1 = linebuf; vUD2 = strend(linebuf); in vUndo()
78 vUA1 = linebuf; vUA2 = strend(linebuf); in vUndo()
211 if (cursor > linebuf && cursor >= strend(linebuf))
912 wcursor = strend(linebuf); in xdw()
H A Dex_cmds2.c214 input = strend(input) - 1; in error0()
371 args = argv ? *++argv : strend(args) + 1; in next()
H A Dex_vwind.c480 if(curs >= strend(linebuf)) { in vnline()
484 wcursor = strend(linebuf); in vnline()
H A Dex_voper.c534 wcursor = strend(linebuf); in operate()
752 if (wcursor > strend(linebuf)) in operate()
H A Dex.h418 unsigned char *strend();
H A Dex_subr.c794 strend(cp) in strend() function
H A Dex_vmain.c557 cursor = strend(linebuf);
H A Dex_vops2.c480 gcursor = strend(genbuf); in vappend()
H A Dex_cmdsub.c133 as = av ? *++av : strend(as) + 1; in pargs()
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dutil.h60 extern char *strend(char *);
H A Dutil.c162 strend(char *p) in strend() function
175 q = strend(p); in lastspace()
H A Dtrace.c682 n -= snprintf(strend(buffer), n, in to_actual()
/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)) in update_single_map()
551 if (strend(map_name, BYUID)) in update_single_map()
553 if (strend(map_name, BYGID)) in update_single_map()
620 strend(char *s1, char *s2) in strend() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c78 static char *strend(char *cp);
221 gpathp = strend(gpath); in expand()
741 strend(char *cp) in strend() function
/illumos-gate/usr/src/cmd/csh/
H A Dsh.lex.c696 cp = strend(cp); in getsub()
808 wp = strend(wp); in subword()
850 wp = strend(cp); in domod()
861 wp = strend(cp); in domod()
H A Dsh.h478 extern tchar *strend(tchar *);
H A Dsh.misc.c340 strend(tchar *cp) in strend() function
H A Dsh.glob.c200 gpathp = strend(gpath); in expand()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c2452 char c, *p, *strend; in process_string_tuneable() local
2462 strend = NULL; in process_string_tuneable()
2467 strend = (*p == '"') ? p : NULL; in process_string_tuneable()
2470 if (strend == NULL || (strend-buf) > size || in process_string_tuneable()
2471 strtok(strend+1, tokdel) != NULL) { in process_string_tuneable()
2476 *strend = '\0'; in process_string_tuneable()
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c1476 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local
1480 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1542 scan < strend);
1550 len = (MAX_MATCH - 1) - (int)(strend-scan);
1551 scan = strend - (MAX_MATCH-1);
1582 scan < strend);
1587 len = MAX_MATCH - (int)(strend - scan);
1588 scan = strend - MAX_MATCH;
1623 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1662 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;