Searched refs:gl_pathv (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.10.1/sudo-73/src/emul/
H A Dglob.h44 int gl_offs; /* Reserved at beginning of gl_pathv. */
46 char **gl_pathv; /* List of paths matching pattern. */ member in struct:__anon12412
/macosx-10.10.1/libxml2-26/libxml2/
H A Dtestrecurse.c67 char **gl_pathv; /* List of matched pathnames. */ member in struct:__anon9641
68 size_t gl_offs; /* Slots to reserve in 'gl_pathv'. */
103 ret->gl_pathv = (char **) malloc(nb_paths * sizeof(char *));
104 if (ret->gl_pathv == NULL) {
109 ret->gl_pathv[ret->gl_pathc] = strdup(directory);
110 if (ret->gl_pathv[ret->gl_pathc] == NULL)
117 char **tmp = realloc(ret->gl_pathv, nb_paths * 2 * sizeof(char *));
120 ret->gl_pathv = tmp;
124 ret->gl_pathv[ret->gl_pathc] = strdup(directory);
125 if (ret->gl_pathv[re
[all...]
H A Druntest.c113 char **gl_pathv; /* List of matched pathnames. */ member in struct:__anon9639
114 size_t gl_offs; /* Slots to reserve in 'gl_pathv'. */
149 ret->gl_pathv = (char **) malloc(nb_paths * sizeof(char *));
150 if (ret->gl_pathv == NULL) {
155 ret->gl_pathv[ret->gl_pathc] = strdup(directory);
156 if (ret->gl_pathv[ret->gl_pathc] == NULL)
163 char **tmp = realloc(ret->gl_pathv, nb_paths * 2 * sizeof(char *));
166 ret->gl_pathv = tmp;
170 ret->gl_pathv[ret->gl_pathc] = strdup(directory);
171 if (ret->gl_pathv[re
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dtestrecurse.c70 char **gl_pathv; /* List of matched pathnames. */ member in struct:__anon11919
71 size_t gl_offs; /* Slots to reserve in 'gl_pathv'. */
106 ret->gl_pathv = (char **) malloc(nb_paths * sizeof(char *));
107 if (ret->gl_pathv == NULL) {
112 ret->gl_pathv[ret->gl_pathc] = strdup(directory);
113 if (ret->gl_pathv[ret->gl_pathc] == NULL)
120 char **tmp = realloc(ret->gl_pathv, nb_paths * 2 * sizeof(char *));
123 ret->gl_pathv = tmp;
127 ret->gl_pathv[ret->gl_pathc] = strdup(directory);
128 if (ret->gl_pathv[re
[all...]
H A Druntest.c116 char **gl_pathv; /* List of matched pathnames. */ member in struct:__anon11917
117 size_t gl_offs; /* Slots to reserve in 'gl_pathv'. */
152 ret->gl_pathv = (char **) malloc(nb_paths * sizeof(char *));
153 if (ret->gl_pathv == NULL) {
158 ret->gl_pathv[ret->gl_pathc] = strdup(directory);
159 if (ret->gl_pathv[ret->gl_pathc] == NULL)
166 char **tmp = realloc(ret->gl_pathv, nb_paths * 2 * sizeof(char *));
169 ret->gl_pathv = tmp;
173 ret->gl_pathv[ret->gl_pathc] = strdup(directory);
174 if (ret->gl_pathv[re
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dglob.h54 int gl_offs; /* Reserved at beginning of gl_pathv. */
56 char **gl_pathv; /* List of paths matching pattern. */ member in struct:__anon3203
57 struct stat **gl_statv; /* Stat entries corresponding to gl_pathv */
H A Dglob.c191 pglob->gl_pathv = NULL;
575 path_stat[i].gps_path = pglob->gl_pathv[o + i];
580 pglob->gl_pathv[o + i] = path_stat[i].gps_path;
585 qsort(pglob->gl_pathv + pglob->gl_offs + oldpathc,
781 * Extend the gl_pathv member of a glob_t structure to accommodate a new item,
791 * Either gl_pathc is zero and gl_pathv is NULL; or gl_pathc > 0 and
792 * gl_pathv points to (gl_offs + gl_pathc + 1) items.
813 if (pglob->gl_pathv && pglob->gl_pathv[i])
814 free(pglob->gl_pathv[
[all...]
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dftpglob.h51 __gl_size_t gl_offs; /* Reserved at beginning of gl_pathv. */
53 char **gl_pathv; /* List of paths matching pattern. */ member in struct:__anon10675
H A Dglob.c143 pglob->gl_pathv = NULL;
473 qsort(pglob->gl_pathv + pglob->gl_offs + oldpathc,
675 * Extend the gl_pathv member of a glob_t structure to accomodate a new item,
685 * Either gl_pathc is zero and gl_pathv is NULL; or gl_pathc > 0 and
686 * gl_pathv points to (gl_offs + gl_pathc + 1) items.
697 pathv = pglob->gl_pathv ? realloc(pglob->gl_pathv, newsize) :
702 if (pglob->gl_pathv == NULL && pglob->gl_offs > 0) {
708 pglob->gl_pathv = pathv;
789 if (pglob->gl_pathv !
[all...]
/macosx-10.10.1/tcsh-65/tcsh/
H A Dglob.h43 int gl_offs; /* Reserved at beginning of gl_pathv. */
45 char **gl_pathv; /* List of paths matching pattern. */ member in struct:__anon13836
H A Dglob.c299 pglob->gl_pathv = NULL;
447 qsort(pglob->gl_pathv + pglob->gl_offs + oldpathc,
581 * Extend the gl_pathv member of a glob_t structure to accomodate a new item,
591 * Either gl_pathc is zero and gl_pathv is NULL; or gl_pathc > 0 and
592 * gl_pathv points to (gl_offs + gl_pathc + 1) items.
602 pathv = xrealloc(pglob->gl_pathv, newsize);
604 if (pglob->gl_pathv == NULL && pglob->gl_offs > 0) {
610 pglob->gl_pathv = pathv;
710 if (pglob->gl_pathv != NULL) {
711 pp = pglob->gl_pathv
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dsftp.c546 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
547 tmp = xstrdup(g.gl_pathv[i]);
568 printf("Fetching %s to %s\n", g.gl_pathv[i], abs_dst);
569 if (pathname_is_dir(g.gl_pathv[i]) && (rflag || global_rflag)) {
570 if (download_dir(conn, g.gl_pathv[i], abs_dst, NULL,
574 if (do_download(conn, g.gl_pathv[i], abs_dst, NULL,
625 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
626 if (stat(g.gl_pathv[i], &sb) == -1) {
628 error("stat %s: %s", g.gl_pathv[i], strerror(errno));
632 tmp = xstrdup(g.gl_pathv[
[all...]
/macosx-10.10.1/sudo-73/src/
H A Dglob.c193 pglob->gl_pathv = NULL;
570 qsort(pglob->gl_pathv + pglob->gl_offs + oldpathc,
729 * Extend the gl_pathv member of a glob_t structure to accommodate a new item,
739 * Either gl_pathc is zero and gl_pathv is NULL; or gl_pathc > 0 and
740 * gl_pathv points to (gl_offs + gl_pathc + 1) items.
754 pathv = pglob->gl_pathv ?
755 (char **)realloc((char *)pglob->gl_pathv, newsize) :
758 if (pglob->gl_pathv) {
759 free(pglob->gl_pathv);
760 pglob->gl_pathv
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dglob.hin60 int gl_offs; /* Reserved at beginning of gl_pathv. */
62 char **gl_pathv; /* List of paths matching pattern. */
H A Dglob.c180 pglob->gl_pathv = NULL;
482 qsort(pglob->gl_pathv + pglob->gl_offs + oldpathc,
635 * Extend the gl_pathv member of a glob_t structure to accomodate a new item,
645 * Either gl_pathc is zero and gl_pathv is NULL; or gl_pathc > 0 and
646 * gl_pathv points to (gl_offs + gl_pathc + 1) items.
658 pathv = pglob->gl_pathv ?
659 realloc(pglob->gl_pathv, newsize) :
664 if (pglob->gl_pathv == NULL && pglob->gl_offs > 0) {
670 pglob->gl_pathv = pathv;
748 if (pglob->gl_pathv !
[all...]
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dglob.h55 size_t gl_offs; /* Reserved at beginning of gl_pathv. */
57 char **gl_pathv; /* List of paths matching pattern. */ member in struct:__anon2744
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dglob.h54 char** gl_pathv; member in struct:_glob_
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dglob.c203 pglob->gl_pathv = NULL;
566 qsort(pglob->gl_pathv + pglob->gl_offs + oldpathc,
762 * Extend the gl_pathv member of a glob_t structure to accomodate a new item,
772 * Either gl_pathc is zero and gl_pathv is NULL; or gl_pathc > 0 and
773 * gl_pathv points to (gl_offs + gl_pathc + 1) items.
787 pathv = pglob->gl_pathv ?
788 realloc((char *)pglob->gl_pathv, newsize) :
791 if (pglob->gl_pathv) {
792 free(pglob->gl_pathv);
793 pglob->gl_pathv
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dpathexp.c255 filenames.gl_pathv = (char **)NULL;
257 filenames.gl_pathv = (char **)NULL;
259 results = filenames.gl_pathv;
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Daaplbfct.cpp250 char **pathsp = dirGlob.gl_pathv;
279 pathsp = fileGlob.gl_pathv;
291 pathsp = fileGlob.gl_pathv;
/macosx-10.10.1/less-25/less/
H A Dlglob.h41 #define INIT_GLOB_LIST(list,p) p = list.gl_pathv[i]
/macosx-10.10.1/uucp-11/uucp/unix/
H A Dwldcrd.c168 zret = zbufcpy (sSglob.gl_pathv[iSglob]);
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dpopen.c154 for (pop = gl.gl_pathv;
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dglob.c783 memcpy(argv, gp->gl_pathv, skip * sizeof(char*));
792 gp->gl_pathv = argv;
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dcftoken.l729 incstack[incstackp].matches.gl_pathv &&
732 char* filepath = incstack[incstackp].matches.gl_pathv[incstack[incstackp].matchon];
824 incstack[incstackp].matches.gl_pathv[incstack[incstackp].matchon];

Completed in 379 milliseconds

12