Searched refs:tried (Results 1 - 19 of 19) sorted by relevance

/freebsd-current/usr.bin/tip/tip/
H A Dacu.c64 volatile int tried = 0; local
109 tried++;
136 tried++;
145 } else if (!tried) {
/freebsd-current/contrib/bmake/unit-tests/
H A Ddepsrc.mk23 : 'Undefined variables are tried to be expanded in a dependency'
25 : 'the expression is preserved and tried to be expanded later.'
H A Dvarname-dot-curdir.mk26 # tried to add the shell command ("echo /") to the .PATH instead of the
H A Dvar-eval-short.mk53 # the nested expression ${FAIL} and then tried to parse the unexpanded text,
67 # nested expression ${FAIL}, which is correct, and then tried to compile the
H A Ddirective-undef.mk25 # Without any arguments, until var.c 1.736 from 2020-12-19, .undef tried
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dmain.c2751 char *buff, *tried, *pwd = NULL, *p = NULL; local
2766 tried = calloc(tried_size, 1);
2767 if (tried == NULL) {
2778 strncat(tried, buff, tried_size - strlen(tried) - 1);
2779 strncat(tried, "\n", tried_size - strlen(tried) - 1);
2796 strncat(tried, buff, tried_size - strlen(tried) - 1);
2797 strncat(tried, "\
[all...]
/freebsd-current/contrib/blocklist/lib/
H A Dbl.c371 size_t ctxlen, tried; local
407 tried = 0;
412 if ((sendmsg(b->b_fd, &msg, 0) == -1) && tried++ < NTRIES) {
416 return tried >= NTRIES ? -1 : 0;
/freebsd-current/contrib/libarchive/test_utils/
H A Dtest_main.c3674 char *buff, *tried, *pwd = NULL, *p = NULL; local
3689 tried = calloc(tried_size, 1);
3690 if (tried == NULL) {
3701 strncat(tried, buff, tried_size - strlen(tried) - 1);
3702 strncat(tried, "\n", tried_size - strlen(tried) - 1);
3719 strncat(tried, buff, tried_size - strlen(tried) - 1);
3720 strncat(tried, "\
[all...]
/freebsd-current/contrib/libedit/
H A Dread.c283 int tried = (el->el_flags & FIXIO) == 0; local
302 if (!tried && read__fixio(el->el_infd, e) == 0) {
304 tried = 1;
/freebsd-current/contrib/tcsh/
H A Ded.inputl.c749 int tried = 0; local
787 if (!tried && fixio(SHIN, errno) != -1)
788 tried = 1;
/freebsd-current/contrib/less/
H A Dch.c378 static int tried = FALSE; local
382 if (!tried && ch_fsize == NULL_POSITION)
384 tried = TRUE;
/freebsd-current/share/mk/
H A Dbsd.obj.mk98 # The following directories are tried in order for ${.OBJDIR}:
H A Dbsd.sys.mk359 CFLAGS+= ERROR-tried-to-rebuild-during-make-install
/freebsd-current/contrib/ncurses/progs/
H A Dtic.c648 const char *tried = 0; local
657 tried = outdir;
665 tried = outdir;
672 if (tried) {
674 fprintf(stderr, "%s: %s (no permission)\n", _nc_progname, tried);
/freebsd-current/contrib/ntp/util/
H A Dntp-keygen.c222 static int tried; local
228 if (!tried) {
229 tried = TRUE;
/freebsd-current/crypto/openssh/
H A Dsshconnect2.c308 int tried; member in struct:identity
1852 id->tried = 0;
1870 if (id->tried++)
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dinterworking.c76 unsigned int tried; local
86 tried = wpa_s->interworking_fast_assoc_tried;
89 if (!tried && wpa_supplicant_fast_associate(wpa_s) >= 0)
/freebsd-current/stand/lua/
H A Dconfig.lua234 -- token included in a pattern will be tried first with a quoted value capture
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1605 tried for regexes, but it complicates the lexical analysis too much.)

Completed in 540 milliseconds