Searched refs:safecp (Results 1 – 8 of 8) sorted by relevance
/dports/net-mgmt/net-snmp/net-snmp-5.9/local/ |
H A D | mib2c-update | 59 safecp() 164 safecp $files $dest 254 safecp -a $SRC/defaults $DST 258 safecp $files $DST
|
/dports/editors/2bsd-vi/ex-050325/ |
H A D | ex.c | 472 safecp(lasttag, av[0], sizeof lasttag, in main() 478 safecp(lasttag, av[0], sizeof lasttag, in main() 548 safecp(savedfile, *av++, sizeof savedfile, "Filename too long"); in main() 569 safecp(shell, cp, sizeof shell, "$SHELL too long"); in main() 591 safecat(safecp(genbuf, cp, sizeof genbuf, in main()
|
H A D | ex_cmdsub.c | 480 safecp(gp, linebuf, sizeof genbuf - (gp - genbuf), "Line too long"); in pragged() 601 safecp(tagfbuf, svalue(TAGS), sizeof tagfbuf, "Tag too long"); 714 safecp(cmdbuf, cp, sizeof cmdbuf, "command too long");
|
H A D | ex_cmds2.c | 350 safecp(savedfile, args, sizeof savedfile, "File name too long"); in next()
|
H A D | ex_tty.c | 250 safecp(ttylongname, gettlongname(ltcbuf, type), sizeof ttylongname, in setterm()
|
H A D | ex_proto.h | 325 extern char *safecp(char *, const char *, size_t, char *, ...);
|
H A D | ex_subr.c | 1117 safecp(char *s1, const char *s2, size_t max, char *msg, ...) in safecp() function
|
H A D | ex_put.c | 1221 safecp(ttynbuf, tn, sizeof ttynbuf, in tostart()
|