Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/cut/
H A Dcut.c394 char *lbuf, *mlbuf; in f_cut() local
397 mlbuf = NULL; in f_cut()
403 mlbuf = malloc(lbuflen + 1); in f_cut()
404 if (mlbuf == NULL) in f_cut()
406 memcpy(mlbuf, lbuf, lbuflen); in f_cut()
407 *(mlbuf + lbuflen) = '\n'; in f_cut()
408 lbuf = mlbuf; in f_cut()
416 free(mlbuf); in f_cut()
443 free(mlbuf); in f_cut()
475 free(mlbuf); in f_cut()