/src/usr.bin/gzip/ |
unpack.c | 1 /* $FreeBSD: head/usr.bin/gzip/unpack.c 194579 2009-06-21 09:39:43Z delphij $ */ 2 /* $NetBSD: unpack.c,v 1.4 2023/06/10 04:45:25 simonb Exp $ */ 63 * unpack descriptor 91 * Release resource allocated to an unpack descriptor. 317 unpack(int in, int out, char *pre, size_t prelen, off_t *bytes_in) function in typeref:typename:off_t 325 /* If we reached here, the unpack was successful */
|
unpack.c | 1 /* $FreeBSD: head/usr.bin/gzip/unpack.c 194579 2009-06-21 09:39:43Z delphij $ */ 2 /* $NetBSD: unpack.c,v 1.4 2023/06/10 04:45:25 simonb Exp $ */ 63 * unpack descriptor 91 * Release resource allocated to an unpack descriptor. 317 unpack(int in, int out, char *pre, size_t prelen, off_t *bytes_in) function in typeref:typename:off_t 325 /* If we reached here, the unpack was successful */
|
/src/usr.bin/mail/ |
names.c | 534 * Unpack the name list onto a vector of strings. 538 unpack(struct name *smopts, struct name *np) function in typeref:typename:PUBLIC const char ** 546 errx(EXIT_FAILURE, "No names to unpack");
|
names.c | 534 * Unpack the name list onto a vector of strings. 538 unpack(struct name *smopts, struct name *np) function in typeref:typename:PUBLIC const char ** 546 errx(EXIT_FAILURE, "No names to unpack");
|