HomeSort by relevance Sort by last modified time
    Searched defs:word_end (Results 1 - 3 of 3) sorted by null

  /netvirt/usr/src/uts/common/fs/zfs/
zio_compress.c 76 uint64_t *word, *word_end; local
91 word_end = (uint64_t *)(uintptr_t)((uintptr_t)word + srcsize);
92 while (word < word_end) {
  /netvirt/usr/src/cmd/fmli/oh/
slk.c 439 char *response, *word_end; local
464 word_end = response; /* abs k18.2 */
465 while (!isspace(*word_end) && *word_end != '\0') /* abs k18.2 */
466 word_end++; /* abs k18.2 */
467 *word_end = '\0'; /* abs k18.2 */
  /netvirt/usr/src/lib/libtecla/common/
cplfile.c 95 int word_start, int word_end, int escaped);
98 const char *line, int word_start, int word_end,
117 int word_end; /* The index in line[] following the end of the prefix */ member in struct:__anon3586
214 * word_end int The index of the character in line[] that
237 const char *line, int word_start, int word_end,
246 if(!cpl || !cf || !line || word_end < word_start) {
260 nleft = word_end - word_start;
307 word_end, escaped);
440 if(cpl_add_completion(cpl, line, lptr-line, word_end, FS_DIR_SEP,
452 return cf_complete_entry(cf, cpl, line, word_start, word_end, escaped
    [all...]

Completed in 60 milliseconds