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

  /src/external/gpl2/rcs/dist/src/
rcsedit.c 1708 if (strcmp(getcaller(), next->login) == 0) {
1710 rcserror("multiple revisions locked by %s; please specify one", getcaller());
1741 if (strcmp(getcaller(), next->login) == 0)
1752 delta->lockedby = next->login = getcaller();
1798 getcaller() function
1819 if (!AccessList || myself(RCSstat.st_uid) || strcmp(getcaller(),"root")==0)
1824 if (strcmp(getcaller(), next->login) == 0)
1828 rcserror("user %s not on the access list", getcaller());
  /src/external/gpl2/xcvs/dist/src/
subr.c 290 getcaller (void) function

Completed in 18 milliseconds