Home
last modified time | relevance | path

Searched refs:tried (Results 1 – 25 of 77) sorted by relevance

1234

/minix/external/bsd/libarchive/dist/libarchive/test/
H A Dmain.c1804 strncat(tried, buff, sizeof(tried) - strlen(tried) - 1); in get_refdir()
1805 strncat(tried, "\n", sizeof(tried) - strlen(tried) - 1); in get_refdir()
1818 strncat(tried, buff, sizeof(tried) - strlen(tried) - 1); in get_refdir()
1819 strncat(tried, "\n", sizeof(tried) - strlen(tried) - 1); in get_refdir()
1824 strncat(tried, buff, sizeof(tried) - strlen(tried) - 1); in get_refdir()
1825 strncat(tried, "\n", sizeof(tried) - strlen(tried) - 1); in get_refdir()
1834 strncat(tried, buff, sizeof(tried) - strlen(tried) - 1); in get_refdir()
1835 strncat(tried, "\n", sizeof(tried) - strlen(tried) - 1); in get_refdir()
1841 strncat(tried, buff, sizeof(tried) - strlen(tried) - 1); in get_refdir()
1842 strncat(tried, "\n", sizeof(tried) - strlen(tried) - 1); in get_refdir()
[all …]
/minix/external/bsd/libarchive/dist/cpio/test/
H A Dmain.c1814 strncat(tried, buff, sizeof(tried) - strlen(tried) - 1); in get_refdir()
1815 strncat(tried, "\n", sizeof(tried) - strlen(tried) - 1); in get_refdir()
1828 strncat(tried, buff, sizeof(tried) - strlen(tried) - 1); in get_refdir()
1829 strncat(tried, "\n", sizeof(tried) - strlen(tried) - 1); in get_refdir()
1834 strncat(tried, buff, sizeof(tried) - strlen(tried) - 1); in get_refdir()
1835 strncat(tried, "\n", sizeof(tried) - strlen(tried) - 1); in get_refdir()
1844 strncat(tried, buff, sizeof(tried) - strlen(tried) - 1); in get_refdir()
1845 strncat(tried, "\n", sizeof(tried) - strlen(tried) - 1); in get_refdir()
1851 strncat(tried, buff, sizeof(tried) - strlen(tried) - 1); in get_refdir()
1852 strncat(tried, "\n", sizeof(tried) - strlen(tried) - 1); in get_refdir()
[all …]
/minix/external/bsd/libarchive/dist/tar/test/
H A Dmain.c1910 strncat(tried, buff, sizeof(tried) - strlen(tried) - 1); in get_refdir()
1911 strncat(tried, "\n", sizeof(tried) - strlen(tried) - 1); in get_refdir()
1924 strncat(tried, buff, sizeof(tried) - strlen(tried) - 1); in get_refdir()
1925 strncat(tried, "\n", sizeof(tried) - strlen(tried) - 1); in get_refdir()
1930 strncat(tried, buff, sizeof(tried) - strlen(tried) - 1); in get_refdir()
1931 strncat(tried, "\n", sizeof(tried) - strlen(tried) - 1); in get_refdir()
1940 strncat(tried, buff, sizeof(tried) - strlen(tried) - 1); in get_refdir()
1941 strncat(tried, "\n", sizeof(tried) - strlen(tried) - 1); in get_refdir()
1947 strncat(tried, buff, sizeof(tried) - strlen(tried) - 1); in get_refdir()
1948 strncat(tried, "\n", sizeof(tried) - strlen(tried) - 1); in get_refdir()
[all …]
/minix/games/rogue/
H A Dmonster.c312 boolean tried[6]; in mv_1_monster() local
385 for (i = 0; i <= 5; i++) tried[i] = 0; in mv_1_monster()
391 if (!tried[n] && mtry(monster, row, monster->col-1)) { in mv_1_monster()
396 if (!tried[n] && mtry(monster, row, monster->col)) { in mv_1_monster()
401 if (!tried[n] && mtry(monster, row, monster->col+1)) { in mv_1_monster()
406 if (!tried[n] && mtry(monster, monster->row-1, col)) { in mv_1_monster()
411 if (!tried[n] && mtry(monster, monster->row, col)) { in mv_1_monster()
416 if (!tried[n] && mtry(monster, monster->row+1, col)) { in mv_1_monster()
421 if (!tried[n]) { in mv_1_monster()
422 tried[n] = 1; in mv_1_monster()
/minix/external/bsd/blacklist/lib/
H A Dbl.c338 size_t ctxlen, tried; in bl_send() local
374 tried = 0; in bl_send()
379 if ((sendmsg(b->b_fd, &msg, 0) == -1) && tried++ < NTRIES) { in bl_send()
383 return tried >= NTRIES ? -1 : 0; in bl_send()
/minix/external/bsd/bind/dist/lib/dns/
H A Dresolver.c1697 struct tried *tried; in triededns() local
1701 tried = ISC_LIST_NEXT(tried, link)) { in triededns()
1711 struct tried *tried; in add_triededns() local
1719 tried = isc_mem_get(fctx->mctx, sizeof(*tried)); in add_triededns()
1730 struct tried *tried; in triededns512() local
1734 tried = ISC_LIST_NEXT(tried, link)) { in triededns512()
1744 struct tried *tried; in add_triededns512() local
1752 tried = isc_mem_get(fctx->mctx, sizeof(*tried)); in add_triededns512()
2019 struct tried *tried; in resquery_send() local
3443 struct tried *tried; in fctx_destroy() local
[all …]
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Di486-fence-loop.ll5 ; cycle could be formed so it tried to use "sub (%eax), [[RHS]]".
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/NVPTX/
H A Dvector-compare.ll6 ; tried to promote <2 x i1> to <2 x i8> and instruction selection failed.
/minix/crypto/external/bsd/openssl/dist/doc/crypto/
H A DCMS_decrypt.pod32 If B<cert> is set to NULL all possible recipients are tried. This case however
34 PKCS #1 v1.5 RSA padding) all recipients are tried whether they succeed or
H A DBN_num_bytes.pod36 Some have tried using BN_num_bits() on individual numbers in RSA keys,
/minix/external/bsd/llvm/dist/llvm/test/Transforms/SLPVectorizer/X86/
H A Dcrash_binaryop.ll28 ; The SLPVectorizer crashed because it tried to use binary_V
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/
H A Dcrash-O0.ll7 ; This function would crash RegAllocFast because it tried to spill %CPSR.
/minix/lib/libedit/
H A Dread.c316 int tried = 0; in read_char() local
335 if (!tried && read__fixio(el->el_infd, e) == 0) in read_char()
336 tried = 1; in read_char()
/minix/external/bsd/less/dist/
H A Dch.c398 static int tried = FALSE; in end_logfile() local
402 if (!tried && ch_fsize == NULL_POSITION) in end_logfile()
404 tried = TRUE; in end_logfile()
/minix/external/bsd/llvm/dist/llvm/docs/HistoricalNotes/
H A D2001-01-31-UniversalIRIdea.txt26 compiler community has tried and failed to develop for decades, and is
/minix/crypto/external/bsd/openssl/dist/doc/ssl/
H A DSSL_CTX_add_session.pod57 The operation failed. In case of the add operation, it was tried to add
H A DSSL_CTX_load_verify_locations.pod53 do not match, the next certificate will be tried. If a first certificate
/minix/external/bsd/top/dist/
H A DFAQ120 13. I tried to compile top with gcc and it doesn't work. I get
173 17. I tried to configure top on my Mac OSX system and I got an error
188 18. I tried compiling top under SunOS version 4.1.x and it got compile
215 You tried to compile with /usr/ucb/cc. Make sure /usr/ucb is not on
/minix/external/bsd/libpcap/dist/
H A DREADME.hpux24 >I downloaded and compiled tcpdump3.4 a couple of week ago. I tried to use
56 > outgoing. I have tried tcpflow-0.12 which also uses libpcap and the
/minix/minix/lib/liblwip/dist/doc/
H A Dsavannah.txt49 You tried to execute:
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/
H A Dbitfield-insert.ll120 ; Mask is too complicated for literal ANDwwi, make sure other avenues are tried.
/minix/crypto/external/bsd/openssl/dist/demos/tunala/
H A DINSTALL99 - On a solaris system I tried, the "configure" script specified some broken
/minix/games/fortune/datfiles/
H A Dnetbsd-tips29 tried, what results you had, and what you expected.
/minix/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZPatterns.td90 // We want PC-relative addresses to be tried ahead of BD and BDX addresses.
/minix/crypto/external/bsd/openssl/dist/doc/apps/
H A Ds_time.pod141 B<-ssl3> options can be tried

1234