構文typedef enum
ファイル名
列挙体情報| No. | 名称 | 属性 | 説明 |
|---|---|---|---|
1 |
reg_errcode_t | ||
| REG_NOERROR | 0 | Success. | |
| REG_NOMATCH | Didn't find a match (for regexec). | ||
| REG_BADPAT | Invalid pattern. | ||
| REG_ECOLLATE | Not implemented. | ||
| REG_ECTYPE | Invalid character class name. | ||
| REG_EESCAPE | Trailing backslash. | ||
| REG_ESUBREG | Invalid back reference. | ||
| REG_EBRACK | Unmatched left bracket. | ||
| REG_EPAREN | Parenthesis imbalance. | ||
| REG_EBRACE | Unmatched \{. | ||
| REG_BADBR | Invalid contents of \{\}. | ||
| REG_ERANGE | Invalid range end. | ||
| REG_ESPACE | Ran out of memory. | ||
| REG_BADRPT | No preceding re for repetition op. | ||
| REG_EEND | Premature end. | ||
| REG_ESIZE | Compiled pattern bigger than 2^16 bytes. | ||
| REG_ERPAREN | Unmatched ) or \); not returned from regcomp. |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー