Searched refs:INT (Results 1 - 25 of 154) sorted by relevance

1234567

/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dstrtoimax.c77 # define INT uintmax_t macro
82 # define INT intmax_t macro
85 INT
90 (sizeof (INT) == sizeof (long)
91 || sizeof (INT) == sizeof (long long)));
93 if (sizeof (INT) != sizeof (long))
97 sizeof (INT) == sizeof (long));
/macosx-10.9.5/ntp-88/scripts/
H A Dntp-restart6 kill -INT `ps -ax | egrep "ntpd" | egrep -v "egrep" | sed 's/^\([ 0-9]*\) .*/\1'/`
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_signal.rb20 oldtrap = Signal.trap(:INT) {|sig| x = 2 }
21 Process.kill :INT, Process.pid
28 Signal.trap(:INT) { raise "Interrupt" }
30 Process.kill :INT, Process.pid
36 Signal.trap :INT, oldtrap if oldtrap
114 oldtrap = Signal.trap(:INT) {|sig| x = true }
121 Process.kill(SignalException.new(:INT).signo, $$)
125 Process.kill("INT", $$)
142 Signal.trap(:INT, oldtrap) if oldtrap
149 oldtrap = Signal.trap(:INT) {|si
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddlldef.h87 extern INT WSAAPI
92 extern INT WSAAPI
97 extern INT WSAAPI
103 extern INT WSAAPI
109 extern INT WSAAPI
/macosx-10.9.5/ppp-727.90.1/Documentation/scripts/
H A Dppp-off16 kill -INT `cat /var/run/$DEVICE.pid`
/macosx-10.9.5/CPANInternal-140/DBIx-Class/t/cdbi/testlib/
H A DActor.pm23 salary INT
H A DLog.pm28 id INT UNSIGNED AUTO_INCREMENT PRIMARY KEY,
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dinet_pton.c54 INT r;
55 INT s = sizeof(si4);
72 INT r;
73 INT s = sizeof(si6);
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dcgen-types.h37 typedef int INT; typedef
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/src/
H A DTlsOptions.cpp11 INT=0, enumerator in enum:opttype
26 { LDAP_OPT_X_TLS_REQUIRE_CERT, INT },
27 { LDAP_OPT_X_TLS_PROTOCOL_MIN, INT },
30 { LDAP_OPT_X_TLS_CRLCHECK, INT },
32 { LDAP_OPT_X_TLS_NEWCTX, INT }
61 checkOpt(opt, INT);
92 checkOpt(opt, INT);
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/examples/
H A Dinline.daemon14 $SIG{PIPE} = $SIG{INT} = 'IGNORE'; # don't want to die on 'Broken pipe' or Ctrl-C
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/examples/server/
H A Dsoap.daemon8 $SIG{PIPE} = $SIG{INT} = 'IGNORE'; # don't want to die on 'Broken pipe' or Ctrl-C
H A Dsoap.tcp8 $SIG{PIPE} = $SIG{INT} = 'IGNORE'; # don't want to die on 'Broken pipe' or Ctrl-C
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/examples/
H A Dinline.daemon14 $SIG{PIPE} = $SIG{INT} = 'IGNORE'; # don't want to die on 'Broken pipe' or Ctrl-C
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/examples/server/
H A Dsoap.daemon8 $SIG{PIPE} = $SIG{INT} = 'IGNORE'; # don't want to die on 'Broken pipe' or Ctrl-C
H A Dsoap.tcp8 $SIG{PIPE} = $SIG{INT} = 'IGNORE'; # don't want to die on 'Broken pipe' or Ctrl-C
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/examples/
H A Dinline.daemon14 $SIG{PIPE} = $SIG{INT} = 'IGNORE'; # don't want to die on 'Broken pipe' or Ctrl-C
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/examples/server/
H A Dsoap.daemon8 $SIG{PIPE} = $SIG{INT} = 'IGNORE'; # don't want to die on 'Broken pipe' or Ctrl-C
H A Dsoap.tcp8 $SIG{PIPE} = $SIG{INT} = 'IGNORE'; # don't want to die on 'Broken pipe' or Ctrl-C
/macosx-10.9.5/ruby-104/ruby/sample/webrick/
H A Dhttpsd.rb32 trap(:INT){ httpd.shutdown }
H A Dhttpproxy.rb24 Signal.trap(:INT){ httpd.shutdown }
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/t/testlib/
H A DActor.pm28 salary INT
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/t/lib/
H A Ddbixcsl_mssql_extra_tests.pm20 id INT IDENTITY NOT NULL PRIMARY KEY,
26 id INT IDENTITY NOT NULL PRIMARY KEY,
29 anint INT DEFAULT 6,
35 id INT IDENTITY NOT NULL PRIMARY KEY
100 q{'INT IDENTITY' column has data_type => 'int'};
103 q{'INT IDENTITY' column has is_auto_increment => 1};
129 "CREATE TABLE ${vendor}_loader_test3 (id INT IDENTITY NOT NULL PRIMARY KEY)",
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/t/lib/
H A Ddbixcsl_mssql_extra_tests.pm20 id INT IDENTITY NOT NULL PRIMARY KEY,
26 id INT IDENTITY NOT NULL PRIMARY KEY,
29 anint INT DEFAULT 6,
35 id INT IDENTITY NOT NULL PRIMARY KEY
100 q{'INT IDENTITY' column has data_type => 'int'};
103 q{'INT IDENTITY' column has is_auto_increment => 1};
129 "CREATE TABLE ${vendor}_loader_test3 (id INT IDENTITY NOT NULL PRIMARY KEY)",
/macosx-10.9.5/bash-92/bash-3.2/lib/glob/
H A Dglob_loop.c66 #undef INT macro

Completed in 195 milliseconds

1234567