ret 303 htags-refkit/htags_path2url.c int ret; ret 313 htags-refkit/htags_path2url.c ret = htags_load_filemap(html); ret 314 htags-refkit/htags_path2url.c if (ret != 0) { ret 316 htags-refkit/htags_path2url.c switch (ret) { ret 327 htags-refkit/htags_path2url.c ret = htags_path2url(path, line, url, sizeof(url)); ret 328 htags-refkit/htags_path2url.c if (ret != 0) { ret 330 htags-refkit/htags_path2url.c switch (ret) { ret 171 libdb/bt_delete.c goto ret; ret 220 libdb/bt_delete.c goto ret; ret 276 libdb/bt_delete.c ret: mpool_put(t->bt_mp, h, 0); ret 993 libglibc/regex.c reg_syntax_t ret = re_syntax_options; ret 1002 libglibc/regex.c return ret; ret 2238 libglibc/regex.c reg_errcode_t ret ret 2240 libglibc/regex.c if (ret != REG_NOERROR) FREE_STACK_RETURN (ret); ret 2245 libglibc/regex.c reg_errcode_t ret; ret 2250 libglibc/regex.c ret = compile_range (&p, pend, translate, syntax, b); ret 2251 libglibc/regex.c if (ret != REG_NOERROR) FREE_STACK_RETURN (ret); ret 3144 libglibc/regex.c reg_errcode_t ret; ret 3164 libglibc/regex.c ret = syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR; ret 3176 libglibc/regex.c ret = REG_NOERROR; ret 3180 libglibc/regex.c return ret; ret 5407 libglibc/regex.c boolean ret; ret 5432 libglibc/regex.c ret = group_match_null_string_p (&p1, end, reg_info); ret 5438 libglibc/regex.c REG_MATCH_NULL_STRING_P (reg_info[reg_no]) = ret; ret 5440 libglibc/regex.c if (!ret) ret 5522 libglibc/regex.c reg_errcode_t ret; ret 5536 libglibc/regex.c ret = regex_compile (pattern, length, re_syntax_options, bufp); ret 5538 libglibc/regex.c if (!ret) ret 5540 libglibc/regex.c return gettext (re_error_msgid + re_error_msgid_idx[(int) ret]); ret 5564 libglibc/regex.c reg_errcode_t ret; ret 5593 libglibc/regex.c ret = regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf); ret 5595 libglibc/regex.c if (!ret) ret 5599 libglibc/regex.c return (char *) gettext (re_error_msgid + re_error_msgid_idx[(int) ret]); ret 5662 libglibc/regex.c reg_errcode_t ret; ret 5707 libglibc/regex.c ret = regex_compile (pattern, strlen (pattern), syntax, preg); ret 5711 libglibc/regex.c if (ret == REG_ERPAREN) ret = REG_EPAREN; ret 5713 libglibc/regex.c if (ret == REG_NOERROR && preg->fastmap) ret 5726 libglibc/regex.c return (int) ret; ret 5755 libglibc/regex.c int ret; ret 5781 libglibc/regex.c ret = re_search (&private_preg, string, len, ret 5788 libglibc/regex.c if (ret >= 0) ret 5804 libglibc/regex.c return ret >= 0 ? (int) REG_NOERROR : (int) REG_NOMATCH; ret 92 libutil/gtagsop.c int ret; ret 94 libutil/gtagsop.c if ((ret = strcmp(e1->path, e2->path)) != 0) ret 95 libutil/gtagsop.c return ret;