Searched refs:check_e_using_grep (Results 1 – 9 of 9) sorted by relevance
117 check_e_using_grep 'regcomp: \+id: [[:alpha:]].+' -e trace='/+id'118 check_e_using_grep 'regcomp: \*id: [[:alpha:]].+' -e trace='/*id'119 check_e_using_grep 'regcomp: \{id: [[:alpha:]].+' -e trace='/{id'120 check_e_using_grep 'regcomp: \(id: [[:alpha:]].+' -e trace='/(id'121 check_e_using_grep 'regcomp: \[id: [[:alpha:]].+' -e trace='/[id'
40 check_e_using_grep 'exec: File *name too long' "$(printf '%4096s' ' ')"43 check_e_using_grep "$ff_name: File *name too long" -ff -o "$ff_name" true
62 check_e_using_grep() function