Lines Matching defs:usr
1415 * load user exit usr function fun from library lib
1419 load(Ss_t* ss, const char* usr, const char* fun, const char* lib, Ssdisc_t* disc)
1463 (*disc->errorf)(NiL, disc, 2, "%s: cannot find library for %s callout %s", lib, usr, fun);
1470 (*disc->errorf)(NiL, disc, 2, "%s: %s: cannot find %s callout library", path, fun, usr);
1475 switch ((int)strtol(usr + 1, NiL, 10))
1501 (*disc->errorf)(NiL, disc, 2, "%s: %s: unknown %s user exit function", path, fun, usr);
1613 char* usr[4];
1615 usr[0] = s;
1625 else if (n < elementsof(usr))
1626 usr[n++] = s;
1630 if (load(ss, usr[0], usr[1], usr[3], disc))