Home
last modified time | relevance | path

Searched refs:safecp (Results 1 – 8 of 8) sorted by relevance

/dports/net-mgmt/net-snmp/net-snmp-5.9/local/
H A Dmib2c-update59 safecp()
164 safecp $files $dest
254 safecp -a $SRC/defaults $DST
258 safecp $files $DST
/dports/editors/2bsd-vi/ex-050325/
H A Dex.c472 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 Dex_cmdsub.c480 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 Dex_cmds2.c350 safecp(savedfile, args, sizeof savedfile, "File name too long"); in next()
H A Dex_tty.c250 safecp(ttylongname, gettlongname(ltcbuf, type), sizeof ttylongname, in setterm()
H A Dex_proto.h325 extern char *safecp(char *, const char *, size_t, char *, ...);
H A Dex_subr.c1117 safecp(char *s1, const char *s2, size_t max, char *msg, ...) in safecp() function
H A Dex_put.c1221 safecp(ttynbuf, tn, sizeof ttynbuf, in tostart()