Home
last modified time | relevance | path

Searched refs:path_copy (Results 1 – 25 of 267) sorted by relevance

1234567891011

/dports/devel/json-c/json-c-0.15/
H A Djson_pointer.c189 char *path_copy = NULL; in json_pointer_get() local
212 free(path_copy); in json_pointer_get()
219 char *path_copy = NULL; in json_pointer_getf() local
236 if (path_copy[0] == '\0') in json_pointer_getf()
245 free(path_copy); in json_pointer_getf()
253 char *path_copy = NULL; in json_pointer_set() local
291 free(path_copy); in json_pointer_set()
304 char *path_copy = NULL; in json_pointer_setf() local
330 if (path_copy[0] != '/') in json_pointer_setf()
338 if ((endp = strrchr(path_copy, '/')) == path_copy) in json_pointer_setf()
[all …]
/dports/net/mpich/mpich-3.4.3/modules/json-c/
H A Djson_pointer.c174 char *path_copy = NULL; in json_pointer_get() local
194 free(path_copy); in json_pointer_get()
201 char *path_copy = NULL; in json_pointer_getf() local
217 if (path_copy[0] == '\0') { in json_pointer_getf()
225 free(path_copy); in json_pointer_getf()
233 char *path_copy = NULL; in json_pointer_set() local
266 free(path_copy); in json_pointer_set()
278 char *path_copy = NULL; in json_pointer_setf() local
302 if (path_copy[0] != '/') { in json_pointer_setf()
309 if ((endp = strrchr(path_copy, '/')) == path_copy) { in json_pointer_setf()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/json-c/
H A Djson_pointer.c189 char *path_copy = NULL; in json_pointer_get() local
212 free(path_copy); in json_pointer_get()
219 char *path_copy = NULL; in json_pointer_getf() local
236 if (path_copy[0] == '\0') in json_pointer_getf()
245 free(path_copy); in json_pointer_getf()
253 char *path_copy = NULL; in json_pointer_set() local
291 free(path_copy); in json_pointer_set()
304 char *path_copy = NULL; in json_pointer_setf() local
330 if (path_copy[0] != '/') in json_pointer_setf()
338 if ((endp = strrchr(path_copy, '/')) == path_copy) in json_pointer_setf()
[all …]
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/jsonc/
H A Djson_pointer.c174 char *path_copy = NULL; in json_pointer_get() local
194 free(path_copy); in json_pointer_get()
201 char *path_copy = NULL; in json_pointer_getf() local
217 if (path_copy[0] == '\0') { in json_pointer_getf()
225 free(path_copy); in json_pointer_getf()
233 char *path_copy = NULL; in json_pointer_set() local
266 free(path_copy); in json_pointer_set()
278 char *path_copy = NULL; in json_pointer_setf() local
302 if (path_copy[0] != '/') { in json_pointer_setf()
309 if ((endp = strrchr(path_copy, '/')) == path_copy) { in json_pointer_setf()
[all …]
/dports/biology/p5-AcePerl/AcePerl-1.92/acelib/
H A Dfilsubs.c169 if (path_copy != NULL) messfree(path_copy) ; in filGetFilename()
215 if (path_copy != NULL) messfree(path_copy) ; in filGetExtension()
219 cp = path_copy + (strlen(path_copy) - 1); in filGetExtension()
251 if (path_copy) in filGetFullPath()
252 messfree (path_copy); in filGetFullPath()
255 return path_copy ; in filGetFullPath()
264 if (path_copy) in filGetFullPath()
265 messfree (path_copy); in filGetFullPath()
271 return path_copy ; in filGetFullPath()
278 if (path_copy) in filGetFullPath()
[all …]
/dports/graphics/cairo/cairo-1.17.4/test/
H A Dpath-precision.c55 cairo_path_t path, *path_copy; in draw() local
65 path_copy = cairo_copy_path (cr); in draw()
67 if (path_copy->status) in draw()
68 return cairo_test_status_from_status (ctx, path_copy->status); in draw()
71 i < path.num_data && j < path_copy->num_data; in draw()
73 j += path_copy->data[j].header.length, in draw()
79 dst = &path_copy->data[j]; in draw()
102 cairo_path_destroy (path_copy); in draw()
/dports/archivers/zoo/zoo-2.10.1_4/
H A Dneeded.c46 char path_copy[PATHSIZE]; /* working copy of pathname */ local
75 strcpy(path_copy,pathname);
84 p = findlast(path_copy, PATH_CH);
88 p = findlast (path_copy, VER_DISPLAY);
92 if (!match_half(path_copy, arg_copy)) {
95 path_copy, arg_copy);
113 strcpy (path_copy, pathname); /* local copy of pathname */
115 q = findlast(path_copy, VER_DISPLAY); /* q is version in archive */
173 justname = nameptr(path_copy); /* filename without any pathname */
/dports/mail/alpine/alpine-465e23b/pith/osdep/
H A Dcanaccess.c142 char path_copy[MAXPATH + 1], *p, *t; in can_access_in_path() local
145 strncpy(path_copy, path, sizeof(path_copy)); in can_access_in_path()
146 path_copy[sizeof(path_copy)-1] = '\0'; in can_access_in_path()
148 for(p = path_copy; p && *p; p = t){ in can_access_in_path()
/dports/editors/pico-alpine/alpine-465e23b/pith/osdep/
H A Dcanaccess.c142 char path_copy[MAXPATH + 1], *p, *t; in can_access_in_path() local
145 strncpy(path_copy, path, sizeof(path_copy)); in can_access_in_path()
146 path_copy[sizeof(path_copy)-1] = '\0'; in can_access_in_path()
148 for(p = path_copy; p && *p; p = t){ in can_access_in_path()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/
H A Drealpath.c75 char *path_copy; in realpath() local
86 path_copy = strdup(path); in realpath()
87 if (!path_copy) return NULL; in realpath()
88 res = resolve_path(path_copy,resolved_path,strchr(resolved_path,0)); in realpath()
89 free(path_copy); in realpath()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/
H A Drealpath.c75 char *path_copy; in realpath() local
86 path_copy = strdup(path); in realpath()
87 if (!path_copy) return NULL; in realpath()
88 res = resolve_path(path_copy,resolved_path,strchr(resolved_path,0)); in realpath()
89 free(path_copy); in realpath()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/
H A Drealpath.c75 char *path_copy; in realpath() local
86 path_copy = strdup(path); in realpath()
87 if (!path_copy) return NULL; in realpath()
88 res = resolve_path(path_copy,resolved_path,strchr(resolved_path,0)); in realpath()
89 free(path_copy); in realpath()
/dports/devel/m4/m4-1.4.19/lib/
H A Dspawn_faction_addchdir.c42 char *path_copy = strdup (path); in posix_spawn_file_actions_addchdir()
43 if (path_copy == NULL) in posix_spawn_file_actions_addchdir()
51 free (path_copy); in posix_spawn_file_actions_addchdir()
61 rec->action.chdir_action.path = path_copy; in posix_spawn_file_actions_addchdir()
H A Dspawn_faction_addopen.c55 char *path_copy = strdup (path); in posix_spawn_file_actions_addopen() local
56 if (path_copy == NULL) in posix_spawn_file_actions_addopen()
64 free (path_copy); in posix_spawn_file_actions_addopen()
75 rec->action.open_action.path = path_copy; in posix_spawn_file_actions_addopen()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dspawn_faction_addchdir.c42 char *path_copy = strdup (path);
43 if (path_copy == NULL)
51 free (path_copy);
61 rec->action.chdir_action.path = path_copy;
H A Dspawn_faction_addopen.c55 char *path_copy = strdup (path); in posix_spawn_file_actions_addopen() local
56 if (path_copy == NULL) in posix_spawn_file_actions_addopen()
64 free (path_copy); in posix_spawn_file_actions_addopen()
75 rec->action.open_action.path = path_copy; in posix_spawn_file_actions_addopen()
/dports/www/wget2/wget2-2.0.0/lib/
H A Dspawn_faction_addchdir.c42 char *path_copy = strdup (path); in posix_spawn_file_actions_addchdir()
43 if (path_copy == NULL) in posix_spawn_file_actions_addchdir()
51 free (path_copy); in posix_spawn_file_actions_addchdir()
61 rec->action.chdir_action.path = path_copy; in posix_spawn_file_actions_addchdir()
H A Dspawn_faction_addopen.c55 char *path_copy = strdup (path); in posix_spawn_file_actions_addopen() local
56 if (path_copy == NULL) in posix_spawn_file_actions_addopen()
64 free (path_copy); in posix_spawn_file_actions_addopen()
75 rec->action.open_action.path = path_copy; in posix_spawn_file_actions_addopen()
/dports/ftp/wget/wget-1.21.2/lib/
H A Dspawn_faction_addchdir.c42 char *path_copy = strdup (path); in posix_spawn_file_actions_addchdir()
43 if (path_copy == NULL) in posix_spawn_file_actions_addchdir()
51 free (path_copy); in posix_spawn_file_actions_addchdir()
61 rec->action.chdir_action.path = path_copy; in posix_spawn_file_actions_addchdir()
/dports/sysutils/cfengine317/cfengine-3.17.0/libpromises/
H A Dchanges_chroot.c87 char path_copy[path_len + 1]; in MirrorDirTreePermsToChroot() local
88 strcpy(path_copy, path); in MirrorDirTreePermsToChroot()
90 const char *const path_copy_end = path_copy + (path_len - 1); in MirrorDirTreePermsToChroot()
93 char *last_sep = (char *) GetLastFileSeparator(path_copy, path_copy_end); in MirrorDirTreePermsToChroot()
94 while (last_sep != path_copy) in MirrorDirTreePermsToChroot()
99 if (!CopyFilePermissionsDisk(path_copy, chrooted)) in MirrorDirTreePermsToChroot()
105 last_sep = (char *) GetLastFileSeparator(path_copy, last_sep - 1); in MirrorDirTreePermsToChroot()
/dports/multimedia/handbrake/libdvdread-6.1.1/src/
H A Ddvd_reader.c469 free(path_copy);
482 if( path_copy[ strlen( path_copy ) - 1 ] == '/' ) {
483 path_copy[ strlen( path_copy ) - 1 ] = '\0';
489 if( !strcasecmp( &(path_copy[ strlen( path_copy ) - 9 ]),
491 path_copy[ strlen( path_copy ) - (9-1) ] = '\0';
495 if( !strcasecmp( &(path_copy[ strlen( path_copy ) - 9 ]),
497 path_copy[ strlen( path_copy ) - 9 ] = '\0';
502 free( path_copy );
605 free( path_copy );
606 path_copy = NULL;
[all …]
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/gnulib-lib/
H A Dspawn_faction_addopen.c55 char *path_copy = strdup (path); in posix_spawn_file_actions_addopen() local
56 if (path_copy == NULL) in posix_spawn_file_actions_addopen()
64 free (path_copy); in posix_spawn_file_actions_addopen()
75 rec->action.open_action.path = path_copy; in posix_spawn_file_actions_addopen()
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-lib/
H A Dspawn_faction_addopen.c55 char *path_copy = strdup (path); in posix_spawn_file_actions_addopen() local
56 if (path_copy == NULL) in posix_spawn_file_actions_addopen()
64 free (path_copy); in posix_spawn_file_actions_addopen()
75 rec->action.open_action.path = path_copy; in posix_spawn_file_actions_addopen()
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/gnulib-lib/
H A Dspawn_faction_addopen.c55 char *path_copy = strdup (path); in posix_spawn_file_actions_addopen() local
56 if (path_copy == NULL) in posix_spawn_file_actions_addopen()
64 free (path_copy); in posix_spawn_file_actions_addopen()
75 rec->action.open_action.path = path_copy; in posix_spawn_file_actions_addopen()
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/gnulib-lib/
H A Dspawn_faction_addopen.c55 char *path_copy = strdup (path); in posix_spawn_file_actions_addopen() local
56 if (path_copy == NULL) in posix_spawn_file_actions_addopen()
64 free (path_copy); in posix_spawn_file_actions_addopen()
75 rec->action.open_action.path = path_copy; in posix_spawn_file_actions_addopen()

1234567891011