Home
last modified time | relevance | path

Searched refs:no_create (Results 1 – 25 of 43) sorted by relevance

12

/external/newfs_msdos/
Dmkfs_msdos.h43 AOPT('N', bool, no_create, -2, "Don't create filesystem, print params only") \
Dnewfs_msdos.c93 o.no_create = 1; in main()
Dmkfs_msdos.c282 if (o.no_create) { in mkfs_msdos()
295 } else if ((fd = open(fname, o.no_create ? O_RDONLY : O_RDWR)) == -1) { in mkfs_msdos()
315 if (!o.no_create) in mkfs_msdos()
625 if (!o.no_create) { in mkfs_msdos()
/external/llvm-project/mlir/include/mlir/Dialect/OpenACC/
DOpenACCOps.td144 static StringRef getNoCreateKeyword() { return "no_create"; }
209 ( `no_create` `(` $noCreateOperands^ `:` type($noCreateOperands) `)` )?
/external/llvm-project/mlir/test/Dialect/OpenACC/
Dops.mlir372 acc.parallel no_create(%a: memref<10xf32>) present(%b: memref<10xf32>, %c: memref<10x10xf32>) {
437 // CHECK: acc.parallel no_create([[ARGA]]: memref<10xf32>) present([[ARGB]]: memref<10xf32>, […
476 acc.data no_create(%a, %b, %c : memref<10xf32>, memref<10xf32>, memref<10x10xf32>) {
513 // CHECK: acc.data no_create([[ARGA]], [[ARGB]], [[ARGC]] : memref<10xf32>, memref<10xf32>, me…
/external/llvm-project/llvm/include/llvm/Frontend/OpenACC/
DACC.td166 def ACCC_NoCreate : Clause<"no_create"> {
/external/fdlibm/
Dconfigure287 no_create=
451 no_create=yes ;;
3297 if test "$no_create" != yes; then
/external/fec/
Dconfigure322 no_create=
486 no_create=yes ;;
4345 if test "$no_create" != yes; then
/external/iputils/ninfod/
Dconfigure687 no_create=
901 no_create=yes ;;
5503 if test "$no_create" != yes; then
/external/stressapptest/
Dconfigure754 no_create=
969 no_create=yes ;;
7386 if test "$no_create" != yes; then
/external/strace/
Dconfigure.ac909 if test "$arch" = mips && test "$no_create" != yes; then
Dconfigure848 no_create=
1062 no_create=yes ;;
15426 if test "$arch" = mips && test "$no_create" != yes; then
18351 if test "$no_create" != yes; then
/external/mtools/
Dconfigure735 no_create=
950 no_create=yes ;;
7887 if test "$no_create" != yes; then
/external/libsrtp2/
Dconfigure751 no_create=
966 no_create=yes ;;
7744 if test "$no_create" != yes; then
/external/google-breakpad/
Dconfigure815 no_create=
1029 no_create=yes ;;
9215 if test "$no_create" != yes; then
/external/tcpdump/
Dconfigure731 no_create=
945 no_create=yes ;;
9648 if test "$no_create" != yes; then
/external/icu/icu4c/source/
Dconfigure838 no_create=
1052 no_create=yes ;;
9218 if test "$no_create" != yes; then
/external/libcups/
Dconfigure941 no_create=
1155 no_create=yes ;;
11158 if test "$no_create" != yes; then
/external/libpcap/
Dconfigure796 no_create=
1011 no_create=yes ;;
13198 if test "$no_create" != yes; then
/external/libnfnetlink/
Dconfigure780 no_create=
994 no_create=yes ;;
13633 if test "$no_create" != yes; then
/external/lmfit/
Dconfigure790 no_create=
1005 no_create=yes ;;
14059 if test "$no_create" != yes; then
/external/jemalloc_new/
Dconfigure826 no_create=
1041 no_create=yes ;;
13605 if test "$no_create" != yes; then
/external/llvm-project/polly/lib/External/ppcg/
Dconfigure819 no_create=
1033 no_create=yes ;;
14452 if test "$no_create" != yes; then
/external/e2fsprogs/
Dconfigure958 no_create=
1173 no_create=yes ;;
16137 if test "$no_create" != yes; then
/external/libpng/
Dconfigure846 no_create=
1060 no_create=yes ;;
16100 if test "$no_create" != yes; then

12