Searched refs:oldc (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/ss/
H A Dmls.h34 char oldc,
H A Dmls.c243 char oldc,
257 if (def_sid != SECSID_NULL && oldc)
266 if (!oldc) {
242 mls_context_to_sid(struct policydb *pol, char oldc, char **scontext, struct context *context, struct sidtab *s, u32 def_sid) argument
H A Dservices.c1124 char *scontextp, *p, oldc; local
1169 oldc = *p;
1178 rc = mls_context_to_sid(pol, oldc, &p, ctx, sidtabp, def_sid);
1599 struct context oldc; local
1645 rc = context_cpy(&oldc, c);
1708 rc = convert_context_handle_invalid_context(&oldc);
1713 context_destroy(&oldc);
1719 if (context_struct_to_string(&oldc, &s, &len))
1721 context_destroy(&oldc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_catia.c31 static void catia_string_replace(char *s, unsigned char oldc, unsigned argument
36 smb_ucs2_t old = oldc;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Ddiff.c434 int oldc, tc, oldl; local
451 oldc = c[0];
454 if (y <= clist[oldc].y)
458 oldc = c[l - 1];
463 c[l] = newcand(i, y, oldc);
464 oldc = tc;
468 c[l] = newcand(i, y, oldc);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Dmd5.js101 var oldc = c;
179 c = safe_add(c, oldc);
H A Dfuncs.js1549 oldc = c;
1622 c = add(c, oldc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dutil_unistr.c835 Replace any occurence of oldc with newc in unicode string.
838 void string_replace_w(smb_ucs2_t *s, smb_ucs2_t oldc, smb_ucs2_t newc) argument
843 if(cp==oldc) {
H A Dutil_str.c394 NOTE: oldc and newc must be 7 bit characters
397 void string_replace( pstring s, char oldc, char newc ) argument
409 if (*p == oldc)
422 string_replace_w(tmpbuf, UCS2_CHAR(oldc), UCS2_CHAR(newc));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/cgi-bin/
H A Dopmode.js1387 oldc = c;
1460 c = add(c, oldc);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/script/
H A Dopmode.js1387 oldc = c;
1460 c = add(c, oldc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/console/
H A Dfbcon.c2279 unsigned short oldc; local
2281 oldc = vc->vc_video_erase_char;
2284 vc->vc_video_erase_char = oldc;

Completed in 123 milliseconds