Home
last modified time | relevance | path

Searched refs:largs (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/
H A D0011-elf-Ignore-LD_AUDIT-interfaces-if-la_version-returns.patch87 + 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 …]
H A D0012-Properly-initialize-audit-cookie-for-the-dynamic-loa.patch45 if (err_str == NULL && largs.result != NULL)
47 - newp->fptr[cnt] = largs.result;
53 + newp->fptr[cnt] = largs.result;
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dcombo-layer972 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): argument
1244 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 …]
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dlsm.c618 char *command, *largs = NULL, *args = value; in apparmor_setprocattr() local
629 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()
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190907.patch.gz1# ncurses 6.1 - patch 20190907 - Thomas E. Dickey 2# 3# --- ...