/titanic_50/usr/src/cmd/sgs/libelf/misc/ |
H A D | String.c | 51 jmp_buf jbuf; variable 67 longjmp(jbuf, 1); 72 longjmp(jbuf, 1); 189 longjmp(jbuf, 1);
|
H A D | demangle.c | 124 extern jmp_buf jbuf; 130 if (setjmp(jbuf)) {
|
H A D | elf_dem.h | 57 #define jbuf _elf_jbuf macro
|
/titanic_50/usr/src/lib/libadt_jni/common/ |
H A D | adt_jni.c | 278 jbyteArray jbuf; in Java_com_sun_audit_AuditSession_exportSessionData() local 285 if ((jbuf = (*env)->NewByteArray(env, length)) == NULL) { in Java_com_sun_audit_AuditSession_exportSessionData() 289 (*env)->SetByteArrayRegion(env, jbuf, 0, length, buffer); in Java_com_sun_audit_AuditSession_exportSessionData() 292 return (jbuf); in Java_com_sun_audit_AuditSession_exportSessionData()
|
/titanic_50/usr/src/lib/fm/libfmnotify/common/ |
H A D | libfmnotify.c | 434 char *jbuf; in nd_join_strarray() local 444 if ((jbuf = calloc(len, sizeof (char))) == NULL) { in nd_join_strarray() 449 (void) snprintf(jbuf, len, "%s", arr[0]); in nd_join_strarray() 451 (void) snprintf(jbuf, len, "%s,%s", jbuf, arr[i]); in nd_join_strarray() 453 *buf = jbuf; in nd_join_strarray()
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | main.c | 196 char jbuf[MAXHOSTNAMELEN]; /* holds MyHostName */ local 714 hp = myhostname(jbuf, sizeof(jbuf)); 715 if (jbuf[0] != '\0') 720 sm_dprintf("Canonical name: %s\n", jbuf); 721 macdefine(&BlankEnvelope.e_macro, A_TEMP, 'w', jbuf); 722 macdefine(&BlankEnvelope.e_macro, A_TEMP, 'j', jbuf); 723 setclass('w', jbuf); 725 p = strchr(jbuf, '.'); 736 makelower(jbuf); 737 p = jbuf; [all …]
|
H A D | daemon.c | 189 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 D | readcf.c | 980 char jbuf[MAXHOSTNAMELEN]; local 984 expand("\201j", jbuf, sizeof(jbuf), &BlankEnvelope); 985 if (jbuf[0] == '\0') 987 (void) sm_strlcpy(jbuf, "localhost", 988 sizeof(jbuf)); 1004 mn, lc, jbuf);
|
H A D | map.c | 3931 char jbuf[MAXHOSTNAMELEN]; local 3935 expand("\201j", jbuf, sizeof(jbuf), &BlankEnvelope); 3936 if (jbuf[0] == '\0') 3938 (void) sm_strlcpy(jbuf, "localhost", 3939 sizeof(jbuf)); 3953 lc, jbuf);
|
/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | bsd-cray.c | 791 struct jtab jbuf; in cray_set_tmpdir() local 793 if ((jid = getjtab(&jbuf)) < 0) in cray_set_tmpdir()
|
/titanic_50/usr/src/lib/libdtrace_jni/common/ |
H A D | dtj_consume.c | 770 jobject jbuf = NULL; in dtj_chewrec() local 790 jbuf = (*jenv)->NewObject(jenv, g_buf_jc, in dtj_chewrec() 792 if (!jbuf) { in dtj_chewrec() 796 jc->dtjj_printa_buffer = jbuf; in dtj_chewrec()
|