Home
last modified time | relevance | path

Searched refs:next_component (Results 1 – 25 of 81) sorted by relevance

1234

/dports/sysutils/fd/fd-8.3.0/cargo-crates/normpath-0.3.1/src/
H A Dwindows.rs174 let mut next_component = components.next(); localVariable
175 match next_component {
183 next_component = components.next();
188 || next_component == Some(Component::RootDir)
201 while let Some(component) = next_component {
207 next_component = components.next();
212 if let Some(component) = next_component {
/dports/sysutils/cfengine317/cfengine-3.17.0/libntech/libutils/
H A Dfile_lib.c583 char *next_component = path; in safe_open_create_perms() local
586 if (*next_component == '/') in safe_open_create_perms()
591 if (!*next_component) in safe_open_create_perms()
593 next_component = NULL; in safe_open_create_perms()
610 while (next_component) in safe_open_create_perms()
612 char *component = next_component; in safe_open_create_perms()
616 if (next_component) in safe_open_create_perms()
618 restore_slash = next_component; in safe_open_create_perms()
619 *next_component = '\0'; in safe_open_create_perms()
622 if (!*next_component) in safe_open_create_perms()
[all …]
/dports/sysutils/cfengine-devel/core-d08ae9eff/libntech/libutils/
H A Dfile_lib.c583 char *next_component = path; in safe_open_create_perms() local
586 if (*next_component == '/') in safe_open_create_perms()
591 if (!*next_component) in safe_open_create_perms()
593 next_component = NULL; in safe_open_create_perms()
610 while (next_component) in safe_open_create_perms()
612 char *component = next_component; in safe_open_create_perms()
616 if (next_component) in safe_open_create_perms()
618 restore_slash = next_component; in safe_open_create_perms()
619 *next_component = '\0'; in safe_open_create_perms()
622 if (!*next_component) in safe_open_create_perms()
[all …]
/dports/sysutils/cfengine/cfengine-3.19.0/libntech/libutils/
H A Dfile_lib.c583 char *next_component = path; in safe_open_create_perms() local
586 if (*next_component == '/') in safe_open_create_perms()
591 if (!*next_component) in safe_open_create_perms()
593 next_component = NULL; in safe_open_create_perms()
610 while (next_component) in safe_open_create_perms()
612 char *component = next_component; in safe_open_create_perms()
616 if (next_component) in safe_open_create_perms()
618 restore_slash = next_component; in safe_open_create_perms()
619 *next_component = '\0'; in safe_open_create_perms()
622 if (!*next_component) in safe_open_create_perms()
[all …]
/dports/sysutils/cfengine318/cfengine-3.18.1/libntech/libutils/
H A Dfile_lib.c583 char *next_component = path; in safe_open_create_perms() local
586 if (*next_component == '/') in safe_open_create_perms()
591 if (!*next_component) in safe_open_create_perms()
593 next_component = NULL; in safe_open_create_perms()
610 while (next_component) in safe_open_create_perms()
612 char *component = next_component; in safe_open_create_perms()
616 if (next_component) in safe_open_create_perms()
618 restore_slash = next_component; in safe_open_create_perms()
619 *next_component = '\0'; in safe_open_create_perms()
622 if (!*next_component) in safe_open_create_perms()
[all …]
/dports/sysutils/cfengine316/cfengine-3.16.0/libntech/libutils/
H A Dfile_lib.c576 char *next_component = path; in safe_open_create_perms() local
579 if (*next_component == '/') in safe_open_create_perms()
584 if (!*next_component) in safe_open_create_perms()
586 next_component = NULL; in safe_open_create_perms()
603 while (next_component) in safe_open_create_perms()
605 char *component = next_component; in safe_open_create_perms()
609 if (next_component) in safe_open_create_perms()
611 restore_slash = next_component; in safe_open_create_perms()
612 *next_component = '\0'; in safe_open_create_perms()
615 if (!*next_component) in safe_open_create_perms()
[all …]
/dports/sysutils/cfengine319/cfengine-3.19.0/libntech/libutils/
H A Dfile_lib.c583 char *next_component = path; in safe_open_create_perms() local
586 if (*next_component == '/') in safe_open_create_perms()
591 if (!*next_component) in safe_open_create_perms()
593 next_component = NULL; in safe_open_create_perms()
610 while (next_component) in safe_open_create_perms()
612 char *component = next_component; in safe_open_create_perms()
616 if (next_component) in safe_open_create_perms()
618 restore_slash = next_component; in safe_open_create_perms()
619 *next_component = '\0'; in safe_open_create_perms()
622 if (!*next_component) in safe_open_create_perms()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dcp-namespace.c154 unsigned int next_component; in cp_scan_for_anonymous_namespaces() local
164 next_component = cp_find_first_component (name + previous_component); in cp_scan_for_anonymous_namespaces()
166 while (name[next_component] == ':') in cp_scan_for_anonymous_namespaces()
168 if ((next_component - previous_component) == ANONYMOUS_NAMESPACE_LEN in cp_scan_for_anonymous_namespaces()
180 next_component); in cp_scan_for_anonymous_namespaces()
183 previous_component = next_component + 2; in cp_scan_for_anonymous_namespaces()
184 next_component = (previous_component in cp_scan_for_anonymous_namespaces()
H A Dcp-support.c407 const char *next_component; in cp_func_name() local
412 for (next_component = (previous_component in cp_func_name()
414 *next_component == ':'; in cp_func_name()
415 next_component = (previous_component in cp_func_name()
419 previous_component = next_component + 2; in cp_func_name()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dcp-namespace.c154 unsigned int next_component; in cp_scan_for_anonymous_namespaces() local
164 next_component = cp_find_first_component (name + previous_component); in cp_scan_for_anonymous_namespaces()
166 while (name[next_component] == ':') in cp_scan_for_anonymous_namespaces()
168 if ((next_component - previous_component) == ANONYMOUS_NAMESPACE_LEN in cp_scan_for_anonymous_namespaces()
180 next_component); in cp_scan_for_anonymous_namespaces()
183 previous_component = next_component + 2; in cp_scan_for_anonymous_namespaces()
184 next_component = (previous_component in cp_scan_for_anonymous_namespaces()
H A Dcp-support.c407 const char *next_component; in cp_func_name() local
412 for (next_component = (previous_component in cp_func_name()
414 *next_component == ':'; in cp_func_name()
415 next_component = (previous_component in cp_func_name()
419 previous_component = next_component + 2; in cp_func_name()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevpsds.c405 ss->next_component = 0; in s_IE_init()
426 int next_component = ss->next_component; in s_IE_process() local
449 while (next_component < num_components) { in s_IE_process()
450 const float *decode = &ss->Decode[next_component * 2]; in s_IE_process()
466 key[next_component++] = in s_IE_process()
491 next_component = 0; in s_IE_process()
506 ss->next_component = next_component; in s_IE_process()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevpsds.c405 ss->next_component = 0; in s_IE_init()
426 int next_component = ss->next_component; in s_IE_process() local
449 while (next_component < num_components) { in s_IE_process()
450 const float *decode = &ss->Decode[next_component * 2]; in s_IE_process()
466 key[next_component++] = in s_IE_process()
491 next_component = 0; in s_IE_process()
506 ss->next_component = next_component; in s_IE_process()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dcp-namespace.c63 unsigned int next_component; in cp_scan_for_anonymous_namespaces() local
72 next_component = cp_find_first_component (name + previous_component); in cp_scan_for_anonymous_namespaces()
74 while (name[next_component] == ':') in cp_scan_for_anonymous_namespaces()
76 if (((next_component - previous_component) in cp_scan_for_anonymous_namespaces()
84 int src_len = next_component; in cp_scan_for_anonymous_namespaces()
103 previous_component = next_component + 2; in cp_scan_for_anonymous_namespaces()
104 next_component = (previous_component in cp_scan_for_anonymous_namespaces()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dcp-namespace.c80 unsigned int next_component; in cp_scan_for_anonymous_namespaces() local
89 next_component = cp_find_first_component (name + previous_component); in cp_scan_for_anonymous_namespaces()
91 while (name[next_component] == ':') in cp_scan_for_anonymous_namespaces()
93 if (((next_component - previous_component) in cp_scan_for_anonymous_namespaces()
101 int src_len = next_component; in cp_scan_for_anonymous_namespaces()
120 previous_component = next_component + 2; in cp_scan_for_anonymous_namespaces()
121 next_component = (previous_component in cp_scan_for_anonymous_namespaces()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dcp-namespace.c61 unsigned int next_component; in cp_scan_for_anonymous_namespaces() local
70 next_component = cp_find_first_component (name + previous_component); in cp_scan_for_anonymous_namespaces()
72 while (name[next_component] == ':') in cp_scan_for_anonymous_namespaces()
74 if (((next_component - previous_component) in cp_scan_for_anonymous_namespaces()
82 int src_len = next_component; in cp_scan_for_anonymous_namespaces()
103 previous_component = next_component + 2; in cp_scan_for_anonymous_namespaces()
104 next_component = (previous_component in cp_scan_for_anonymous_namespaces()
/dports/devel/libical/libical-3.0.8/src/python/
H A DStore.py79 def next_component(self): member in Store
166 def next_component(self): member in FileStore
/dports/math/graphthing/graphthing-1.3.2/src/
H A Dgraph2.cc1011 bool done = false, next_component = true; in try_colouring() local
1019 if (next_component) { in try_colouring()
1020 next_component = false; in try_colouring()
1038 next_component = true; in try_colouring()
1049 bool done = false, next_component = true, failed = false; in try_colouring() local
1061 if (next_component) { in try_colouring()
1063 next_component = false; in try_colouring()
1081 if (next_component) { in try_colouring()
1085 next_component = true; in try_colouring()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpsds.c407 ss->next_component = 0; in s_IE_init()
428 int next_component = ss->next_component; in s_IE_process() local
451 while (next_component < num_components) { in s_IE_process()
452 const float *decode = &ss->Decode[next_component * 2]; in s_IE_process()
468 key[next_component++] = in s_IE_process()
493 next_component = 0; in s_IE_process()
508 ss->next_component = next_component; in s_IE_process()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpsds.c407 ss->next_component = 0; in s_IE_init()
428 int next_component = ss->next_component; in s_IE_process() local
451 while (next_component < num_components) { in s_IE_process()
452 const float *decode = &ss->Decode[next_component * 2]; in s_IE_process()
468 key[next_component++] = in s_IE_process()
493 next_component = 0; in s_IE_process()
508 ss->next_component = next_component; in s_IE_process()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpsds.c405 ss->next_component = 0; in s_IE_init()
426 int next_component = ss->next_component; in s_IE_process() local
449 while (next_component < num_components) { in s_IE_process()
450 const float *decode = &ss->Decode[next_component * 2]; in s_IE_process()
466 key[next_component++] = in s_IE_process()
491 next_component = 0; in s_IE_process()
506 ss->next_component = next_component; in s_IE_process()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpsds.c405 ss->next_component = 0; in s_IE_init()
426 int next_component = ss->next_component; in s_IE_process() local
449 while (next_component < num_components) { in s_IE_process()
450 const float *decode = &ss->Decode[next_component * 2]; in s_IE_process()
466 key[next_component++] = in s_IE_process()
491 next_component = 0; in s_IE_process()
506 ss->next_component = next_component; in s_IE_process()
/dports/math/polymake/polymake-4.5/apps/graph/include/
H A Dbiconnected.h104 void next_component(Int n) in next_component() function
150 search_it.node_visitor_mutable().next_component(*search_it);
H A Dstrong_connected.h93 void next_component(Int n) in next_component() function
138 search_it.node_visitor_mutable().next_component(*search_it);
/dports/emulators/qemu5/qemu-5.2.0/util/
H A Dcutils.c916 static inline const char *next_component(const char *dir, int *p_len) in next_component() function
951 dir = next_component(dir, &len_dir); in get_relocated_path()
952 bindir = next_component(bindir, &len_bindir); in get_relocated_path()
959 bindir = next_component(bindir, &len_bindir); in get_relocated_path()

1234