Lines Matching refs:pathlen
124 int pathlen; /* The length of the pathname */
639 p->pathlen = t - buf - 1;
640 if (p->pathlen == 0 || p->pathlen >= PATH_MAX) {
688 logerr("pathname: %.*s", p->pathlen, p->line);
808 ent->pathlen, ent->line);
959 p.pathlen = cmd->len;
1027 strcmp(cur->line + cur->pathlen,
1028 new->line + new->pathlen) == 0) {
1037 /* Copy new value: pathlen is the same and avl is kept */
1051 len = fprintf(log, "-%.*s\n", p->pathlen, p->line);
1119 a->pathlen > b->pathlen ? b->pathlen : a->pathlen);
1125 else if (a->pathlen == b->pathlen)
1127 else if (a->pathlen > b->pathlen)
1204 * <int:len><int:pathlen><line + 0>
1212 nums[1] = p->pathlen;