Home
last modified time | relevance | path

Searched refs:fname_buf (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/usr.bin/grep/
H A Dutil.c84 char *fname_base, *fname_buf; in file_matching() local
88 fname_buf = strdup(fname); in file_matching()
89 if (fname_buf == NULL) in file_matching()
91 fname_base = basename(fname_buf); in file_matching()
102 free(fname_buf); in file_matching()
/freebsd-13.1/sys/sys/
H A Dimgact.h53 char *fname_buf; /* pointer to optional malloc(M_TEMP) buffer */ member
/freebsd-13.1/sys/compat/linux/
H A Dlinux_emul.c245 imgp->args->fname_buf = in linux_exec_imgact_try()
/freebsd-13.1/sys/kern/
H A Dkern_exec.c1545 if (args->fname_buf != NULL) { in exec_free_args()
1546 free(args->fname_buf, M_TEMP); in exec_free_args()
1547 args->fname_buf = NULL; in exec_free_args()