• Home
  • Raw
  • Download

Lines Matching refs:PyModule_AddIntMacro

515     if (PyModule_AddIntMacro(m, S_IFDIR)) return NULL;  in PyInit__stat()
516 if (PyModule_AddIntMacro(m, S_IFCHR)) return NULL; in PyInit__stat()
517 if (PyModule_AddIntMacro(m, S_IFBLK)) return NULL; in PyInit__stat()
518 if (PyModule_AddIntMacro(m, S_IFREG)) return NULL; in PyInit__stat()
519 if (PyModule_AddIntMacro(m, S_IFIFO)) return NULL; in PyInit__stat()
520 if (PyModule_AddIntMacro(m, S_IFLNK)) return NULL; in PyInit__stat()
521 if (PyModule_AddIntMacro(m, S_IFSOCK)) return NULL; in PyInit__stat()
522 if (PyModule_AddIntMacro(m, S_IFDOOR)) return NULL; in PyInit__stat()
523 if (PyModule_AddIntMacro(m, S_IFPORT)) return NULL; in PyInit__stat()
524 if (PyModule_AddIntMacro(m, S_IFWHT)) return NULL; in PyInit__stat()
526 if (PyModule_AddIntMacro(m, S_ISUID)) return NULL; in PyInit__stat()
527 if (PyModule_AddIntMacro(m, S_ISGID)) return NULL; in PyInit__stat()
528 if (PyModule_AddIntMacro(m, S_ISVTX)) return NULL; in PyInit__stat()
529 if (PyModule_AddIntMacro(m, S_ENFMT)) return NULL; in PyInit__stat()
531 if (PyModule_AddIntMacro(m, S_IREAD)) return NULL; in PyInit__stat()
532 if (PyModule_AddIntMacro(m, S_IWRITE)) return NULL; in PyInit__stat()
533 if (PyModule_AddIntMacro(m, S_IEXEC)) return NULL; in PyInit__stat()
535 if (PyModule_AddIntMacro(m, S_IRWXU)) return NULL; in PyInit__stat()
536 if (PyModule_AddIntMacro(m, S_IRUSR)) return NULL; in PyInit__stat()
537 if (PyModule_AddIntMacro(m, S_IWUSR)) return NULL; in PyInit__stat()
538 if (PyModule_AddIntMacro(m, S_IXUSR)) return NULL; in PyInit__stat()
540 if (PyModule_AddIntMacro(m, S_IRWXG)) return NULL; in PyInit__stat()
541 if (PyModule_AddIntMacro(m, S_IRGRP)) return NULL; in PyInit__stat()
542 if (PyModule_AddIntMacro(m, S_IWGRP)) return NULL; in PyInit__stat()
543 if (PyModule_AddIntMacro(m, S_IXGRP)) return NULL; in PyInit__stat()
545 if (PyModule_AddIntMacro(m, S_IRWXO)) return NULL; in PyInit__stat()
546 if (PyModule_AddIntMacro(m, S_IROTH)) return NULL; in PyInit__stat()
547 if (PyModule_AddIntMacro(m, S_IWOTH)) return NULL; in PyInit__stat()
548 if (PyModule_AddIntMacro(m, S_IXOTH)) return NULL; in PyInit__stat()
550 if (PyModule_AddIntMacro(m, UF_NODUMP)) return NULL; in PyInit__stat()
551 if (PyModule_AddIntMacro(m, UF_IMMUTABLE)) return NULL; in PyInit__stat()
552 if (PyModule_AddIntMacro(m, UF_APPEND)) return NULL; in PyInit__stat()
553 if (PyModule_AddIntMacro(m, UF_OPAQUE)) return NULL; in PyInit__stat()
554 if (PyModule_AddIntMacro(m, UF_NOUNLINK)) return NULL; in PyInit__stat()
555 if (PyModule_AddIntMacro(m, UF_COMPRESSED)) return NULL; in PyInit__stat()
556 if (PyModule_AddIntMacro(m, UF_HIDDEN)) return NULL; in PyInit__stat()
557 if (PyModule_AddIntMacro(m, SF_ARCHIVED)) return NULL; in PyInit__stat()
558 if (PyModule_AddIntMacro(m, SF_IMMUTABLE)) return NULL; in PyInit__stat()
559 if (PyModule_AddIntMacro(m, SF_APPEND)) return NULL; in PyInit__stat()
560 if (PyModule_AddIntMacro(m, SF_NOUNLINK)) return NULL; in PyInit__stat()
561 if (PyModule_AddIntMacro(m, SF_SNAPSHOT)) return NULL; in PyInit__stat()
575 if (PyModule_AddIntMacro(m, FILE_ATTRIBUTE_ARCHIVE)) return NULL; in PyInit__stat()
576 if (PyModule_AddIntMacro(m, FILE_ATTRIBUTE_COMPRESSED)) return NULL; in PyInit__stat()
577 if (PyModule_AddIntMacro(m, FILE_ATTRIBUTE_DEVICE)) return NULL; in PyInit__stat()
578 if (PyModule_AddIntMacro(m, FILE_ATTRIBUTE_DIRECTORY)) return NULL; in PyInit__stat()
579 if (PyModule_AddIntMacro(m, FILE_ATTRIBUTE_ENCRYPTED)) return NULL; in PyInit__stat()
580 if (PyModule_AddIntMacro(m, FILE_ATTRIBUTE_HIDDEN)) return NULL; in PyInit__stat()
581 if (PyModule_AddIntMacro(m, FILE_ATTRIBUTE_INTEGRITY_STREAM)) return NULL; in PyInit__stat()
582 if (PyModule_AddIntMacro(m, FILE_ATTRIBUTE_NORMAL)) return NULL; in PyInit__stat()
583 if (PyModule_AddIntMacro(m, FILE_ATTRIBUTE_NOT_CONTENT_INDEXED)) return NULL; in PyInit__stat()
584 if (PyModule_AddIntMacro(m, FILE_ATTRIBUTE_NO_SCRUB_DATA)) return NULL; in PyInit__stat()
585 if (PyModule_AddIntMacro(m, FILE_ATTRIBUTE_OFFLINE)) return NULL; in PyInit__stat()
586 if (PyModule_AddIntMacro(m, FILE_ATTRIBUTE_READONLY)) return NULL; in PyInit__stat()
587 if (PyModule_AddIntMacro(m, FILE_ATTRIBUTE_REPARSE_POINT)) return NULL; in PyInit__stat()
588 if (PyModule_AddIntMacro(m, FILE_ATTRIBUTE_SPARSE_FILE)) return NULL; in PyInit__stat()
589 if (PyModule_AddIntMacro(m, FILE_ATTRIBUTE_SYSTEM)) return NULL; in PyInit__stat()
590 if (PyModule_AddIntMacro(m, FILE_ATTRIBUTE_TEMPORARY)) return NULL; in PyInit__stat()
591 if (PyModule_AddIntMacro(m, FILE_ATTRIBUTE_VIRTUAL)) return NULL; in PyInit__stat()