Searched refs:regstat (Results 1 – 12 of 12) sorted by relevance
100 int regstat; in fpc_platform_check() local102 if ((regstat = hsvc_register(&fpc_hsvc, &fpc_sup_minor)) == SUCCESS) { in fpc_platform_check()106 return (regstat); in fpc_platform_check()123 int regstat; in fpc_platform_node_init() local165 regstat = hsvc_register(&fpc_hsvc, &fpc_sup_minor); in fpc_platform_node_init()166 if (regstat != SUCCESS) { in fpc_platform_node_init()
31 regstat(const regex_t* p) in regstat() function
234 extern regstat_t* regstat(const regex_t*);
495 gp->re_flags = regstat(prei)->re_flags & ~REG_ICASE; in glob_dir()510 gp->re_flags = regstat(prec)->re_flags; in glob_dir()
272 #undef regstat273 #define regstat _ast_regstat
269 #undef regstat270 #define regstat _ast_regstat
301 regex/regstat.o \
144 regsubcomp.c regsubexec.c regsub.c regrecord.c regrexec.c regstat.c \
3916 make regstat.o3917 make regex/regstat.c3919 done regex/regstat.c3920 meta regstat.o %.c>%.o regex/regstat.c regstat3921 prev regex/regstat.c3922 …CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iregex -Iinclude -Istd -D_PACKAGE_ast -c regex/regstat.c3923 done regstat.o generated6104 …t.a regnexec.o regsubcomp.o regsubexec.o regsub.o regrecord.o regrexec.o regstat.o dtclose.o dtdis…
507 06-06-18 regex/regstat.c: add REG_LITERAL check718 regstat.c: add regstat_t