Searched refs:new (Results 1 - 25 of 3863) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dstrndup.c29 char *new = malloc (len + 1); local
31 if (new == NULL)
34 new[len] = '\0';
35 return memcpy (new, s, len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dstrndup.c29 char *new = malloc (len + 1); local
31 if (new == NULL)
34 new[len] = '\0';
35 return memcpy (new, s, len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dstrndup.c29 char *new = malloc (len + 1); local
31 if (new == NULL)
34 new[len] = '\0';
35 return memcpy (new, s, len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nfsd/
H A Dauth.c24 struct cred *new; local
31 /* discard any old override before preparing the new set */
33 new = prepare_creds();
34 if (!new)
37 new->fsuid = rqstp->rq_cred.cr_uid;
38 new->fsgid = rqstp->rq_cred.cr_gid;
43 new->fsuid = exp->ex_anon_uid;
44 new->fsgid = exp->ex_anon_gid;
49 if (!new->fsuid)
50 new
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/security/apparmor/
H A Dcontext.c24 * cred or task context but instead creates a new one. Ideally the task
33 * aa_alloc_task_context - allocate a new task_cxt
60 * @new: a blank task context (NOT NULL)
63 void aa_dup_task_context(struct aa_task_cxt *new, const struct aa_task_cxt *old) argument
65 *new = *old;
66 aa_get_profile(new->profile);
67 aa_get_profile(new->previous);
68 aa_get_profile(new->onexec);
73 * @profile: new profile (NOT NULL)
80 struct cred *new; local
122 struct cred *new = prepare_creds(); local
148 struct cred *new = prepare_creds(); local
186 struct cred *new = prepare_creds(); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/security/apparmor/
H A Dcontext.c24 * cred or task context but instead creates a new one. Ideally the task
33 * aa_alloc_task_context - allocate a new task_cxt
60 * @new: a blank task context (NOT NULL)
63 void aa_dup_task_context(struct aa_task_cxt *new, const struct aa_task_cxt *old) argument
65 *new = *old;
66 aa_get_profile(new->profile);
67 aa_get_profile(new->previous);
68 aa_get_profile(new->onexec);
73 * @profile: new profile (NOT NULL)
80 struct cred *new; local
122 struct cred *new = prepare_creds(); local
148 struct cred *new = prepare_creds(); local
186 struct cred *new = prepare_creds(); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/nfsd/
H A Dauth.c24 struct cred *new; local
31 /* discard any old override before preparing the new set */
33 new = prepare_creds();
34 if (!new)
37 new->fsuid = rqstp->rq_cred.cr_uid;
38 new->fsgid = rqstp->rq_cred.cr_gid;
43 new->fsuid = exp->ex_anon_uid;
44 new->fsgid = exp->ex_anon_gid;
49 if (!new->fsuid)
50 new
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dcred.c234 struct cred *new; local
236 new = kmem_cache_zalloc(cred_jar, GFP_KERNEL);
237 if (!new)
241 new->tgcred = kzalloc(sizeof(*new->tgcred), GFP_KERNEL);
242 if (!new->tgcred) {
243 kmem_cache_free(cred_jar, new);
246 atomic_set(&new->tgcred->usage, 1);
249 atomic_set(&new->usage, 1);
251 if (security_cred_alloc_blank(new, GFP_KERNE
282 struct cred *new; local
328 struct cred *new; local
379 struct cred *new; local
464 commit_creds(struct cred *new) argument
543 abort_creds(struct cred *new) argument
564 override_creds(const struct cred *new) argument
641 struct cred *new; local
695 set_security_override(struct cred *new, u32 secid) argument
711 set_security_override_from_ctx(struct cred *new, const char *secctx) argument
733 set_create_files_as(struct cred *new, struct inode *inode) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dcred.c234 struct cred *new; local
236 new = kmem_cache_zalloc(cred_jar, GFP_KERNEL);
237 if (!new)
241 new->tgcred = kzalloc(sizeof(*new->tgcred), GFP_KERNEL);
242 if (!new->tgcred) {
243 kmem_cache_free(cred_jar, new);
246 atomic_set(&new->tgcred->usage, 1);
249 atomic_set(&new->usage, 1);
251 if (security_cred_alloc_blank(new, GFP_KERNE
282 struct cred *new; local
328 struct cred *new; local
379 struct cred *new; local
464 commit_creds(struct cred *new) argument
543 abort_creds(struct cred *new) argument
564 override_creds(const struct cred *new) argument
641 struct cred *new; local
695 set_security_override(struct cred *new, u32 secid) argument
711 set_security_override_from_ctx(struct cred *new, const char *secctx) argument
733 set_create_files_as(struct cred *new, struct inode *inode) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/cachefiles/
H A Dsecurity.c22 struct cred *new; local
27 new = prepare_kernel_cred(current);
28 if (!new) {
34 ret = set_security_override_from_ctx(new, cache->secctx);
36 put_cred(new);
45 cache->cache_cred = new;
87 struct cred *new; local
94 new = prepare_creds();
95 if (!new)
102 ret = set_create_files_as(new, roo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/cachefiles/
H A Dsecurity.c22 struct cred *new; local
27 new = prepare_kernel_cred(current);
28 if (!new) {
34 ret = set_security_override_from_ctx(new, cache->secctx);
36 put_cred(new);
45 cache->cache_cred = new;
87 struct cred *new; local
94 new = prepare_creds();
95 if (!new)
102 ret = set_create_files_as(new, roo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/utils/
H A Ddebug2html.c72 static dbg_Token modechange( dbg_Token new, dbg_Token mode ) argument
76 * Input: new - The token value of the current token. This indicates
82 * Output: The new mode. This will be the same as the input mode unless
92 switch( new )
117 static void newblock( dbg_Token old, dbg_Token new )
122 * new - The current token.
128 * the previous token, and then the markup tags for the new
150 switch( new )
226 new = dbg_null, local
239 old = new;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/utils/
H A Ddebug2html.c72 static dbg_Token modechange( dbg_Token new, dbg_Token mode ) argument
76 * Input: new - The token value of the current token. This indicates
82 * Output: The new mode. This will be the same as the input mode unless
92 switch( new )
117 static void newblock( dbg_Token old, dbg_Token new )
122 * new - The current token.
128 * the previous token, and then the markup tags for the new
150 switch( new )
226 new = dbg_null, local
239 old = new;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/utils/
H A Ddebug2html.c72 static dbg_Token modechange( dbg_Token new, dbg_Token mode ) argument
76 * Input: new - The token value of the current token. This indicates
82 * Output: The new mode. This will be the same as the input mode unless
92 switch( new )
117 static void newblock( dbg_Token old, dbg_Token new )
122 * new - The current token.
128 * the previous token, and then the markup tags for the new
150 switch( new )
226 new = dbg_null, local
239 old = new;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/kernel/
H A Dftrace.c25 static int ftrace_modify_code(unsigned long ip, u32 old, u32 new) argument
31 "1: cas [%[ip]], %[old], %[new]\n"
46 : [new] "0" (new), [old] "r" (old), [ip] "r" (ip)
49 if (replaced != old && replaced != new)
58 u32 old, new; local
61 new = ftrace_nop;
62 return ftrace_modify_code(ip, old, new);
68 u32 old, new; local
71 new
78 u32 old, new; local
103 u32 old, new; local
113 u32 old, new; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/kernel/
H A Dftrace.c25 static int ftrace_modify_code(unsigned long ip, u32 old, u32 new) argument
31 "1: cas [%[ip]], %[old], %[new]\n"
46 : [new] "0" (new), [old] "r" (old), [ip] "r" (ip)
49 if (replaced != old && replaced != new)
58 u32 old, new; local
61 new = ftrace_nop;
62 return ftrace_modify_code(ip, old, new);
68 u32 old, new; local
71 new
78 u32 old, new; local
103 u32 old, new; local
113 u32 old, new; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/sys-i386/
H A Dbugs.c26 struct sigaction old, new; local
29 new.sa_handler = cmov_sigill_test_handler;
32 new.sa_flags = SA_NODEFER;
33 sigemptyset(&new.sa_mask);
34 sigaction(SIGILL, &new, &old);
43 sigaction(SIGILL, &old, &new);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/sys-i386/
H A Dbugs.c26 struct sigaction old, new; local
29 new.sa_handler = cmov_sigill_test_handler;
32 new.sa_flags = SA_NODEFER;
33 sigemptyset(&new.sa_mask);
34 sigaction(SIGILL, &new, &old);
43 sigaction(SIGILL, &old, &new);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/contrib/mactable/
H A Dmacscript29 sed "/^${ip//./\.} / d" "$STATUS_FILE" > "$STATUS_FILE".new
32 echo "$ip $mac" >> "$STATUS_FILE".new
34 mv "$STATUS_FILE".new "$STATUS_FILE" # atomic update.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/contrib/slackware-dnsmasq/
H A Ddoinst.sh.gz
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/contrib/mactable/
H A Dmacscript29 sed "/^${ip//./\.} / d" "$STATUS_FILE" > "$STATUS_FILE".new
32 echo "$ip $mac" >> "$STATUS_FILE".new
34 mv "$STATUS_FILE".new "$STATUS_FILE" # atomic update.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/contrib/slackware-dnsmasq/
H A Ddoinst.sh.gz
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/contrib/mactable/
H A Dmacscript29 sed "/^${ip//./\.} / d" "$STATUS_FILE" > "$STATUS_FILE".new
32 echo "$ip $mac" >> "$STATUS_FILE".new
34 mv "$STATUS_FILE".new "$STATUS_FILE" # atomic update.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/contrib/slackware-dnsmasq/
H A Ddoinst.sh.gz
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/os_brew/
H A Dos_rename.c18 __os_rename(env, old, new, silent)
20 const char *old, *new;
32 if (IFILEMGR_Rename(pIFileMgr, old, new) == SUCCESS)

Completed in 290 milliseconds

1234567891011>>