Searched refs:largs (Results 1 – 5 of 5) sorted by relevance
87 + struct lookup_args largs;88 + largs.name = "la_version";89 + largs.map = dlmargs.map;90 + _dl_catch_error (&objname, &err_str, &malloced, lookup_doit, &largs);98 + unsigned int (*laversion) (unsigned int) = largs.result;158 + largs.name = cp;159 + _dl_catch_error (&objname, &err_str, &malloced, lookup_doit, &largs);162 + if (err_str == NULL && largs.result != NULL)164 + newp->fptr[cnt] = largs.result;286 - struct lookup_args largs;[all …]
45 if (err_str == NULL && largs.result != NULL)47 - newp->fptr[cnt] = largs.result;53 + newp->fptr[cnt] = largs.result;
972 largs = {"destdir": ldir, "env": None}1048 revs = runcmd("git rev-list %s" % rev_list_args, **largs).split()1057 … ancestor_revs = runcmd("git rev-list --ancestry-path %s" % rev_list_args, **largs).split()1094 parents = runcmd("git show --no-patch --pretty=format:%P " + prev, **largs).split()1113 …("git show --no-patch --pretty=format:%P%x00%an%x00%ae%x00%at%x00%B " + rev, **largs).split(chr(0))1137 apply_commit(parent, rev, largs, wargs, dest_dir, file_filter=file_filter)1232 def apply_commit(parent, rev, largs, wargs, dest_dir, file_filter=None): argument1244 logger.debug("Applying changes between %s and %s in %s" % (parent, rev, largs["destdir"]))1249 …-no-commit-id --no-renames --name-status -r --raw -z %s %s" % (parent, rev), **largs).split(chr(0))1260 update.extend(runcmd("git ls-tree -r --name-only -z %s" % rev, **largs).split(chr(0)))[all …]
618 char *command, *largs = NULL, *args = value; in apparmor_setprocattr() local629 largs = args = kmalloc(size + 1, GFP_KERNEL); in apparmor_setprocattr()645 arg_size = size - (args - (largs ? largs : (char *) value)); in apparmor_setprocattr()676 kfree(largs); in apparmor_setprocattr()
1# ncurses 6.1 - patch 20190907 - Thomas E. Dickey 2# 3# --- ...