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

/freebsd-11-stable/usr.bin/tip/tip/
H A Dacu.c72 volatile int tried = 0; local
117 tried++;
144 tried++;
153 } else if (!tried) {
/freebsd-11-stable/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-11-stable/contrib/blacklist/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-11-stable/contrib/libarchive/test_utils/
H A Dtest_main.c3650 char *buff, *tried, *pwd = NULL, *p = NULL; local
3665 tried = calloc(tried_size, 1);
3666 if (tried == NULL) {
3677 strncat(tried, buff, tried_size - strlen(tried) - 1);
3678 strncat(tried, "\n", tried_size - strlen(tried) - 1);
3695 strncat(tried, buff, tried_size - strlen(tried) - 1);
3696 strncat(tried, "\
[all...]
/freebsd-11-stable/lib/libedit/
H A Dread.c312 int tried = 0; local
331 if (!tried && read__fixio(el->el_infd, e) == 0) {
333 tried = 1;
/freebsd-11-stable/contrib/tcsh/
H A Ded.inputl.c749 int tried = 0; local
787 if (!tried && fixio(SHIN, errno) != -1)
788 tried = 1;
/freebsd-11-stable/contrib/less/
H A Dch.c391 static int tried = FALSE; local
395 if (!tried && ch_fsize == NULL_POSITION)
397 tried = TRUE;
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtic.c631 const char *tried = 0; local
640 tried = outdir;
648 tried = outdir;
655 if (tried) {
657 fprintf(stderr, "%s: %s (no permission)\n", _nc_progname, tried);
/freebsd-11-stable/share/mk/
H A Dbsd.obj.mk92 # The following directories are tried in order for ${.OBJDIR}:
H A Dbsd.sys.mk231 CFLAGS+= ERROR-tried-to-rebuild-during-make-install
/freebsd-11-stable/contrib/ntp/util/
H A Dntp-keygen.c222 static int tried; local
228 if (!tried) {
229 tried = TRUE;
/freebsd-11-stable/crypto/openssh/
H A Dsshconnect2.c254 int tried; member in struct:identity
1460 id->tried = 0;
1484 if (id->tried++)
/freebsd-11-stable/stand/lua/
H A Dconfig.lua181 -- token included in a pattern will be tried first with a quoted value capture
/freebsd-11-stable/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-11-stable/contrib/amd/doc/
H A Dtexinfo.tex1391 % tried to figure out what each command should do in the context

Completed in 364 milliseconds