Searched refs:hname (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/
H A Dpolicy.c30 * hname_tail - find the last component of an hname
31 * @name: hname to find the base profile name component of (NOT NULL)
33 * Returns: the tail (base profile name) name component of an hname
35 static const char *hname_tail(const char *hname) argument
38 hname = strim((char *)hname);
39 for (split = strstr(hname, "//"); split; split = strstr(hname, "//"))
40 hname = split + 2;
42 return hname;
571 aa_alloc_profile(const char *hname) argument
761 __lookup_parent(struct aa_namespace *ns, const char *hname) argument
795 __lookup_profile(struct aa_policy *base, const char *hname) argument
824 aa_lookup_profile(struct aa_namespace *ns, const char *hname) argument
[all...]
H A Dprocattr.c59 name_len = strlen(profile->base.hname);
66 /* skip over prefix current_ns->base.hname and separating // */
72 sprintf(s, "%s\n", profile->base.hname);
74 sprintf(s, "%s (%s)\n", profile->base.hname, mode_str);
H A Ddomain.c270 xname = profile->base.hname;
451 target = new_profile->base.hname;
487 name, new_profile->base.hname);
491 target = new_profile->base.hname;
572 * new_compound_name - create an hname with @n2 appended to @n1
573 * @n1: base of hname (NOT NULL)
651 name = new_compound_name(root->base.hname, hats[0]);
661 target = hat->base.hname;
689 target = previous_profile->base.hname;
713 * @hname
725 aa_change_profile(const char *ns_name, const char *hname, bool onexec, bool permtest) argument
[all...]
H A Daudit.c141 audit_log_untrustedstring(ab, profile->ns->base.hname);
144 audit_log_untrustedstring(ab, profile->base.hname);
H A Dpolicy_unpack.c76 audit_log_untrustedstring(ab, name->base.hname);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/registry/
H A Dreg_dynamic.c86 char *hname; local
90 hname = myhostname();
91 value_length = push_ucs2( value, value, hname, sizeof(value), STR_TERMINATE|STR_NOALIGN);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/win/bmed/
H A Dutil.h75 char *FileToURL(char *url, size_t urlsize, const char *const fn, const char *const rcwd, const char *const startdir, const char *const user, const char *const pass, const char *const hname, const unsigned int port);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dutil.h93 char *FileToURL(char *url, size_t urlsize, const char *const fn, const char *const rcwd, const char *const startdir, const char *const user, const char *const pass, const char *const hname, const unsigned int port);
H A Dutil.c204 FileToURL(char *url, size_t urlsize, const char *const fn, const char *const rcwd, const char *const startdir, const char *const user, const char *const pass, const char *const hname, const unsigned int port) argument
225 (void) Strncat(url, hname, urlsize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/include/
H A Dpolicy.h69 * @hname - The hierarchical name
76 char *hname; member in struct:aa_policy
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Daddrtoname.c109 char hname[NI_MAXHOST]; local
122 hname, sizeof(hname), NULL, 0, 0)) {
125 strcpy(host.h_name, hname);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dmisc.c953 struct buffer hname = alloc_buf_gc (strlen(hostname)+sizeof(rnd_bytes)*2+4, gc); local
958 buf_printf(&hname, "%s-0x%s.%s", hst, rnd_str, dot);
959 return BSTR(&hname);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dmsh.c494 static int herein(char *hname, int xdoll);
5079 static int herein(char *hname, int xdoll) argument
5088 if (hname == NULL)
5091 DBGPRINTF7(("HEREIN: hname is %s, xdoll=%d\n", hname, xdoll));
5093 hf = open(hname, O_RDONLY);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Djquery-ui.js1941 var handle = $.trim(n[i]), hname = 'ui-resizable-'+handle;
1942 var axis = $('<div class="ui-resizable-handle ' + hname + '"></div>');

Completed in 294 milliseconds