/src/usr.bin/unzip/ |
unzip.c | 1 /* $NetBSD: unzip.c,v 1.28 2021/09/10 21:52:18 rillig Exp $ */ 33 * compatibility with Info-ZIP's UnZip, which requires us to duplicate 40 __RCSID("$NetBSD: unzip.c,v 1.28 2021/09/10 21:52:18 rillig Exp $"); 84 /* time when unzip started */ 155 fprintf(stderr, "unzip: "); 171 fprintf(stderr, "unzip: "); 896 unzip(const char *fn) function in typeref:typename:void 1075 * Info-ZIP's unzip(1) expects certain options to come before the 1100 unzip(zipfile);
|
unzip.c | 1 /* $NetBSD: unzip.c,v 1.28 2021/09/10 21:52:18 rillig Exp $ */ 33 * compatibility with Info-ZIP's UnZip, which requires us to duplicate 40 __RCSID("$NetBSD: unzip.c,v 1.28 2021/09/10 21:52:18 rillig Exp $"); 84 /* time when unzip started */ 155 fprintf(stderr, "unzip: "); 171 fprintf(stderr, "unzip: "); 896 unzip(const char *fn) function in typeref:typename:void 1075 * Info-ZIP's unzip(1) expects certain options to come before the 1100 unzip(zipfile);
|
/src/usr.sbin/makemandb/ |
apropos-utils.c | 206 "compress=zip, uncompress=unzip, tokenize=custom_apropos_tokenizer, " 264 * unzip -- 268 unzip(sqlite3_context *pctx, int nval, sqlite3_value **apval) function in typeref:typename:void 437 /* Register the zip and unzip functions for FTS compression */ 446 rc = sqlite3_create_function(db, "unzip", 1, SQLITE_ANY, NULL, 447 unzip, NULL, NULL);
|
apropos-utils.c | 206 "compress=zip, uncompress=unzip, tokenize=custom_apropos_tokenizer, " 264 * unzip -- 268 unzip(sqlite3_context *pctx, int nval, sqlite3_value **apval) function in typeref:typename:void 437 /* Register the zip and unzip functions for FTS compression */ 446 rc = sqlite3_create_function(db, "unzip", 1, SQLITE_ANY, NULL, 447 unzip, NULL, NULL);
|