| /src/external/gpl2/mkhybrid/dist/libfile/ |
| softmagic.c | 64 static int mget (union VALUETYPE *, 120 if (!mget(&p, s, &__f_magic[magindex], nbytes) || 185 (void) fprintf(stderr, "mget @%d: ", offset); 193 mget(union VALUETYPE* p, unsigned char *s, struct magic *m, int nbytes) function
|
| /src/usr.bin/ftp/ |
| extern.h | 157 void mget(int, char **);
|
| cmdtab.c | 85 HSTR casehelp[] = "toggle mget upper/lower case id mapping"; 233 { "mget", H(mgethelp), 1, 1, 1, CMPL(R) mget }, 242 { "mreget", H(mregethelp), 1, 1, 1, CMPL(R) mget },
|
| cmds.c | 682 mget(int argc, char *argv[]) function 1025 * Turn on interactive prompting during mget, mput, and mdelete.
|
| fetch.c | 2247 (void)strlcpy(cmdbuf, "mget", sizeof(cmdbuf)); 2249 mget(xargc, xargv);
|
| /src/external/bsd/file/dist/src/ |
| softmagic.c | 57 file_private int mget(struct magic_set *, struct magic *, const struct buffer *, 264 switch (mget(ms, m, b, CAST(const unsigned char *, bb.fbuf), 376 switch (mget(ms, m, b, CAST(const unsigned char *, 1322 (void) fprintf(stderr, "mget/%" SIZE_T_FORMAT "u @%d: ", len, offset); 1377 /* mget() guarantees buf <= last */ 1591 mget(struct magic_set *ms, struct magic *m, const struct buffer *b, function 1626 fprintf(stderr, "mget(type=%d, flag=%#x, offset=%u, o=%"
|