Searched refs:strend (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/krb5/src/lib/rpc/ |
| H A D | clnt_perror.c | 83 char *strend; in clnt_sperror() local 87 strend = str + BUFSIZ; in clnt_sperror() 118 (void) snprintf(str, strend-str, "; errno = %s", in clnt_sperror() 126 (void) snprintf(str, strend-str, in clnt_sperror() 137 (void) snprintf(str, strend-str, "; why = "); in clnt_sperror() 141 (void) snprintf(str, strend-str, "%s",err); in clnt_sperror() 145 (void) snprintf(str, strend-str, in clnt_sperror() 155 (void) snprintf(str, strend-str, in clnt_sperror() 165 (void) snprintf(str, strend-str, in clnt_sperror() 173 (void) snprintf(str, strend-str, "\n"); in clnt_sperror() [all …]
|
| /freebsd/sys/contrib/zlib/ |
| H A D | deflate.c | 1367 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local 1371 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local 1428 scan < strend); in longest_match() 1436 len = (MAX_MATCH - 1) - (int)(strend - scan); in longest_match() 1437 scan = strend - (MAX_MATCH-1); in longest_match() 1463 scan < strend); in longest_match() 1468 len = MAX_MATCH - (int)(strend - scan); in longest_match() 1469 scan = strend - MAX_MATCH; in longest_match() 1500 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local 1535 scan < strend); in longest_match() [all …]
|
| /freebsd/usr.bin/sort/ |
| H A D | file.c | 664 unsigned char *strend; in file_reader_readline() local 668 strend = memchr(fr->mmapptr, fr->elsymb, sz); in file_reader_readline() 670 if (strend == NULL) { in file_reader_readline() 674 ret = bwscsbdup(fr->mmapptr, strend - in file_reader_readline() 676 fr->mmapptr = strend + 1; in file_reader_readline()
|
| /freebsd/contrib/tcsh/ |
| H A D | glob.c | 225 if (*fn != 0 && strend(fn)[-1] == '/' && !S_ISDIR(sb->st_mode)) in Lstat() 241 if (*fn != 0 && strend(fn)[-1] == '/' && !S_ISDIR(sb->st_mode)) in Stat()
|
| H A D | sh.decls.h | 290 extern char *strend (const char *);
|
| H A D | sh.misc.c | 447 strend(const char *cp) in strend() function
|
| H A D | sh.h | 1121 #define Strend(a) strend(a)
|