Home
last modified time | relevance | path

Searched refs:ENOTUNIQ (Results 1 – 25 of 4590) sorted by relevance

12345678910>>...184

/dports/net/samba412/samba-4.12.15/source3/lib/
H A Derrmap_unix.c245 #ifdef ENOTUNIQ
246 {NT_STATUS_IP_ADDRESS_CONFLICT1, ENOTUNIQ},
247 {NT_STATUS_IP_ADDRESS_CONFLICT2, ENOTUNIQ},
255 #ifdef ENOTUNIQ
256 {NT_STATUS_DUPLICATE_NAME, ENOTUNIQ},
/dports/databases/galera/galera-release_25.3.35/galerautils/src/
H A Dgu_errno.h23 #ifndef ENOTUNIQ
24 # define ENOTUNIQ (GU_ELAST+3) macro
/dports/databases/galera26/galera-release_26.4.10/galerautils/src/
H A Dgu_errno.h23 #ifndef ENOTUNIQ
24 # define ENOTUNIQ (GU_ELAST+3) macro
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/include/
H A Dportability.h118 # ifndef ENOTUNIQ
119 # define ENOTUNIQ 190 macro
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/stdc/
H A Derrno.d286 enum ENOTUNIQ = 76; /// in version() local
389 enum ENOTUNIQ = 76; /// in version() local
491 enum ENOTUNIQ = 167; /// in version() local
594 enum ENOTUNIQ = 80; /// in version() local
703 enum ENOTUNIQ = 76; /// in version() local
806 enum ENOTUNIQ = 76; /// in version() local
948 enum ENOTUNIQ = 115; /// in version() local
1013 enum ENOTUNIQ = 76; /// in version() local
1666 enum ENOTUNIQ = 80 /** given log. name not unique */; in version() local
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/stdc/
H A Derrno.d286 enum ENOTUNIQ = 76; /// in version() local
389 enum ENOTUNIQ = 76; /// in version() local
491 enum ENOTUNIQ = 167; /// in version() local
594 enum ENOTUNIQ = 80; /// in version() local
703 enum ENOTUNIQ = 76; /// in version() local
806 enum ENOTUNIQ = 76; /// in version() local
948 enum ENOTUNIQ = 115; /// in version() local
1013 enum ENOTUNIQ = 76; /// in version() local
1666 enum ENOTUNIQ = 80 /** given log. name not unique */; in version() local
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/stdc/
H A Derrno.d286 enum ENOTUNIQ = 76; /// in version() local
389 enum ENOTUNIQ = 76; /// in version() local
491 enum ENOTUNIQ = 167; /// in version() local
594 enum ENOTUNIQ = 80; /// in version() local
703 enum ENOTUNIQ = 76; /// in version() local
806 enum ENOTUNIQ = 76; /// in version() local
948 enum ENOTUNIQ = 115; /// in version() local
1013 enum ENOTUNIQ = 76; /// in version() local
1666 enum ENOTUNIQ = 80 /** given log. name not unique */; in version() local
/dports/devel/libslang2/slang-2.3.2/src/
H A Dslerrno.c334 #ifndef ENOTUNIQ
335 # define ENOTUNIQ -1 macro
337 {" Name not unique on network ", ENOTUNIQ, "ENOTUNIQ"},
/dports/security/clamav/clamav-0.104.2/win32/compat/
H A Dw32_errno_defs.c372 #ifndef ENOTUNIQ
373 #define ENOTUNIQ 1076 macro
375 {ENOTUNIQ, "Name not unique on network"},
/dports/security/clamav-lts/clamav-0.103.5/win32/compat/
H A Dw32_errno_defs.c372 #ifndef ENOTUNIQ
373 #define ENOTUNIQ 1076 macro
375 {ENOTUNIQ, "Name not unique on network"},
/dports/lang/ferite/ferite-1.0.2/modules/posix/
H A Dconsts.h351 #ifdef ENOTUNIQ
352 ENOTUNIQ,
848 #ifdef ENOTUNIQ
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/include/
H A Dportability.h221 # ifndef ENOTUNIQ
222 # define ENOTUNIQ 190 macro
/dports/sysutils/nut/nut-2.7.4/common/
H A Dstrerror.c300 #if defined (ENOTUNIQ) in strerror()
301 case ENOTUNIQ: in strerror()
/dports/sysutils/nut-devel/nut-9e6a5ab2/common/
H A Dstrerror.c310 #if defined (ENOTUNIQ) in strerror()
311 case ENOTUNIQ: in strerror()
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/syscall/
H A Dtables_js.go180 ENOTUNIQ Errno = 76 /* Given log. name not unique */ const
305 ENOTUNIQ: "Given log. name not unique",
446 "ENOTUNIQ": ENOTUNIQ,
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/syscall/
H A Dtables_js.go179 ENOTUNIQ Errno = 76 /* Given log. name not unique */ const
304 ENOTUNIQ: "Given log. name not unique",
445 "ENOTUNIQ": ENOTUNIQ,
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/syscall/
H A Dtables_js.go179 ENOTUNIQ Errno = 76 /* Given log. name not unique */ const
304 ENOTUNIQ: "Given log. name not unique",
445 "ENOTUNIQ": ENOTUNIQ,
/dports/lang/gcc10/gcc-10.3.0/libgo/go/syscall/
H A Dtables_js.go179 ENOTUNIQ Errno = 76 /* Given log. name not unique */ const
304 ENOTUNIQ: "Given log. name not unique",
445 "ENOTUNIQ": ENOTUNIQ,
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/syscall/
H A Dtables_js.go179 ENOTUNIQ Errno = 76 /* Given log. name not unique */ const
304 ENOTUNIQ: "Given log. name not unique",
445 "ENOTUNIQ": ENOTUNIQ,
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/syscall/
H A Dtables_nacljs.go175 ENOTUNIQ Errno = 76 /* Given log. name not unique */ const
300 ENOTUNIQ: "Given log. name not unique",
441 "ENOTUNIQ": ENOTUNIQ,
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/lib/common/
H A Dresults.c109 case ENOTUNIQ: in pcmk_strerror()
345 case ENOTUNIQ: return "ENOTUNIQ"; in pcmk_rc_name()
683 case ENOTUNIQ: in pcmk_rc2exitc()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/syscall/
H A Dtables_js.go179 ENOTUNIQ Errno = 76 /* Given log. name not unique */ const
304 ENOTUNIQ: "Given log. name not unique",
445 "ENOTUNIQ": ENOTUNIQ,
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/syscall/
H A Dtables_js.go179 ENOTUNIQ Errno = 76 /* Given log. name not unique */ const
304 ENOTUNIQ: "Given log. name not unique",
445 "ENOTUNIQ": ENOTUNIQ,
/dports/lang/gcc11/gcc-11.2.0/libgo/go/syscall/
H A Dtables_js.go179 ENOTUNIQ Errno = 76 /* Given log. name not unique */ const
304 ENOTUNIQ: "Given log. name not unique",
445 "ENOTUNIQ": ENOTUNIQ,
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/syscall/
H A Dtables_js.go179 ENOTUNIQ Errno = 76 /* Given log. name not unique */ const
304 ENOTUNIQ: "Given log. name not unique",
445 "ENOTUNIQ": ENOTUNIQ,

12345678910>>...184