Lines Matching refs:cp

190 	char*		cp;
960 np->first.cp = b;
1239 np->second.cp = format(state, np->first.cp);
1260 np->second.cp = format(state, b);
1550 val = strgrpmatch(ent->fts_name, np->first.cp, NiL, 0, STR_MAXIMAL|STR_LEFT|STR_RIGHT|(np->action == INAME ? STR_ICASE : ent->ignorecase)) != 0;
1555 val = S_ISLNK(ent->fts_statp->st_mode) && pathgetlink(PATH(ent), state->txt, sizeof(state->txt)) > 0 && strgrpmatch(state->txt, np->first.cp, NiL, 0, STR_MAXIMAL|STR_LEFT|STR_RIGHT|ent->ignorecase);
1558 val = S_ISLNK(ent->fts_statp->st_mode) && pathgetlink(PATH(ent), state->txt, sizeof(state->txt)) > 0 && strgrpmatch(state->txt, np->first.cp, NiL, 0, STR_MAXIMAL|STR_LEFT|STR_RIGHT|STR_ICASE);
1561 val = strgrpmatch(ent->fts_path, np->first.cp, NiL, 0, STR_MAXIMAL|STR_LEFT|STR_RIGHT|ent->ignorecase) != 0;
1564 val = strgrpmatch(ent->fts_path, np->first.cp, NiL, 0, STR_MAXIMAL|STR_LEFT|STR_RIGHT|STR_ICASE) != 0;
1568 val = strmatch(magictype(state->magic, fp, PATH(ent), ent->fts_statp), np->first.cp) != 0;
1575 val = strmatch(magictype(state->magic, fp, PATH(ent), ent->fts_statp), np->first.cp) != 0;
1595 state->fmt.fmt.form = np->second.cp;
1609 val = strcmp(fmtfs(ent->fts_statp), np->first.cp);
1735 register char* cp;
1785 while (cp = argv[opt_info.index])
1787 if (*cp == '-' || (*cp == '!' || *cp == '(' || *cp == ')' || *cp == ',') && *(cp + 1) == 0)
1793 if (cp = argv[opt_info.index])
1795 error(2, "%s: invalid argument", cp);
1819 while (cp = findread(fp))
1822 sfputr(sfstdout, cp, '\n');
1823 else if (find(&state, (char**)cp, FTS_ONEPATH|state.walkflags, NiL))