Lines Matching defs:new
221 char *new = path;
228 len = path-new;
232 memcpy((*list)->str, new, len);
236 new = path+1;
398 char *try, *new;
401 try = new = xstrdup(s);
402 for (; *s; s++) *(new++) = tolower(*s);
405 try = new = xmalloc(strlen(s)*2+1);
411 if (len < 1) *(new++) = *(s++);
420 len = wcrtomb(new, c, 0);
422 new += len;
425 *new = 0;
627 long long nanodiff(struct timespec *old, struct timespec *new)
629 return (new->tv_sec - old->tv_sec)*1000000000LL+(new->tv_nsec - old->tv_nsec);
876 int new;
880 if (-1 != (new = stridx("ny", tolower(buf)))) def = new;
997 // Figure out new value at this location