HomeSort by: relevance | last modified time | path
    Searched defs:protoname (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/rdist/
server.c 323 #define protoname() (pw ? pw->pw_name : user) macro
389 opts, stb.st_mode & 07777, protoname(), protogroup(),
459 (u_long)stb.st_mtime, protoname(), protogroup(), rname);
518 (u_long)stb.st_mtime, protoname(), protogroup(), rname);
  /src/usr.sbin/edquota/
edquota.c 1117 replicate(const char *fs, int idtype, const char *protoname,
1125 if ((protoid = getidbyname(protoname, idtype)) == -1)
1317 char *protoname; local in function:main
1329 protoname = NULL;
1343 protoname = optarg;
1374 replicate(fs, idtype, protoname, argv, argc);

Completed in 13 milliseconds