Searched refs:pat (Results 1 – 6 of 6) sorted by relevance
153 for pat in ${pats//;/$IFS}; do154 if [ "${f##*.}" == "$pat" ]; then159 if ([ "$pat" == "asm" ] || [ "$pat" == "s" ]) && $asm_use_custom_step; then177 elif [ "$pat" == "c" ] || \178 [ "$pat" == "cc" ] || [ "$pat" == "cpp" ]; then188 elif [ "$pat" == "h" ] ; then191 elif [ "$pat" == "vcxproj" ] ; then
142 for pat in ${pats//;/$IFS}; do143 if [ "${f##*.}" == "$pat" ]; then149 if [ "$pat" == "asm" ] && $asm_use_custom_step; then165 if [ "$pat" == "c" ] || \166 [ "$pat" == "cc" ] || [ "$pat" == "cpp" ]; then
200 AKFS_PATNO pat; in main() local219 if (OptParse(argc, argv, &pat) == 0) { in main()239 if (AKFS_Init(pat, regs) != AKM_SUCCESS) { in main()
60 const AKFS_PATNO pat, in AKFS_Rotate() argument65 switch(pat){ in AKFS_Rotate()
102 const AKFS_PATNO pat,
3273 char *strendzap (char *str, const char *pat);3817 strendzap (char *str, const char *pat)3822 assert (pat != NULL);3825 patlen = strlen (pat);3830 if (strcmp (str, pat) == 0)