Searched refs:drop (Results 1 - 25 of 158) sorted by relevance

1234567

/macosx-10.9.5/ncurses-42/ncurses/test/
H A Drain.c114 part1(DATA * drop) argument
116 mvaddch(drop->y, drop->x, '.');
120 part2(DATA * drop) argument
122 mvaddch(drop->y, drop->x, 'o');
126 part3(DATA * drop) argument
128 mvaddch(drop->y, drop->x, 'O');
132 part4(DATA * drop) argument
140 part5(DATA * drop) argument
150 part6(DATA * drop) argument
295 DATA drop; local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/pgsql/
H A Dtestdb_create.sql0 drop table persons;
2 drop sequence persons_id_seq;
10 drop table institutes;
11 drop sequence institutes_id_seq;
17 drop table documents;
18 drop sequence documents_id_seq;
25 drop table authors_docs;
32 drop table phones;
33 drop sequence phones_id_seq;
40 drop tabl
[all...]
H A Dbacksql_create.sql0 drop table ldap_oc_mappings;
2 drop sequence ldap_oc_mappings_id_seq;
14 drop table ldap_attr_mappings;
15 drop sequence ldap_attr_mappings_id_seq;
31 drop table ldap_entries;
32 drop sequence ldap_entries_id_seq;
44 drop table ldap_entry_objclasses;
/macosx-10.9.5/Heimdal-323.92.1/appl/popper/
H A Dpop_updt.c11 "Error error updating primary drop. Mailbox unchanged";
51 ftruncate ((int)fileno(p->drop),0);
52 fclose(p->drop) ;
58 pop_log(p,POP_DEBUG,"Opening mail drop \"%s\"",p->drop_name);
67 /* Lock the user's real mail drop */
75 offset = lseek((int)fileno(p->drop),0,SEEK_END) ;
80 if ( nchar != write((int)fileno(p->drop),buffer,nchar) ) {
86 ftruncate((int)fileno(p->drop),(int)offset) ;
87 fclose(p->drop) ;
95 /* Synch stdio and the kernel for the POP drop */
[all...]
H A Dpop_send.c97 fseek(p->drop, mp->offset, 0);
103 fgets (buffer,MAXMSGLINELEN,p->drop);
135 while (fgets(buffer,MAXMSGLINELEN,p->drop)) {
151 while (fgets(buffer, MAXMSGLINELEN-1, p->drop)) {
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Ddropsite.tcl116 proc DropSite::setdrop { path subpath dropover drop {force 0}} {
123 -dropcmd $drop \
138 upvar \#0 DropSite::$path drop
140 Widget::init DropSite .drop$path $args
141 if { [info exists drop] } {
142 unset drop
144 set dropcmd [Widget::getMegawidgetOption .drop$path -dropcmd]
145 set types [Widget::getMegawidgetOption .drop$path -droptypes]
146 set overcmd [Widget::getMegawidgetOption .drop$path -dropovercmd]
147 Widget::destroy .drop
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/ibmdb2/
H A Dtestdb_create.sql0 drop table persons;
9 drop table institutes;
15 drop table documents;
22 drop table authors_docs;
28 drop table phones;
35 drop table referrals;
H A Dbacksql_create.sql0 drop table ldap_oc_mappings;
14 drop table ldap_attr_mappings;
30 drop table ldap_entries;
53 drop table ldap_entry_objclasses;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/scripts/
H A Dall51 drop database if exists db_1;
52 drop database if exists db_2;
53 drop database if exists db_3;
54 drop database if exists db_4;
55 drop database if exists db_5;
56 drop database if exists db_6;
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/bwidget/
H A Ddropsite.rb32 def self.set_drop(path, subpath, dropover, drop, force=None)
33 tk_call('DropSite::setdrop', path, subpath, dropover, drop, force)
/macosx-10.9.5/sudo-72/src/zlib/
H A Dinftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
152 with length len. That code is converted to an index by dropping drop
153 bits off of the bottom. For codes where len is less than drop + curr,
154 those top drop + curr - len bits are incremented through all values to
160 new sub-table should be started. drop is zero when the root table is
161 being filled, and drop is root when sub-tables are being filled.
205 drop = 0; /* current bits to drop from code for index */
218 here.bits = (unsigned char)(len - drop);
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/mysql/
H A Dtestdb_create.sql0 drop table if exists persons;
9 drop table if exists institutes;
15 drop table if exists documents;
22 drop table if exists authors_docs;
28 drop table if exists phones;
35 drop table if exists certs;
80 drop table if exists referrals;
H A Dbacksql_create.sql0 drop table if exists ldap_oc_mappings;
13 drop table if exists ldap_attr_mappings;
29 drop table if exists ldap_entries;
52 drop table if exists ldap_entry_objclasses;
/macosx-10.9.5/rsync-42/rsync/zlib/
H A Dinftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
152 with length len. That code is converted to an index by dropping drop
153 bits off of the bottom. For codes where len is less than drop + curr,
154 those top drop + curr - len bits are incremented through all values to
160 new sub-table should be started. drop is zero when the root table is
161 being filled, and drop is root when sub-tables are being filled.
206 drop = 0; /* current bits to drop from code for index */
218 this.bits = (unsigned char)(len - drop);
[all...]
/macosx-10.9.5/xnu-2422.115.4/libkern/zlib/
H A Dinftrees.c72 unsigned drop; /* code bits to drop for sub-table */ local
179 with length len. That code is converted to an index by dropping drop
180 bits off of the bottom. For codes where len is less than drop + curr,
181 those top drop + curr - len bits are incremented through all values to
187 new sub-table should be started. drop is zero when the root table is
188 being filled, and drop is root when sub-tables are being filled.
233 drop = 0; /* current bits to drop from code for index */
245 this.bits = (unsigned char)(len - drop);
[all...]
/macosx-10.9.5/zlib-53/zlib/contrib/infback9/
H A Dinftree9.c45 unsigned drop; /* code bits to drop for sub-table */ local
146 with length len. That code is converted to an index by dropping drop
147 bits off of the bottom. For codes where len is less than drop + curr,
148 those top drop + curr - len bits are incremented through all values to
154 new sub-table should be started. drop is zero when the root table is
155 being filled, and drop is root when sub-tables are being filled.
199 drop = 0; /* current bits to drop from code for index */
212 this.bits = (unsigned char)(len - drop);
[all...]
/macosx-10.9.5/zlib-53/zlib/
H A Dinftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
152 with length len. That code is converted to an index by dropping drop
153 bits off of the bottom. For codes where len is less than drop + curr,
154 those top drop + curr - len bits are incremented through all values to
160 new sub-table should be started. drop is zero when the root table is
161 being filled, and drop is root when sub-tables are being filled.
205 drop = 0; /* current bits to drop from code for index */
218 here.bits = (unsigned char)(len - drop);
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dmimetype.c37 drop(Mime_t* mp) function
65 mp->freef = drop;
/macosx-10.9.5/MITKerberosShim-62.1/scripts/
H A Dtest-build.sh22 drop=$(git log -1 --pretty=format:%h)
29 dst=$HOME/Roots/${a}-${version}-${drop}.cpio.gz
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_handle.c313 dtrace_dropdata_t drop; local
319 bzero(&drop, sizeof (drop));
320 drop.dtdda_handle = dtp;
321 drop.dtdda_cpu = cpu;
322 drop.dtdda_kind = what;
323 drop.dtdda_drops = howmany;
324 drop.dtdda_msg = str;
342 if ((*dtp->dt_drophdlr)(&drop, dtp->dt_droparg) == DTRACE_HANDLE_ABORT)
356 "dynamic variable drop" },
392 dtrace_dropdata_t drop; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DtabbedPane.css120 .tabbed-pane-header-tabs-drop-down-container {
129 .tabbed-pane-header-tabs-drop-down-container.measuring {
133 .tabbed-pane-header-tabs-drop-down {
139 .tabbed-pane-header-tabs-drop-down:hover {
143 .tabbed-pane-header-tabs-drop-down:active {
147 select.tabbed-pane-header-tabs-drop-down-select {
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCEngineCommands.h55 extern MBCCompactMove MBCEncodeDrop(const char * drop, int ponder);
H A DMBCLanguageModel.mm215 char drop[5];
216 drop[0] = fMoves->fWhiteMoves ? 'P' : 'p';
217 drop[1] = '@';
218 drop[4] = 0;
222 fprintf(stderr, "<pawndrops> = drop pawn at <pawnat> ;\n");
234 SRAddText(model, "drop pawn at", 12, 0);
241 drop[2] = Col(to);
242 drop[3] = '0'+Row(to);
243 SRAddText(destinations, drop+2, 2, SR(MBCEncodeDrop(drop,
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/diagrams/
H A Ddiagram.tcl40 $core drop
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Ddgslsn.c149 * be used so that the client side processing does not drop the packet
152 * drop the packet assuming it does not know about the rejected call.
782 * Otherwise, assume the ping is a duplicate and drop it.
965 * drop the pkt, immediately free up the SCTE to accept the
1016 * drop the call.
1065 boolean drop; local
1109 drop = false;
1116 /* fall through to drop the pkt - see orphan_call comments */
1118 drop = true;
1128 drop
1201 boolean drop; local
[all...]

Completed in 405 milliseconds

1234567