Searched refs:mec (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | operations.cpp | 517 error_code mec = detail::get_last_error(); in __create_directory() local 518 if (mec != errc::file_exists) in __create_directory() 519 return err.report(mec); in __create_directory() 523 return err.report(mec); in __create_directory() 531 error_code mec; in __create_directory() local 532 file_status st = detail::posix_stat(attributes, attr_stat, &mec); in __create_directory() 534 return err.report(mec); in __create_directory() 541 mec = detail::get_last_error(); in __create_directory() 542 if (mec != errc::file_exists) in __create_directory() 543 return err.report(mec); in __create_directory() [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 | 433 def FeatureMEC : Extension<"mec", "MEC", "FEAT_MEC",
|