Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Daccess.c669 int acl_getlimit(char *class, char *msgpathbuf) in acl_getlimit() argument
674 if (msgpathbuf) in acl_getlimit()
675 *msgpathbuf = '\0'; in acl_getlimit()
684 if (ARG3 && msgpathbuf) in acl_getlimit()
685 strcpy(msgpathbuf, ARG3); in acl_getlimit()
1061 int acl_deny(char *msgpathbuf) in acl_deny() argument
1065 if (msgpathbuf) in acl_deny()
1066 *msgpathbuf = (char) NULL; in acl_deny()
1075 strcpy(msgpathbuf, entry->arg[1]); in acl_deny()
1081 strcpy(msgpathbuf, entry->arg[1]); in acl_deny()