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

/freebsd-11-stable/sys/i386/ibcs2/
H A Dimgact_coff.c386 int emul_path_len = strlen(ibcs2_emul_path); local
388 libbuf = malloc(MAXPATHLEN + emul_path_len,
404 strlcpy(&libbuf[emul_path_len], libname, MAXPATHLEN);

Completed in 91 milliseconds