Searched refs:glob (Results 26 - 50 of 51) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A Dapibuild.py12 import glob namespace
1671 files = glob.glob(directory + "/*.c")
1680 files = glob.glob(directory + "/*.h")
2102 if glob.glob("parser.c") != [] :
2106 elif glob.glob("../parser.c") != [] :
2110 elif glob
[all...]
H A Dindex.py947 import glob namespace
1024 HTMLfiles = glob.glob("*.html") + glob.glob("tutorial/*.html")
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/doc/
H A Dindex.py947 import glob namespace
1024 HTMLfiles = glob.glob("*.html") + glob.glob("tutorial/*.html")
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtestrecurse.c52 const char *in; /* glob to path for input files */
75 static int glob(const char *pattern, int flags, function
154 #include <glob.h>
834 glob(tst->in, GLOB_DOOFFS, NULL, &globbuf);
H A Druntest.c99 const char *in; /* glob to path for input files */
121 static int glob(const char *pattern, int flags, function
200 #include <glob.h>
2415 glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
2463 glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
3017 glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
3179 glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
3267 glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
4288 glob(tst->in, GLOB_DOOFFS, NULL, &globbuf);
H A Dvalid.c1156 * @glob: 1 if one must print the englobing parenthesis, 0 otherwise
1161 xmlDumpElementContent(xmlBufferPtr buf, xmlElementContentPtr content, int glob) { argument
1164 if (glob) xmlBufferWriteChar(buf, "(");
1209 if (glob)
5176 * @glob: 1 if one must print the englobing parenthesis, 0 otherwise
5182 xmlSnprintfElements(char *buf, int size, xmlNodePtr node, int glob) { argument
5187 if (glob) strcat(buf, "(");
5252 if (glob) strcat(buf, ")");
H A Dxmlregexp.c7947 xmlExpDumpInt(xmlBufferPtr buf, xmlExpNodePtr expr, int glob) { argument
7951 if (glob) xmlBufferWriteChar(buf, "(");
8019 if (glob)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dretr.c703 bool oldrec = recursive, glob = opt.ftp_glob;
705 oldrec = glob = false;
707 result = ftp_loop (u, dt, proxy_url, recursive, glob);
699 bool oldrec = recursive, glob = opt.ftp_glob; local
H A Dftp.c2126 ftp_loop (struct url *u, int *dt, struct url *proxy, bool recursive, bool glob) argument
2185 if (glob)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dtestrecurse.c52 const char *in; /* glob to path for input files */
75 static int glob(const char *pattern, int flags, function
154 #include <glob.h>
834 glob(tst->in, GLOB_DOOFFS, NULL, &globbuf);
H A Druntest.c99 const char *in; /* glob to path for input files */
121 static int glob(const char *pattern, int flags, function
200 #include <glob.h>
2415 glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
2463 glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
3017 glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
3179 glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
3267 glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
4288 glob(tst->in, GLOB_DOOFFS, NULL, &globbuf);
H A Dvalid.c1156 * @glob: 1 if one must print the englobing parenthesis, 0 otherwise
1161 xmlDumpElementContent(xmlBufferPtr buf, xmlElementContentPtr content, int glob) { argument
1164 if (glob) xmlBufferWriteChar(buf, "(");
1209 if (glob)
5176 * @glob: 1 if one must print the englobing parenthesis, 0 otherwise
5182 xmlSnprintfElements(char *buf, int size, xmlNodePtr node, int glob) { argument
5187 if (glob) strcat(buf, "(");
5252 if (glob) strcat(buf, ")");
H A Dxmlregexp.c7947 xmlExpDumpInt(xmlBufferPtr buf, xmlExpNodePtr expr, int glob) { argument
7951 if (glob) xmlBufferWriteChar(buf, "(");
8019 if (glob)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c610 spin_lock(&bo->bdev->glob->lru_lock);
612 spin_unlock(&bo->bdev->glob->lru_lock);
648 spin_lock(&bo->bdev->glob->lru_lock);
650 spin_unlock(&bo->bdev->glob->lru_lock);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-daemon/
H A Dstatic-services.c27 #include <glob.h>
695 if ((globret = glob(in_chroot ? "/services/*.service" : AVAHI_SERVICE_DIR "/*.service", GLOB_ERR, NULL, &globbuf)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dstatic-services.c27 #include <glob.h>
695 if ((globret = glob(in_chroot ? "/services/*.service" : AVAHI_SERVICE_DIR "/*.service", GLOB_ERR, NULL, &globbuf)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dimg2dec.c37 /* Locally define as 0 (bitwise-OR no-op) any missing glob options that
89 /* Did we hit a glob char or get to the end? */
230 "use pattern_type 'glob' instead\n");
246 gerr = glob(s->path, GLOB_NOCHECK|GLOB_BRACE|GLOB_NOMAGIC, NULL, &s->globstate);
266 gerr = glob(s->path, GLOB_NOCHECK|GLOB_BRACE|GLOB_NOMAGIC, NULL, &s->globstate);
275 "Pattern type 'glob' was selected but globbing "
511 { "glob_sequence","select glob/sequence pattern type", 0, AV_OPT_TYPE_CONST, {.i64=PT_GLOB_SEQUENCE}, INT_MIN, INT_MAX, DEC, "pattern_type" },
512 { "glob", "select glob pattern type", 0, AV_OPT_TYPE_CONST, {.i64=PT_GLOB }, INT_MIN, INT_MAX, DEC, "pattern_type" },
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c45 spin_lock(&bo->glob->lru_lock);
47 spin_unlock(&bo->glob->lru_lock);
H A Dttm_page_alloc.c784 int ttm_page_alloc_init(struct ttm_mem_global *glob, unsigned max_pages) argument
809 &glob->kobj, "pool");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dlash.c24 #include <glob.h>
741 /* Use glob and then fixup environment variables and such */
743 /* It turns out that glob is very stupid. We have to feed it one word at a
755 /* we need to trim() the result for glob! */
757 retval = glob(tmpcmd, flags, NULL, &expand_result);
767 * the glob call. */
H A Dhush.c80 #include <glob.h> /* glob, of course */
494 /* extended glob support: */
2271 gr = glob(dest->data, flags, NULL, pglob);
2272 debug_printf("glob returned %d\n", gr);
2283 bb_error_msg_and_die("out of memory during glob");
2285 bb_error_msg("glob(3) error %d", gr);
H A Dmsh.c309 static struct wdblock *glob(char *cp, struct wdblock *wb);
3663 * glob
3764 *wbp = glob(xp, *wbp);
4197 /* -------- glob.c -------- */
4200 * glob
4210 static struct wdblock *glob(char *cp, struct wdblock *wb) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dvalid.c1151 * @glob: 1 if one must print the englobing parenthesis, 0 otherwise
1156 xmlDumpElementContent(xmlBufferPtr buf, xmlElementContentPtr content, int glob) { argument
1159 if (glob) xmlBufferWriteChar(buf, "(");
1204 if (glob)
5050 * @glob: 1 if one must print the englobing parenthesis, 0 otherwise
5056 xmlSnprintfElements(char *buf, int size, xmlNodePtr node, int glob) { argument
5061 if (glob) strcat(buf, "(");
5126 if (glob) strcat(buf, ")");
H A Dxmlregexp.c7822 xmlExpDumpInt(xmlBufferPtr buf, xmlExpNodePtr expr, int glob) { argument
7826 if (glob) xmlBufferWriteChar(buf, "(");
7894 if (glob)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dvalid.c1151 * @glob: 1 if one must print the englobing parenthesis, 0 otherwise
1156 xmlDumpElementContent(xmlBufferPtr buf, xmlElementContentPtr content, int glob) { argument
1159 if (glob) xmlBufferWriteChar(buf, "(");
1204 if (glob)
5050 * @glob: 1 if one must print the englobing parenthesis, 0 otherwise
5056 xmlSnprintfElements(char *buf, int size, xmlNodePtr node, int glob) { argument
5061 if (glob) strcat(buf, "(");
5126 if (glob) strcat(buf, ")");

Completed in 307 milliseconds

123