Searched refs:jbuf (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/contrib/gcc/
H A Dunwind-sjlj.c83 jmp_buf jbuf __attribute__((aligned)); member in struct:SjLj_Function_Context
85 void *jbuf[]; member in struct:SjLj_Function_Context
202 return (_Unwind_Word) context->fc->jbuf[2];
311 longjmp (target->fc->jbuf, 1);
/freebsd-10.3-release/contrib/sendmail/src/
H A Dmain.c192 char jbuf[MAXHOSTNAMELEN]; /* holds MyHostName */ local
722 hp = myhostname(jbuf, sizeof(jbuf));
723 if (jbuf[0] != '\0')
728 sm_dprintf("Canonical name: %s\n", jbuf);
729 macdefine(&BlankEnvelope.e_macro, A_TEMP, 'w', jbuf);
730 macdefine(&BlankEnvelope.e_macro, A_TEMP, 'j', jbuf);
731 setclass('w', jbuf);
733 p = strchr(jbuf, '.');
744 makelower(jbuf);
[all...]
H A Ddaemon.c189 char jbuf[MAXHOSTNAMELEN]; local
191 expand("\201j", jbuf, sizeof(jbuf), e);
192 j_has_dot = strchr(jbuf, '.') != NULL;
270 char jbuf[MAXHOSTNAMELEN]; local
272 expand("\201j", jbuf, sizeof(jbuf), e);
273 if (!wordinclass(jbuf, 'w'))
280 else if (j_has_dot && strchr(jbuf, '.') == NULL)
H A Dreadcf.c1044 char jbuf[MAXHOSTNAMELEN]; local
1048 expand("\201j", jbuf, sizeof(jbuf), &BlankEnvelope);
1049 if (jbuf[0] == '\0')
1051 (void) sm_strlcpy(jbuf, "localhost",
1052 sizeof(jbuf));
1068 mn, lc, jbuf);
H A Dmap.c3943 char jbuf[MAXHOSTNAMELEN]; local
3947 expand("\201j", jbuf, sizeof(jbuf), &BlankEnvelope);
3948 if (jbuf[0] == '\0')
3950 (void) sm_strlcpy(jbuf, "localhost",
3951 sizeof(jbuf));
3965 lc, jbuf);
/freebsd-10.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-cray.c793 struct jtab jbuf; local
795 if ((jid = getjtab(&jbuf)) < 0)

Completed in 52 milliseconds