Home
last modified time | relevance | path

Searched refs:type (Results 1 – 11 of 11) sorted by relevance

/posix/
A Dflexmember.h30 # define FLEXALIGNOF(type) (sizeof (type) & ~ (sizeof (type) - 1)) argument
32 # define FLEXALIGNOF(type) _Alignof (type) argument
57 #define FLEXSIZEOF(type, member, n) \ argument
58 ((offsetof (type, member) + FLEXALIGNOF (type) - 1 + (n)) \
59 & ~ (FLEXALIGNOF (type) - 1))
A Dregcomp.c304 re_token_type_t type = dfa->nodes[node].type; in re_compile_fastmap_iter() local
1019 re_token_type_t type = dfa->nodes[node_idx].type; in create_initial_state() local
1945 token->type = OP_ALT; in peek_token()
1949 token->type = OP_ALT; in peek_token()
2003 if (next.type != OP_ALT && next.type != OP_CLOSE_SUBEXP) in peek_token()
2164 if (token->type != OP_ALT && token->type != END_OF_RE in parse_reg_exp()
2209 while (token->type != OP_ALT && token->type != END_OF_RE in parse_branch()
2444 while (token->type == OP_DUP_ASTERISK || token->type == OP_DUP_PLUS in parse_expression()
2445 || token->type == OP_DUP_QUESTION || token->type == OP_OPEN_DUP_NUM) in parse_expression()
2732 end_wc = ((end_elem->type == SB_CHAR || end_elem->type == COLL_SYM) in build_range_exp()
[all …]
A Dtst-glob_lstat_compat.c55 int type; member
120 if (filesystem[idx].type != DT_DIR in find_file()
142 if (idx == -1 || filesystem[idx].type != DT_DIR) in my_opendir()
174 dir->d.d_type = filesystem[dir->idx].type; in my_readdir()
200 if (filesystem[idx].type == DT_UNKNOWN) in my_stat()
205 st->st_mode = DTTOIF (filesystem[idx].type) | 0777; in my_stat()
220 if (filesystem[idx].type == DT_UNKNOWN) in my_lstat()
225 st->st_mode = DTTOIF (filesystem[idx].type) | 0777; in my_lstat()
A Dtst-waitid.c79 do_test_waitd_common (idtype_t type, pid_t pid) in do_test_waitd_common() argument
166 fail = waitid (type, pid, &info, WEXITED|WSTOPPED); in do_test_waitd_common()
183 fail = waitid (type, pid, &info, WCONTINUED); in do_test_waitd_common()
199 fail = waitid (type, pid, &info, WEXITED|WNOWAIT); in do_test_waitd_common()
215 fail = waitid (type, pid, &info, WEXITED | WNOHANG); in do_test_waitd_common()
230 do_test_waitid (idtype_t type) in do_test_waitid() argument
252 test_child (type == P_PGID || type == P_ALL); in do_test_waitid()
256 int ret = do_test_waitd_common (type, pid); in do_test_waitid()
A Dbug-glob2.c59 int type; member
130 if (filesystem[idx].type != DT_DIR in find_file()
210 dir->d.d_type = filesystem[dir->idx].type; in my_readdir()
246 if (filesystem[idx].type == DT_UNKNOWN) in my_stat()
251 st->st_mode = DTTOIF (filesystem[idx].type) | filesystem[idx].mode; in my_stat()
A Dtst-gnuglob-skeleton.c45 int type; member
148 if (filesystem[idx].type != DT_DIR in find_file()
174 if (idx == -1 || filesystem[idx].type != DT_DIR) in my_opendir()
223 dir->d.d_type = filesystem[dir->idx].type; in my_readdir()
265 if (filesystem[idx].type == DT_UNKNOWN) in my_stat()
270 st->st_mode = DTTOIF (filesystem[idx].type) | 0777; in my_stat()
A Dregexec.c143 int type);
1177 re_token_type_t type = dfa->nodes[node].type; in check_halt_node_context() local
1262 re_token_type_t type = dfa->nodes[node].type; in proceed_next_node() local
1492 int type = dfa->nodes[cur_node].type; in update_regs() local
2018 re_token_type_t type = dfa->nodes[node].type; in check_subexp_limits() local
2062 re_token_type_t type = dfa->nodes[node].type; in check_subexp_limits() local
2063 if (type == OP_CLOSE_SUBEXP || type == OP_OPEN_SUBEXP) in check_subexp_limits()
2102 type = dfa->nodes[node].type; in sift_states_bkref()
2819 if (node->type == type in find_subexp_node()
3136 if (dfa->nodes[cur_node].type == type in check_arrival_expand_ecl_sub()
[all …]
A Dregex_internal.c1457 || token.type == COMPLEX_BRACKET); in re_dfa_add_node()
1589 if (!IS_EPSILON_NODE (dfa->nodes[elem].type)) in register_state()
1651 re_token_type_t type = node->type; in create_ci_newstate() local
1652 if (type == CHARACTER && !node->constraint) in create_ci_newstate()
1659 if (type == END_OF_RE) in create_ci_newstate()
1661 else if (type == OP_BACK_REF) in create_ci_newstate()
1663 else if (type == ANCHOR || node->constraint) in create_ci_newstate()
1703 re_token_type_t type = node->type; in create_cd_newstate() local
1706 if (type == CHARACTER && !constraint) in create_cd_newstate()
1713 if (type == END_OF_RE) in create_cd_newstate()
[all …]
A Dregex_internal.h351 re_token_type_t type : 8; member
353 re_token_type_t type; member
367 #define IS_EPSILON_NODE(type) ((type) & EPSILON_BIT) argument
703 bracket_elem_type type; member
A Dglob.c124 dirent_type type; member
134 return d.type; in readdir_result_type()
A Dtst-regex.input322 * sysdeps/generic/getpgid.c: Fix return type.
712 * sysdeps/generic/readv.c: Correct return type.
723 like `@' in .type directives.
2429 * intl/dcgettext.c: use complete type name.
3663 return type.
6253 (errno): Use `%' not `@' in .type directives.
6319 type to __off64_t.
6323 return type to __off64_t.
8238 Changed type of TWO43 from float to double.
8773 macros M_*l which are of type `long double'.
[all …]

Completed in 105 milliseconds