Searched defs:strend (Results 1 - 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/libxcurses/src/libc/mks/ |
H A D | m_varian.c | 314 static wchar_t * const strend = str + sizeof(str); local 320 if (str == strend) {
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | util.c | 164 strend(char *p) function 177 q = strend(p);
|
/illumos-gate/usr/src/cmd/setuname/ |
H A D | setuname.c | 155 * 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/cmd/csh/ |
H A D | sh.misc.c | 342 strend(tchar *cp) function
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_subr.c | 787 strend(cp) function
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/ |
H A D | piclenvd.c | 796 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/cmd-inet/usr.bin/ftp/ |
H A D | glob.c | 80 static char *strend(char *cp); 223 gpathp = strend(gpath); 743 strend(char *cp) function
|
/illumos-gate/usr/src/uts/common/zmod/ |
H A D | deflate.c | 1055 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 D | shim_changepasswd.c | 151 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/boot/lib/libz/ |
H A D | deflate.c | 1170 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/picl/plugins/sun4u/excalibur/envd/ |
H A D | piclenvd.c | 2454 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/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 960 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;
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 1478 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...] |
Completed in 130 milliseconds