Lines Matching defs:base
210 /* Save the target base in "to". */
333 int base, dne, sval;
338 base = 0; /* XXX gcc -Wuninitialized (see comment below) */
388 * Since the first level MUST be FTS_ROOTLEVEL, base
394 base = (p == NULL) ? 0 :
397 if (!strcmp(&curr->fts_path[base],
399 base += 1;
401 base = curr->fts_pathlen;
404 p = &curr->fts_path[base];
405 nlen = curr->fts_pathlen - base;