Searched refs:partial (Results 1 - 25 of 61) sorted by relevance

123

/freebsd-11-stable/crypto/heimdal/lib/gssapi/mech/
H A Dgss_oid_to_str.c84 size_t i, partial = (size_t)-1; local
90 if (partial != (size_t)-1)
92 partial = i;
95 if (partial != (size_t)-1)
96 return _gss_ont_mech[partial].oid;
/freebsd-11-stable/contrib/openbsm/bin/praudit/
H A Dpraudit.c50 static int partial = 0; variable
74 if (partial) {
128 partial = 1;
/freebsd-11-stable/contrib/libstdc++/config/locale/generic/
H A Dcodecvt_members.cc88 __ret = partial;
100 __ret = partial;
116 // if [__from, __from_end) is a partial multibyte character.
134 __ret = partial;
152 __ret = partial;
/freebsd-11-stable/lib/libc/gen/
H A Dpututxline.c74 off_t partial; local
77 partial = -1;
107 if (partial == -1) {
108 partial = ftello(fp);
113 if (partial != -1)
114 partial -= (off_t)sizeof(fe);
121 * No exact match found. Use the partial match. If no partial
124 if (partial != -1)
125 ret = fseeko(fp, partial, SEEK_SE
[all...]
/freebsd-11-stable/contrib/apr/include/
H A Dapr_escape.h176 * If partial is set, os_escape_path() assumes that the path will be appended to
182 * @param partial If non zero, suppresses the prepending of "./"
188 apr_ssize_t slen, int partial, apr_size_t *len);
200 * If partial is set, os_escape_path() assumes that the path will be appended to
204 * @param partial If non zero, suppresses the prepending of "./"
209 int partial) __attribute__((nonnull(1)));
/freebsd-11-stable/contrib/gcc/
H A Dscan.h42 struct partial_proto *partial; member in struct:fn_decl
H A Dfix-header.c451 #define REQUIRED(FN) ((FN)->partial == &required_dummy_proto)
452 #define SET_REQUIRED(FN) ((FN)->partial = &required_dummy_proto)
453 #define SET_SEEN(FN) ((FN)->partial = &seen_dummy_proto)
454 #define SEEN(FN) ((FN)->partial == &seen_dummy_proto)
529 struct partial_proto *partial;
551 /* If the partial prototype was included from some other file,
563 /* We only have a partial function declaration,
566 partial = obstack_alloc (&scan_file_obstack, sizeof (struct partial_proto));
567 partial->line_seen = line;
568 partial
528 struct partial_proto *partial; local
[all...]
H A Dcalls.c76 int partial; member in struct:arg_data
835 if (args[i].partial)
837 gcc_assert (args[i].partial % UNITS_PER_WORD == 0);
838 args[i].n_aligned_regs = args[i].partial / UNITS_PER_WORD;
982 args[i].partial is nonzero if part but not all is passed in registers,
1088 args[i].partial
1116 if (args[i].reg == 0 || args[i].partial != 0
1125 args[i].pass_on_stack ? 0 : args[i].partial,
1325 if (args[i].partial > 0 && ! args[i].pass_on_stack)
1377 && args[i].partial
1545 int partial = args[i].partial; local
3282 int partial; member in struct:arg
3653 int partial = argvec[argnum].partial; local
3774 int partial = argvec[argnum].partial; local
4045 int partial = 0; local
[all...]
/freebsd-11-stable/contrib/libstdc++/config/locale/gnu/
H A Dcodecvt_members.cc86 __ret = partial;
100 __ret = partial;
171 __ret = partial;
189 __ret = partial;
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dparse_units.c77 unsigned partial; local
108 partial = 0;
121 ++partial;
127 if (partial == 1) {
H A Dgetarg.c355 struct getargs *partial = NULL; local
379 partial = &args[i];
396 current = partial;
/freebsd-11-stable/crypto/openssh/
H A Dauth2.c327 int partial = 0; local
347 partial = 1;
352 auth_log(authctxt, authenticated, partial, method, submethod);
391 if (!partial && !authctxt->server_caused_failure &&
403 debug3("%s: failure partial=%d next methods=\"%s\"", __func__,
404 partial, methods);
407 packet_put_char(partial);
/freebsd-11-stable/contrib/tcsh/
H A Dsh.lex.c1562 size_t partial; local
1570 partial = 0;
1573 size_t len = nchars > partial ? nchars - partial : 1;
1575 if (partial + len >= sizeof(cbuf) / sizeof(*cbuf))
1578 r = xread(fildes, cbuf + partial, len);
1580 if (partial == 0 && r <= 0)
1582 partial += r;
1584 while (i < partial && nchars != 0) {
1587 tlen = normal_mbtowc(buf + res, cbuf + i, partial
[all...]
/freebsd-11-stable/contrib/apr/encoding/
H A Dapr_escape.c370 apr_ssize_t slen, int partial, apr_size_t *len)
382 if (!partial) {
434 int partial)
438 switch (apr_escape_path(NULL, str, APR_ESCAPE_STRING, partial, &len)) {
441 apr_escape_path(path, str, APR_ESCAPE_STRING, partial, NULL);
433 apr_pescape_path(apr_pool_t *p, const char *str, int partial) argument
/freebsd-11-stable/contrib/dialog/
H A Dfselect.c598 char *partial = 0; local
809 if (partial != 0) {
810 free(partial);
811 partial = 0;
818 if (complete(input, &d_list, &f_list, &partial)) {
819 completed = partial;
829 if (partial != NULL) {
830 free(partial);
831 partial = 0;
907 if (partial !
[all...]
/freebsd-11-stable/usr.sbin/etcupdate/tests/
H A Dtests_test.sh471 # /adddir/partial: Add a new file in a directory. The
476 mkdir $i/adddir/partial
478 echo "foo" > $NEW/adddir/partial/file
479 mkfifo $TEST/adddir/partial/fifo
499 # /rmdir/partial: Remove a complete hierarchy when part of the
502 mkdir -p $i/rmdir/partial/subdir
503 mkfifo $i/rmdir/partial/subdir/fifo
505 echo "foo" > $OLD/rmdir/partial/subdir/file
881 ## /adddir/partial:
882 file /adddir/partial/fil
[all...]
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dtlsv1_client.c193 struct wpabuf *partial; local
195 partial = wpabuf_alloc_copy(pos, end - pos);
197 conn->partial_input = partial;
350 struct wpabuf *partial; local
352 partial = wpabuf_alloc_copy(pos, in_end - pos);
354 conn->partial_input = partial;
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_null.c54 #warning OSX support is only partial
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp1552 return partial;
1564 return partial;
1574 return frm_nxt == frm_end ? ok : partial;
1612 return partial;
1619 return frm_nxt == frm_end ? ok : partial;
1640 return frm_nxt == frm_end ? ok : partial;
1654 return partial;
1735 return codecvt_base::partial;
1748 return codecvt_base::partial;
1754 return codecvt_base::partial;
[all...]
/freebsd-11-stable/crypto/openssl/crypto/des/asm/
H A Ddest4-sparcv9.pl181 stda %f2, [$out + $omask]0xc0 ! partial store
184 stda %f2, [$out + $omask]0xc0 ! partial store
281 stda %f0, [$out + $omask]0xc0 ! partial store
284 stda %f0, [$out + $omask]0xc0 ! partial store
441 stda %f2, [$out + $omask]0xc0 ! partial store
444 stda %f2, [$out + $omask]0xc0 ! partial store
595 stda %f0, [$out + $omask]0xc0 ! partial store
598 stda %f0, [$out + $omask]0xc0 ! partial store
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_request.c108 boolean_t partial = false; local
143 partial = true;
149 return partial;
219 raid_req->partial = pqisrc_build_sgl(&raid_req->sg_descriptors[0], rcb,
293 aio_req->partial = pqisrc_build_sgl(&aio_req->sg_desc[0], rcb,
/freebsd-11-stable/usr.sbin/autofs/
H A Dcommon.c135 char *component, *copy, *tofree, *partial, *tmp; local
145 partial = checked_strdup("");
150 tmp = concat(partial, '/', component);
151 free(partial);
152 partial = tmp;
153 //log_debugx("creating \"%s\"", partial);
154 error = mkdir(partial, 0755);
156 log_warn("cannot create %s", partial);
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dcodecvt_specializations.h235 // This partial specialization takes advantage of iconv to provide
371 __ret = codecvt_base::partial;
407 __ret = codecvt_base::partial;
476 __ret = codecvt_base::partial;
/freebsd-11-stable/crypto/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl141 stda %f4, [$out + $omask]0xc0 ! partial store
145 stda %f8, [$out + $omask]0xc0 ! partial store
363 stda %f4, [$out + $omask]0xc0 ! partial store
367 stda %f8, [$out + $omask]0xc0 ! partial store
471 stda %f8, [$out + $omask]0xc0 ! partial store
477 stda %f6, [$out + $omask]0xc0 ! partial store
710 stda %f4, [$out + $omask]0xc0 ! partial store
714 stda %f8, [$out + $omask]0xc0 ! partial store
804 stda %f8, [$out + $omask]0xc0 ! partial store
810 stda %f6, [$out + $omask]0xc0 ! partial stor
[all...]
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbman_low.c168 struct bm_rcr_entry *partial = rcr->cursor + 1; local
169 rcr->cursor = RCR_CARRYCLEAR(partial);
170 if (partial != rcr->cursor)

Completed in 218 milliseconds

123