Searched refs:mec (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | operations.cpp | 398 error_code mec = capture_errno(); in __create_directory() local 402 return err.report(mec); in __create_directory() 410 error_code mec; in __create_directory() local 411 file_status st = detail::posix_stat(attributes, attr_stat, &mec); in __create_directory() 413 return err.report(mec); in __create_directory() 423 mec = capture_errno(); in __create_directory() 427 return err.report(mec); in __create_directory() 740 error_code mec; in __remove_all() local 741 auto count = remove_all_impl(p, mec); in __remove_all() 742 if (mec) { in __remove_all() [all …]
|
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | security.h | 119 void mec (char *, enum protection_level);
|
H A D | security.c | 543 void mec(char *msg, enum protection_level level) in mec() function
|
/freebsd/usr.bin/sort/ |
H A D | sort.c | 514 int fo_index, mec; in check_mutually_exclusive_flags() local 521 mec = mutually_exclusive_flags[i]; in check_mutually_exclusive_flags() 523 if (mec != c) { in check_mutually_exclusive_flags() 526 errx(1, "%c:%c: %s", c, mec, getstr(1)); in check_mutually_exclusive_flags()
|
/freebsd/crypto/heimdal/appl/ftp/ftpd/ |
H A D | ftpcmd.y | 700 mec($3, prot_safe); 705 mec($3, prot_confidential); 710 mec($3, prot_private);
|
H A D | ftpcmd.c | 2504 mec((yyvsp[(3) - (4)].s), prot_safe); in yyparse() 2512 mec((yyvsp[(3) - (4)].s), prot_confidential); in yyparse() 2520 mec((yyvsp[(3) - (4)].s), prot_private); in yyparse()
|
H A D | ftpd.c | 1925 mec(mec_space(cp + 3), prot_safe); in handleoobcmd() 1927 mec(mec_space(cp + 4), prot_confidential); in handleoobcmd() 1929 mec(mec_space(cp + 3), prot_private); in handleoobcmd()
|
H A D | security.c | 543 void mec(char *msg, enum protection_level level) in mec() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Features.td | 428 def FeatureMEC : Extension<"mec", "MEC", "FEAT_MEC",
|