/ast/src/lib/libast/string/ |
H A D | strncopy.c | 33 strncopy(register char* t, register const char* f, size_t n) function
|
/ast/src/lib/libdss/ |
H A D | dssmagic.c | 42 strncopy(magic.name, name, sizeof(magic.name)); 43 strncopy(magic.type, type, sizeof(magic.type));
|
/ast/src/lib/libcodex/ |
H A D | codexpass.c | 38 return strncopy((char*)buf, disc->passphrase, n) - (char*)buf;
|
H A D | codexgetpass.c | 64 r = strncopy((char*)buf, s, n) - (char*)buf;
|
H A D | codex.c | 418 strncopy(cache->name, name, namelen < sizeof(cache->name) ? (namelen + 1) : sizeof(cache->name)); 631 strncopy(can, v, b - v);
|
/ast/src/lib/libast/path/ |
H A D | pathprobe.c | 133 strncopy(buf, proc, p - proc + 1); 141 strncopy(proc + n, p, PATH_MAX - n - 1); 156 strncopy(p, key, x - p); 160 e = strncopy(p, probe, x - p); 176 strncopy(np, probe, nx - np); 204 strncopy(p, key, x - p); 214 strncopy(p, k, x - p);
|
H A D | pathfind.c | 102 strncopy(buf, name, size);
|
/ast/src/cmd/mailx/ |
H A D | misc.c | 360 strncopy(user = temp, addr, sizeof(temp)); 404 p = strncopy(p, uucp, e - p); 405 p = strncopy(p, "!", e - p); 407 p = strncopy(p, user, e - p); 409 p = strncopy(p, "%", e - p); 410 p = strncopy(p, arpa, e - p); 413 p = strncopy(p, "@", e - p); 414 p = strncopy(p, inet, e - p); 735 strncopy(register char* t, register const char* f, size_t n) function
|
H A D | head.c | 168 strncopy(ap->type, data, size + 1); 175 strncopy(ap->opts, s, size + 1); 191 strncopy(ap->code, data, size + 1); 203 strncopy(ap->name, data, size + 1); 799 s = strncopy(namebuf, s, e - namebuf); 803 s = strncopy(t, s, e - t); 804 strncopy(s, "!", e - s); 895 t = strncopy(hl->l_info = t, s, e - t); 902 t = strncopy(hl->l_from = t, s, e - t - 1) + 1; 905 t = strncopy(h [all...] |
H A D | proc.c | 237 s = strncopy(b, state.tmp.dir, e - b); 238 s = strncopy(s, "Mail", e - s); 241 strncopy(s, "XXXXXX", e - s);
|
H A D | cmd3.c | 119 strncopy(str, buf, size); 120 strncopy(state.last.bang, buf, sizeof(state.last.bang) - 1); 134 strncopy(cmd, str, sizeof(cmd)); 384 strncopy(state.var.pwd, cp, PATHSIZE);
|
H A D | lex.c | 109 strncopy(state.path.prev, state.path.mail, sizeof(state.path.prev)); 111 strncopy(state.path.mail, name, sizeof(state.path.mail));
|
H A D | fio.c | 636 strncopy(cmd, name, sizeof(cmd)); 689 strncopy(name, folder, size); 776 strncopy(state.more.pattern, state.more.tmp, sizeof(state.more.pattern));
|
H A D | names.c | 438 strncopy(rp, tp, ep - rp);
|
H A D | cmd2.c | 634 strncopy(ap->code, ap->type, sizeof(ap->code));
|
H A D | collect.c | 518 strncopy(pp.buf + 2, deadletter(), sizeof(pp.buf) - 2);
|
H A D | list.c | 176 strncopy(state.last.scan, str, sizeof(state.last.scan)); 802 strncopy(state.lexstring, state.string_stack[state.regretp], sizeof(state.lexstring));
|
H A D | mailx.h | 1068 extern char* strncopy(char*, const char*, size_t);
|
/ast/src/cmd/dsslib/opaque/ |
H A D | opaque.c | 180 strncopy(opaque->magic.name, opt_info.arg, sizeof(opaque->magic.name)); 187 strncopy(opaque->magic.type, opt_info.arg, sizeof(opaque->magic.type));
|
/ast/src/cmd/codexlib/bzip/ |
H A D | bzip.c | 31 strncopy(name, meth->name, namesize);
|
/ast/src/cmd/codexlib/gzip/ |
H A D | gzip.c | 32 strncopy(name, meth->name, namesize);
|
/ast/src/lib/libast/include/ |
H A D | ast.h | 337 extern char* strncopy(char*, const char*, size_t);
|
/ast/src/lib/libpp/ |
H A D | ppargs.c | 174 strncopy(pp.token, comment, MAXTOKEN);
|
/ast/src/cmd/sortlib/vcodex/ |
H A D | vcodex.c | 211 strncopy(state->input.suffix, s, sizeof(state->input.suffix));
|
/ast/src/cmd/codexlib/compress/ |
H A D | compress.c | 438 strncopy(name, meth->name, namesize);
|