Home
last modified time | relevance | path

Searched refs:continuation (Results 1 – 25 of 141) sorted by relevance

123456

/netbsd/src/lib/libedit/TEST/
Dtc1.c64 static int continuation = 0; variable
78 return (continuation ? b : a); in prompt()
197 if (!continuation && num == 1) in main()
204 continuation = 0; in main()
212 if (continuation) { in main()
226 history(hist, &ev, continuation ? H_APPEND : H_ENTER, buf); in main()
229 continuation = ncontinuation; in main()
231 if (continuation) in main()
Dwtc1.c16 static int continuation; variable
26 return continuation ? b : a; in prompt()
178 if(!continuation && numc == 1) in main()
185 continuation = 0; in main()
193 history_w(hist, &ev, continuation ? H_APPEND : H_ENTER, line); in main()
195 continuation = ncontinuation; in main()
197 if(continuation) in main()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Deh_return.c58 continuation (void) in continuation() function
69 continuation (); in fail()
76 eh1 (continuation, 100); in do_test1()
84 eh2 (continuation); in do_test2()
/netbsd/src/external/bsd/am-utils/dist/amd/
Damfs_generic.c76 struct continuation { struct
94 static void free_continuation(struct continuation *cp); argument
95 static int amfs_bgmount(struct continuation *cp);
507 struct continuation *cp = (struct continuation *) arg; in amfs_cont()
610 struct continuation *cp = (struct continuation *) arg; in amfs_retry()
650 free_continuation(struct continuation *cp) in free_continuation()
712 amfs_bgmount(struct continuation *cp) in amfs_bgmount()
1092 struct continuation *cp; /* Continuation structure if need to mount */ in amfs_generic_mount_child()
1106 cp = ALLOC(struct continuation); in amfs_generic_mount_child()
/netbsd/src/external/bsd/file/dist/magic/magdir/
Ddump17 >0 belong 4 continuation of file record,
36 >0 belong 4 continuation of file record,
55 >0 belong 4 continuation of file record,
93 >0 leshort 4 continuation of file record.
/netbsd/src/sys/external/bsd/drm2/dist/drm/i915/
Di915_sw_fence.c205 struct list_head *continuation) in __i915_sw_fence_wake_up_all() argument
220 spin_lock_irqsave_nested(&x->lock, flags, 1 + !!continuation); in __i915_sw_fence_wake_up_all()
222 if (continuation) { in __i915_sw_fence_wake_up_all()
225 pos->func(pos, TASK_NORMAL, 0, continuation); in __i915_sw_fence_wake_up_all()
227 list_move_tail(&pos->entry, continuation); in __i915_sw_fence_wake_up_all()
251 struct list_head *continuation) in __i915_sw_fence_complete() argument
265 __i915_sw_fence_wake_up_all(fence, continuation); in __i915_sw_fence_complete()
/netbsd/src/crypto/external/bsd/openssl/dist/util/
Dadd-depends.pl320 my $continuation = $continuations{$producer};
357 $buf .= ' '.$continuation if @deps;
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/asn1/
Dder_put.c469 unsigned int continuation = 0; in der_put_tag() local
474 *p-- = tag % 128 | continuation; in der_put_tag()
478 continuation = 0x80; in der_put_tag()
Dder_get.c631 unsigned int continuation; in der_get_tag() local
637 continuation = *p & 128; in der_get_tag()
644 } while(continuation); in der_get_tag()
Dfuzzer.c207 unsigned int continuation = 0; in fuzzer_put_tag() local
212 *p-- = tag % 128 | continuation; in fuzzer_put_tag()
216 continuation = 0x80; in fuzzer_put_tag()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/schema/
Dopenldap.ldif44 # tabs or spaces to denote line continuation, while LDIF only allows
46 # Also slapd.conf preserves the continuation character, while LDIF strips
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-ldap/
Dchain.c1554 continuation = BER_BVNULL; in chain_cf_gen() local
1561 …c_chaining_ctrlflag & SLAP_CH_CONTINUATION_MASK ) >> SLAP_CH_CONTINUATION_SHIFT ), &continuation ); in chain_cf_gen()
1565 + STRLENOF( "continuation=" ) + continuation.bv_len; in chain_cf_gen()
1569 resolve.bv_val, continuation.bv_val ); in chain_cf_gen()
1632 continuation = -1, in chain_cf_gen() local
1651continuation = str2chain( argv[ 0 ] + STRLENOF( "continuation=" ) ); in chain_cf_gen()
1652 if ( continuation == -1 ) { in chain_cf_gen()
1671 if ( resolve != -1 || continuation != -1 ) { in chain_cf_gen()
1690 if ( continuation > -1 ) { in chain_cf_gen()
1691 err = ber_printf( ber, "e", continuation ); in chain_cf_gen()
/netbsd/src/external/gpl3/gdb/dist/include/som/
Dinternal.h168 unsigned int continuation : 1; member
/netbsd/src/external/gpl3/binutils/dist/include/som/
Dinternal.h168 unsigned int continuation : 1; member
/netbsd/src/external/bsd/openldap/dist/clients/tools/
Dcommon.c634 char *continuation; in tool_args() local
636 continuation = strchr( cvalue, '/' ); in tool_args()
637 if ( continuation ) { in tool_args()
639 *continuation++ = '\0'; in tool_args()
640 … if ( strcasecmp( continuation, "chainingPreferred" ) == 0 ) { in tool_args()
642 … } else if ( strcasecmp( continuation, "chainingRequired" ) == 0 ) { in tool_args()
644 … } else if ( strcasecmp( continuation, "referralsPreferred" ) == 0 ) { in tool_args()
646 … } else if ( strcasecmp( continuation, "referralsRequired" ) == 0 ) { in tool_args()
652 continuation ); in tool_args()
/netbsd/src/usr.bin/patch/
Dpch.c1409 int continuation; in do_ed_script() local
1436 continuation = 0; in do_ed_script()
1439 continuation = !continuation; in do_ed_script()
1440 if (!continuation || in do_ed_script()
/netbsd/src/external/gpl3/gcc/dist/contrib/
Dupdate-copyright.py319 continuation = self.strip_continuation (next_line)
320 if not self.continuation_re.match (continuation):
325 line = line.rstrip() + ' ' + continuation
/netbsd/src/external/bsd/openldap/dist/doc/devel/
Dtodo25 Implement per referral/continuation callback
/netbsd/src/lib/libpuffs/
DTODO42 * clean up the request dispatching / continuation code (not user-visible?)
/netbsd/src/sys/arch/next68k/stand/boot/
Dsrt0.s84 bra hloop | and do not allow continuation
/netbsd/src/external/bsd/tcpdump/dist/tests/
Dsmb_data_print-segv.out96 …-> 0x229b), seq 75:151, ack 168, win 253, length 76 SMB-over-TCP packet:(raw data or continuation?)
/netbsd/src/etc/
Dbootptab36 # tc Table continuation (points to similar "template" host entry)
/netbsd/src/usr.bin/ftp/
Dftp.c398 int originalcode = 0, continuation = 0; in getreply() local
497 if (continuation) in getreply()
499 continuation++; in getreply()
519 if (continuation && code != originalcode) { in getreply()
/netbsd/src/external/gpl3/binutils/dist/gprof/
DChangeLog-2009144 continuation backslash. Prefix first line with "A", following
/netbsd/src/external/bsd/openldap/dist/doc/rfc/
Drfc3296.txt175 When returning a referral result or search continuation, the server
179 referral result or search continuation.
205 generate a referral or continuation reference based upon information

123456