Searched refs:builtin (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dstrmzlib.tex8 (the builtin version does support gzip format).
84 (the builtin version does support gzip format).
H A Dregex.tex24 and {\it basic}. The builtin library also adds a third flavour
28 Unicode is fully supported only when using the builtin library.
34 the builtin library for Unicode builds, and the system library otherwise.
H A Dre_syntax.tex4 \section{Syntax of the builtin regular expression library}\label{wxresyn}
15 \helpref{Syntax of the builtin regular expression library}{wxresyn}
30 \helpref{Syntax of the builtin regular expression library}{wxresyn}
108 \helpref{Syntax of the builtin regular expression library}{wxresyn}
218 \helpref{Syntax of the builtin regular expression library}{wxresyn}
344 \helpref{Syntax of the builtin regular expression library}{wxresyn}
416 \helpref{Syntax of the builtin regular expression library}{wxresyn}
479 \helpref{Syntax of the builtin regular expression library}{wxresyn}
539 \helpref{Syntax of the builtin regular expression library}{wxresyn}
559 \helpref{Syntax of the builtin regula
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcommon.mak84 # Disable suffix rules. Most of the builtin rules are suffix rules,
H A Dconfigure1153 builtin=$3
1156 check_code ld "$headers" "$builtin" "cc" "$@" && enable "$name"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/pl/
H A Dnetware.pl182 -fno-builtin -fpcc-struct-return -fno-strict-aliasing \\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/pl/
H A Dnetware.pl182 -fno-builtin -fpcc-struct-return -fno-strict-aliasing \\
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dbounds.s60 @ -fthread-jumps -ftoplevel-reorder -ftrapping-math -ftree-builtin-call-dce
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dinetd.c197 /* Check unsupporting builtin */
231 const struct builtin *se_bi; /* if built-in, description */
259 struct builtin { struct
293 static const struct builtin builtins[] = {
740 const struct builtin *bi;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/libiptc/
H A Dlibiptc.c110 unsigned int hooknum; /* hook number+1 if builtin */
112 int verdict; /* verdict if builtin */
270 /* Is the given chain builtin (1) or user-defined (0) */
434 unsigned int builtin; local
465 } else if ((builtin = iptcb_ent_is_hook_entry(e, h)) != 0) {
467 iptcc_alloc_chain_head((char *)hooknames[builtin-1],
468 builtin);
469 DEBUGP_C("%u:%u new builtin chain: %p (rules=%p)\n",
476 c->hooknum = builtin;
610 /* Jumps can only happen to builtin chain
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dasm-offsets.s61 @ -fthread-jumps -ftoplevel-reorder -ftrapping-math -ftree-builtin-call-dce
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlibiptc.c117 unsigned int hooknum; /* hook number+1 if builtin */
119 int verdict; /* verdict if builtin */
562 * builtin chains, as they are not sorted */
649 /* Is the given chain builtin (1) or user-defined (0) */
699 /* Note that iptcc_bsearch_chain_offset() skips builtin
729 /* First look at builtin chains */
940 unsigned int builtin; local
972 } else if ((builtin = iptcb_ent_is_hook_entry(e, h)) != 0) {
974 iptcc_alloc_chain_head((char *)hooknames[builtin-1],
975 builtin);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/libiptc/
H A Dlibiptc.c117 unsigned int hooknum; /* hook number+1 if builtin */
119 int verdict; /* verdict if builtin */
562 * builtin chains, as they are not sorted */
649 /* Is the given chain builtin (1) or user-defined (0) */
699 /* Note that iptcc_bsearch_chain_offset() skips builtin
729 /* First look at builtin chains */
940 unsigned int builtin; local
972 } else if ((builtin = iptcb_ent_is_hook_entry(e, h)) != 0) {
974 iptcc_alloc_chain_head((char *)hooknames[builtin-1],
975 builtin);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet_rpc.c2447 BOOL builtin = False; local
2452 builtin = True;
2462 if (strequal(argv[i], "builtin"))
2463 builtin = True;
2576 /* Get builtin policy handle */
2584 /* query builtin aliases */
2587 if (!builtin) break;
2822 /* Ok, did not find it in the global sam, try with builtin */
3347 /* skip builtin shares */
3699 d_printf("skipping [%s]: builtin/hidde
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dash.c226 * that SIGINT is to be trapped or ignored using the trap builtin, then
983 static struct strlist *cmdenviron; /* environment for builtin command */
1498 static char **argptr; /* argument list for builtin commands */
1814 * This routine initializes the builtin variables.
1879 * Search the environment of a builtin command.
3651 * (as opposed to running a builtin command or just typing return),
5214 * Execute a command inside back quotes. If it's a builtin command, we
6397 int (*builtin)(int, char **); member in struct:builtincmd
6416 #define CMDBUILTIN 2 /* command is a shell builtin */
6423 #define DO_ALTBLTIN 0x20 /* %builtin i
[all...]

Completed in 208 milliseconds