Lines Matching defs:authname
119 add protoname protodata netid authname authdata"
130 extract filename <protoname=$> <protodata=$> <netid=$> <authname=$>"
147 list <protoname=$> <protodata=$> <netid=$> <authname=$>"
163 remove <protoname=$> <protodata=$> <netid=$> <authname=$>"
948 const char *protoname, *protodata, *netid, *authname;
952 protoname = protodata = netid = authname = NULL;
962 else if (!strncmp ("authname=", argv[i], 9))
963 authname = argv[i] + 9;
968 if (protoname || protodata || netid || authname)
980 if (authname && strcmp (authname, l->auth->auth_name))
1259 * add protoname protodata netid authname authdata
1272 const char *authname;
1291 authname = argv[4];
1365 auth->auth_name = copystring (authname);