Home
last modified time | relevance | path

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

12

/titanic_50/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_varian.c314 static wchar_t * const strend = str + sizeof(str); in m_wunvariantstr() local
320 if (str == strend) { in m_wunvariantstr()
/titanic_50/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvd.c796 char *tok, *valuep, *strend; in process_env_conf_file() local
902 strend = parse_string_val(valuep); in process_env_conf_file()
904 if (strend == NULL || *valuep != '"' || in process_env_conf_file()
905 strtok(strend+1, tokdel) != NULL || in process_env_conf_file()
906 (strend-valuep) > tunep->size) { in process_env_conf_file()
913 *strend = '\0'; in process_env_conf_file()
/titanic_50/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.c216 input = strend(input) - 1; in error0()
373 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.c533 wcursor = strend(linebuf); in operate()
751 if (wcursor > strend(linebuf)) in operate()
H A Dex.h418 unsigned char *strend();
H A Dex_subr.c787 strend(cp) in strend() function
H A Dex_vmain.c559 cursor = strend(linebuf);
H A Dex_vops2.c480 gcursor = strend(genbuf); in vappend()
/titanic_50/usr/src/cmd/abi/spectrans/spec2trace/
H A Dutil.h63 extern char *strend(char *);
H A Dutil.c164 strend(char *p) in strend() function
177 q = strend(p); in lastspace()
H A Dtrace.c684 n -= snprintf(strend(buffer), n, in to_actual()
/titanic_50/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 …]
/titanic_50/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
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c80 static char *strend(char *cp);
223 gpathp = strend(gpath); in expand()
743 strend(char *cp) in strend() function
/titanic_50/usr/src/cmd/csh/
H A Dsh.lex.c689 cp = strend(cp); in getsub()
801 wp = strend(wp); in subword()
843 wp = strend(cp); in domod()
854 wp = strend(cp); in domod()
H A Dsh.h501 extern tchar *strend(tchar *);
H A Dsh.misc.c342 strend(tchar *cp) in strend() function
H A Dsh.glob.c197 gpathp = strend(gpath); in expand()
/titanic_50/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c2454 char c, *p, *strend; in process_string_tuneable() local
2464 strend = NULL; in process_string_tuneable()
2469 strend = (*p == '"') ? p : NULL; in process_string_tuneable()
2472 if (strend == NULL || (strend-buf) > size || in process_string_tuneable()
2473 strtok(strend+1, tokdel) != NULL) { in process_string_tuneable()
2478 *strend = '\0'; in process_string_tuneable()
/titanic_50/usr/src/cmd/setuname/
H A Dsetuname.c162 #define strend(p) strrchr(p,'\0') macro
/titanic_50/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 …]
/titanic_50/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;

12