Home
last modified time | relevance | path

Searched refs:opsys (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/net-mgmt/ndoutils/ndoutils-2.1.3/macros/
H A Dax_nagios_get_os45 AC_SUBST(opsys)
52 AC_ARG_WITH(opsys, AC_HELP_STRING([--with-opsys=OS],
63 opsys="$withval"
64 AC_MSG_RESULT($opsys)
74 opsys=""
85 if test x"$opsys" = "x"; then opsys="unknown"; fi
86 AS_CASE([$opsys],
88 [*bsd*], opsys="bsd",
92 [irix*], opsys="irix",
95 [msys*], opsys="msys")
[all …]
/dports/net-mgmt/nagios4/nagios-4.4.6/autoconf-macros/
H A Dax_nagios_get_os45 AC_SUBST(opsys)
52 AC_ARG_WITH(opsys, AC_HELP_STRING([--with-opsys=OS],
63 opsys="$withval"
64 AC_MSG_RESULT($opsys)
74 opsys=""
85 if test x"$opsys" = "x"; then opsys="unknown"; fi
86 AS_CASE([$opsys],
88 [*bsd*], opsys="bsd",
92 [irix*], opsys="irix",
95 [msys*], opsys="msys")
[all …]
/dports/net-mgmt/nrpe3/nrpe-nrpe-3.2.1/macros/
H A Dax_nagios_get_os45 AC_SUBST(opsys)
52 AC_ARG_WITH(opsys, AC_HELP_STRING([--with-opsys=OS],
63 opsys="$withval"
64 AC_MSG_RESULT($opsys)
74 opsys=""
85 if test x"$opsys" = "x"; then opsys="unknown"; fi
86 AS_CASE([$opsys],
88 [*bsd*], opsys="bsd",
92 [irix*], opsys="irix",
95 [msys*], opsys="msys")
[all …]
/dports/math/geogram/geogram-1.7.7/
H A Dconfigure.bat16 set opsys=%1 variable
34 if "%opsys%" == "" (
36 set opsys=Win32-vs2012 variable
38 set opsys=Win64-vs2012 variable
45 if not exist "cmake\platforms\%opsys%" (
46 echo Error: unsupported platform: %opsys%
65 if not exist build\%opsys%%buildNameSuffix% (
66 mkdir build\%opsys%%buildNameSuffix%
79 pushd build\%opsys%%buildNameSuffix%
87 echo - go to build/%opsys%%buildNameSuffix%
[all …]
/dports/devel/premake5/premake-5.0.0-alpha16-src/src/host/
H A Dzip_extract.c51 static int is_symlink(zip_uint8_t opsys, zip_uint32_t attrib) in is_symlink() argument
53 if (opsys == ZIP_OPSYS_DOS) in is_symlink()
56 if (opsys == ZIP_OPSYS_UNIX) in is_symlink()
63 static int is_directory(zip_uint8_t opsys, zip_uint32_t attrib) in is_directory() argument
65 if (opsys == ZIP_OPSYS_DOS) in is_directory()
68 if (opsys == ZIP_OPSYS_UNIX) in is_directory()
146 zip_uint8_t opsys; in extract() local
154 zip_file_get_external_attributes(z_archive, i, 0, &opsys, &attrib); in extract()
165 if (is_symlink(opsys, attrib)) in extract()
177 if (!is_directory(opsys, attrib) && strlen(filename) > 0) in extract()
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/src/host/
H A Dzip_extract.c51 static int is_symlink(zip_uint8_t opsys, zip_uint32_t attrib) in is_symlink() argument
53 if (opsys == ZIP_OPSYS_DOS) in is_symlink()
56 if (opsys == ZIP_OPSYS_UNIX) in is_symlink()
63 static int is_directory(zip_uint8_t opsys, zip_uint32_t attrib) in is_directory() argument
65 if (opsys == ZIP_OPSYS_DOS) in is_directory()
68 if (opsys == ZIP_OPSYS_UNIX) in is_directory()
146 zip_uint8_t opsys; in extract() local
154 zip_file_get_external_attributes(z_archive, i, 0, &opsys, &attrib); in extract()
165 if (is_symlink(opsys, attrib)) in extract()
177 if (!is_directory(opsys, attrib) && strlen(filename) > 0) in extract()
[all …]
/dports/net/p5-POE-Component-Client-Ident/POE-Component-Client-Ident-1.16/lib/POE/Filter/
H A DIdent.pm58 my ($opsys, $userid);
59 unless ( ($opsys, $userid) =
66 $opsys =~ s/([^\\])\s+$/$1/;
68 $opsys =~ s/\\(.)/$1/g;
87 unless ( $opsys =~ /,/ || $opsys eq 'OTHER' ) {
93 push @$events, { name => 'reply', args => [ $port1, $port2, $opsys, $userid ] };
/dports/www/mod_jk/tomcat-connectors-1.2.48-src/tools/
H A Djkbindist.sh45 o) opsys=$OPTARG;;
60 if [ -z "$opsys" ]
62 opsys="`uname -s | tr [A-Z] [a-z]`"
63 case "$opsys" in
65 opsys=windows
96 dist=${prefix}-${version}-${opsys}-${arch}-${websrv}
/dports/lang/newlisp/newlisp-10.7.5/
H A Dunix-lib.c28 extern int opsys;
53 opsys += 64; in initializeMain()
56 opsys += 128; in initializeMain()
60 opsys += 256; in initializeMain()
64 opsys += 1024; in initializeMain()
69 opsys += 2048; in initializeMain()
H A Dwin-dll.c31 extern int opsys;
54 opsys += 64; in initializeMain()
57 opsys += 128; in initializeMain()
61 opsys += 256; in initializeMain()
65 opsys += 1024; in initializeMain()
/dports/security/libident/libident-0.32/
H A Did_parse.c37 char **identifier, char **opsys, char **charset) in id_parse() argument
55 if (opsys) in id_parse()
56 *opsys = 0; in id_parse()
152 if (opsys) in id_parse()
154 *opsys = id_strdup(cp); in id_parse()
155 if (*opsys == NULL) in id_parse()
H A Dident-tester.c62 char *identifier, *opsys, *charset, hs[NI_MAXHOST]; in main() local
152 res = id_parse(id, NULL, &lport, &fport, &identifier, &opsys, &charset); in main()
202 hs, opsys, charset, identifier); in main()
205 hs, opsys, identifier); in main()
210 printf(" Opsys........ %s\r\n", opsys); in main()
220 &opsys, in main()
/dports/net/p5-Net-Ident/Net-Ident-1.23/
H A DIdent.pm384 my($remoteport, $localport, $port1, $port2, $replytype, $reply, $opsys,
410 $opsys = "ERROR";
416 unless ( ($opsys, $userid) =
425 $opsys =~ s/([^\\])\s+$/$1/;
427 $opsys =~ s/\\(.)/$1/g;
446 unless ( $opsys =~ /,/ || $opsys eq 'OTHER' ) {
459 print STDDBG "opsys = ", defined $opsys ? $opsys : "<undef>", "\n";
462 wantarray ? ($userid, $opsys, $error) : $userid;
/dports/devel/argtable/argtable2-13/example/
H A Duname.c28 int mymain(int kname, int nname, int krel, int kver, int mach, int proc, int hard, int opsys) in mymain() argument
37 if (opsys) printf("GNU/Linux "); in mymain()
54 struct arg_lit *opsys = arg_lit0("o", "operating-system", "print the operating system"); in main() local
58 void* argtable[] = {all,kname,nname,krel,kver,mach,proc,hard,opsys,help,vers,end}; in main()
120 …ount, nname->count, krel->count, kver->count, mach->count, proc->count, hard->count, opsys->count); in main()
/dports/archivers/php80-zip/php-8.0.15/ext/zip/
H A Dphp_zip.stub.php178 … public function setExternalAttributesName(string $name, int $opsys, int $attr, int $flags = 0) {} argument
181 public function setExternalAttributesIndex(int $index, int $opsys, int $attr, int $flags = 0) {} argument
184 * @param int $opsys
188 public function getExternalAttributesName(string $name, &$opsys, &$attr, int $flags = 0) {} argument
191 * @param int $opsys
195 public function getExternalAttributesIndex(int $index, &$opsys, &$attr, int $flags = 0) {} argument
/dports/www/mod_php80/php-8.0.15/ext/zip/
H A Dphp_zip.stub.php178 … public function setExternalAttributesName(string $name, int $opsys, int $attr, int $flags = 0) {} argument
181 public function setExternalAttributesIndex(int $index, int $opsys, int $attr, int $flags = 0) {} argument
184 * @param int $opsys
188 public function getExternalAttributesName(string $name, &$opsys, &$attr, int $flags = 0) {} argument
191 * @param int $opsys
195 public function getExternalAttributesIndex(int $index, &$opsys, &$attr, int $flags = 0) {} argument
/dports/lang/php80/php-8.0.15/ext/zip/
H A Dphp_zip.stub.php178 … public function setExternalAttributesName(string $name, int $opsys, int $attr, int $flags = 0) {} argument
181 public function setExternalAttributesIndex(int $index, int $opsys, int $attr, int $flags = 0) {} argument
184 * @param int $opsys
188 public function getExternalAttributesName(string $name, &$opsys, &$attr, int $flags = 0) {} argument
191 * @param int $opsys
195 public function getExternalAttributesIndex(int $index, &$opsys, &$attr, int $flags = 0) {} argument
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/libzip/
H A Dzip_file_get_external_attributes.c37 …ributes(struct zip *za, zip_uint64_t idx, zip_flags_t flags, zip_uint8_t *opsys, zip_uint32_t *att… in zip_file_get_external_attributes() argument
44 if (opsys) in zip_file_get_external_attributes()
45 *opsys = (de->version_madeby >> 8) & 0xff; in zip_file_get_external_attributes()
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/libzip/
H A Dzip_file_get_external_attributes.c37 …ributes(struct zip *za, zip_uint64_t idx, zip_flags_t flags, zip_uint8_t *opsys, zip_uint32_t *att… in zip_file_get_external_attributes() argument
44 if (opsys) in zip_file_get_external_attributes()
45 *opsys = (de->version_madeby >> 8) & 0xff; in zip_file_get_external_attributes()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/libzip/libzip/lib/
H A Dzip_file_get_external_attributes.c37 zip_file_get_external_attributes(zip_t *za, zip_uint64_t idx, zip_flags_t flags, zip_uint8_t *opsys in zip_file_get_external_attributes() argument
43 if (opsys) in zip_file_get_external_attributes()
44 *opsys = (zip_uint8_t)((de->version_madeby >> 8) & 0xff); in zip_file_get_external_attributes()
/dports/archivers/php73-zip/php-7.3.33/ext/zip/lib/
H A Dzip_file_get_external_attributes.c37 zip_file_get_external_attributes(zip_t *za, zip_uint64_t idx, zip_flags_t flags, zip_uint8_t *opsys in zip_file_get_external_attributes() argument
44 if (opsys) in zip_file_get_external_attributes()
45 *opsys = (zip_uint8_t)((de->version_madeby >> 8) & 0xff); in zip_file_get_external_attributes()
/dports/archivers/libzip/libzip-1.7.3/lib/
H A Dzip_file_get_external_attributes.c37 zip_file_get_external_attributes(zip_t *za, zip_uint64_t idx, zip_flags_t flags, zip_uint8_t *opsys in zip_file_get_external_attributes() argument
43 if (opsys) in zip_file_get_external_attributes()
44 *opsys = (zip_uint8_t)((de->version_madeby >> 8) & 0xff); in zip_file_get_external_attributes()
/dports/lang/php73/php-7.3.33/ext/zip/lib/
H A Dzip_file_get_external_attributes.c37 zip_file_get_external_attributes(zip_t *za, zip_uint64_t idx, zip_flags_t flags, zip_uint8_t *opsys in zip_file_get_external_attributes() argument
44 if (opsys) in zip_file_get_external_attributes()
45 *opsys = (zip_uint8_t)((de->version_madeby >> 8) & 0xff); in zip_file_get_external_attributes()
/dports/www/mod_php73/php-7.3.33/ext/zip/lib/
H A Dzip_file_get_external_attributes.c37 zip_file_get_external_attributes(zip_t *za, zip_uint64_t idx, zip_flags_t flags, zip_uint8_t *opsys in zip_file_get_external_attributes() argument
44 if (opsys) in zip_file_get_external_attributes()
45 *opsys = (zip_uint8_t)((de->version_madeby >> 8) & 0xff); in zip_file_get_external_attributes()
/dports/net/p5-Net-Ident/Net-Ident-1.23/t/
H A Dcompat.t123 ($username, $opsys, $error) = $connrefuse->ident_lookup(30);
125 print "not " unless !defined $username && !defined $opsys &&
132 my($user, $opsys, $error) = STDERR->ident_lookup(30);
134 print "not " unless !defined $user && !defined $opsys && $error;
137 for ($user, $opsys, $error) {
140 print "# got: user=$user opsys=$opsys error=$error\n";

12345678