Home
last modified time | relevance | path

Searched refs:next_str (Results 1 – 25 of 153) sorted by relevance

1234567

/dports/sysutils/slurm-wlm/slurm-20.02.7/src/scancel/
H A Dopt.c467 char **id_args = NULL, *next_str; in _xlate_job_step_ids() local
496 if ((next_str[0] == '_') && (next_str[1] == '[')) { in _xlate_job_step_ids()
528 } else if ((next_str[0] == '_') && (next_str[1] == '*')) { in _xlate_job_step_ids()
530 next_str += 2; in _xlate_job_step_ids()
531 } else if (next_str[0] == '_') { in _xlate_job_step_ids()
532 tmp_l = strtol(&next_str[1], &next_str, 10); in _xlate_job_step_ids()
539 tmp_l = strtol(&next_str[1], &next_str, 10); in _xlate_job_step_ids()
550 if (next_str[0] == '.') { in _xlate_job_step_ids()
551 tmp_l = strtol(&next_str[1], &next_str, 10); in _xlate_job_step_ids()
561 if ((next_str[0] == ',') && (next_str[0] != '\0')) { in _xlate_job_step_ids()
[all …]
/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/core/
H A Doptions.h116 char *next_str; in GetVector() local
120 const int val = strtol(act_str, &next_str, 10); in GetVector()
122 const int val = std::strtol(act_str, &next_str, 10); in GetVector()
124 if (act_str == next_str) in GetVector()
126 act_str = next_str; in GetVector()
130 const float val = strtof(act_str, &next_str); in GetVector()
132 const float val = std::strtof(act_str, &next_str); in GetVector()
134 if (act_str == next_str) in GetVector()
136 act_str = next_str; in GetVector()
/dports/archivers/draco/draco-1.4.3/src/draco/core/
H A Doptions.h117 char *next_str; in GetVector() local
121 const int val = strtol(act_str, &next_str, 10); in GetVector()
123 const int val = static_cast<int>(std::strtol(act_str, &next_str, 10)); in GetVector()
125 if (act_str == next_str) { in GetVector()
128 act_str = next_str; in GetVector()
132 const float val = strtof(act_str, &next_str); in GetVector()
134 const float val = std::strtof(act_str, &next_str); in GetVector()
136 if (act_str == next_str) { in GetVector()
139 act_str = next_str; in GetVector()
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/core/
H A Doptions.h119 char *next_str; in GetVector() local
123 const int val = strtol(act_str, &next_str, 10); in GetVector()
125 const int val = static_cast<int>(std::strtol(act_str, &next_str, 10)); in GetVector()
127 if (act_str == next_str) { in GetVector()
130 act_str = next_str; in GetVector()
134 const float val = strtof(act_str, &next_str); in GetVector()
136 const float val = std::strtof(act_str, &next_str); in GetVector()
138 if (act_str == next_str) { in GetVector()
141 act_str = next_str; in GetVector()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/cpal-0.8.2/src/alsa/
H A Denumerate.rs13 next_str: *const *const u8, field
42 next_str: hints, in default()
54 if (*self.next_str).is_null() { in next()
59 let n_ptr = alsa::snd_device_name_get_hint(*self.next_str as *const _, in next()
71 let n_ptr = alsa::snd_device_name_get_hint(*self.next_str as *const _, in next()
82 self.next_str = self.next_str.offset(1); in next()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/cpal-0.8.2/src/alsa/
H A Denumerate.rs13 next_str: *const *const u8, field
42 next_str: hints, in default()
54 if (*self.next_str).is_null() { in next()
59 let n_ptr = alsa::snd_device_name_get_hint(*self.next_str as *const _, in next()
71 let n_ptr = alsa::snd_device_name_get_hint(*self.next_str as *const _, in next()
82 self.next_str = self.next_str.offset(1); in next()
/dports/devel/z88dk/z88dk/ext/UNIXem/src/
H A Dglob.c335 char* next_str; in unixem_glob() local
359 for(begin = pp, next_str = buffer + cbPointers; begin != end; --end) in unixem_glob()
361 *(end - 1) = next_str; in unixem_glob()
364 next_str += 1 + lstrlenA(next_str); in unixem_glob()
370 for(begin = pp, next_str = buffer + cbPointers; begin != end; ++begin) in unixem_glob()
372 *begin = next_str; in unixem_glob()
375 next_str += 1 + lstrlenA(next_str); in unixem_glob()
/dports/databases/postgis31/postgis-3.1.4/extensions/address_standardizer/
H A Dtest_main.c68 char *next_str ; in parse_csv() local
71 if ( ( next_str = convert_field( num_str , buf) ) == NULL ) return 0; in parse_csv()
73 next_str = convert_field( word, next_str); in parse_csv()
74 next_str = convert_field( num_str, next_str); in parse_csv()
76 next_str = convert_field( stdword, next_str); in parse_csv()
H A Dlexicon.c165 char *next_str ; in read_lexicon() local
182 if ( ( next_str = in read_lexicon()
190 next_str = convert_field( lookup_str , in read_lexicon()
191 next_str ) ; in read_lexicon()
192 next_str = convert_field( num_str , in read_lexicon()
193 next_str ) ; in read_lexicon()
197 next_str = convert_field( standard_str , in read_lexicon()
198 next_str ) ; in read_lexicon()
/dports/databases/postgis32/postgis-3.2.0/extensions/address_standardizer/
H A Dtest_main.c68 char *next_str ; in parse_csv() local
71 if ( ( next_str = convert_field( num_str , buf) ) == NULL ) return 0; in parse_csv()
73 next_str = convert_field( word, next_str); in parse_csv()
74 next_str = convert_field( num_str, next_str); in parse_csv()
76 next_str = convert_field( stdword, next_str); in parse_csv()
H A Dlexicon.c165 char *next_str ; in read_lexicon() local
182 if ( ( next_str = in read_lexicon()
190 next_str = convert_field( lookup_str , in read_lexicon()
191 next_str ) ; in read_lexicon()
192 next_str = convert_field( num_str , in read_lexicon()
193 next_str ) ; in read_lexicon()
197 next_str = convert_field( standard_str , in read_lexicon()
198 next_str ) ; in read_lexicon()
/dports/databases/postgis30/postgis-3.0.4/extensions/address_standardizer/
H A Dtest_main.c68 char *next_str ; in parse_csv() local
71 if ( ( next_str = convert_field( num_str , buf) ) == NULL ) return 0; in parse_csv()
73 next_str = convert_field( word, next_str); in parse_csv()
74 next_str = convert_field( num_str, next_str); in parse_csv()
76 next_str = convert_field( stdword, next_str); in parse_csv()
H A Dlexicon.c165 char *next_str ; in read_lexicon() local
182 if ( ( next_str = in read_lexicon()
190 next_str = convert_field( lookup_str , in read_lexicon()
191 next_str ) ; in read_lexicon()
192 next_str = convert_field( num_str , in read_lexicon()
193 next_str ) ; in read_lexicon()
197 next_str = convert_field( standard_str , in read_lexicon()
198 next_str ) ; in read_lexicon()
/dports/databases/postgis25/postgis-2.5.5/extensions/address_standardizer/
H A Dtest_main.c68 char *next_str ; in parse_csv() local
71 if ( ( next_str = convert_field( num_str , buf) ) == NULL ) return 0; in parse_csv()
73 next_str = convert_field( word, next_str); in parse_csv()
74 next_str = convert_field( num_str, next_str); in parse_csv()
76 next_str = convert_field( stdword, next_str); in parse_csv()
H A Dlexicon.c165 char *next_str ; in read_lexicon() local
182 if ( ( next_str = in read_lexicon()
190 next_str = convert_field( lookup_str , in read_lexicon()
191 next_str ) ; in read_lexicon()
192 next_str = convert_field( num_str , in read_lexicon()
193 next_str ) ; in read_lexicon()
197 next_str = convert_field( standard_str , in read_lexicon()
198 next_str ) ; in read_lexicon()
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/platform/win32/
H A Dglob.cpp333 char *next_str; in glob() local
357 for(begin = pp, next_str = buffer + cbPointers; begin != end; --end) in glob()
359 *(end - 1) = next_str; in glob()
362 next_str += 1 + lstrlenA(next_str); in glob()
368 for(begin = pp, next_str = buffer + cbPointers; begin != end; ++begin) in glob()
370 *begin = next_str; in glob()
373 next_str += 1 + lstrlenA(next_str); in glob()
/dports/www/ilias6/ILIAS-6.14/tests/Refinery/String/Transformation/
H A DCaseOfLabelTest.php100 $next_str = $this->case_of_label_if_possible->transform($arr);
109 $next_str = $this->case_of_label_if_possible->transform($int);
118 $next_str = $this->case_of_label_if_possible->transform($std_class);
149 $next_str = ($this->case_of_label_if_possible)($arr);
158 $next_str = ($this->case_of_label_if_possible)($int);
167 $next_str = ($this->case_of_label_if_possible)($std_class);
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Component/Utility/
H A DRandomTest.php154 $next_str = $random->word(5);
155 $this->assertNotEquals($this->firstStringGenerated, $next_str);
161 $next_str = $random->word(5);
162 $this->assertEquals($this->firstStringGenerated, $next_str);
/dports/devel/grpc130/grpc-1.30.2/src/core/lib/iomgr/
H A Dtimer_generic.cc709 char* next_str; in timer_check() local
711 next_str = gpr_strdup("NULL"); in timer_check()
713 gpr_asprintf(&next_str, "%" PRId64, *next); in timer_check()
719 now, next_str, min_timer, in timer_check()
724 now, next_str, min_timer); in timer_check()
726 gpr_free(next_str); in timer_check()
733 char* next_str; in timer_check() local
735 next_str = gpr_strdup("NULL"); in timer_check()
737 gpr_asprintf(&next_str, "%" PRId64, *next); in timer_check()
739 gpr_log(GPR_INFO, "TIMER CHECK END: r=%d; next=%s", r, next_str); in timer_check()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/lib/iomgr/
H A Dtimer_generic.cc708 char* next_str; in timer_check() local
710 next_str = gpr_strdup("NULL"); in timer_check()
712 gpr_asprintf(&next_str, "%" PRId64, *next); in timer_check()
718 now, next_str, min_timer, in timer_check()
723 now, next_str, min_timer); in timer_check()
725 gpr_free(next_str); in timer_check()
732 char* next_str; in timer_check() local
734 next_str = gpr_strdup("NULL"); in timer_check()
736 gpr_asprintf(&next_str, "%" PRId64, *next); in timer_check()
738 gpr_log(GPR_INFO, "TIMER CHECK END: r=%d; next=%s", r, next_str); in timer_check()
[all …]
/dports/games/pioneer/pioneer-20210723/src/
H A DJsonUtils.cpp518 char *next_str = const_cast<char *>(str.c_str()) + 1; in from_json() local
519 int64_t numerator = std::strtol(next_str, &next_str, 10); in from_json()
522 …if (numerator == 0 || next_str == nullptr || size_t(next_str - str.c_str()) >= str.size() || *next… in from_json()
525 int64_t denominator = std::strtol(next_str, &next_str, 10); in from_json()
527 if (next_str != str.c_str() + str.size()) in from_json()
/dports/www/silicon/silicon-0.1-124-g91ca205/silicon/backends/
H A Durldecode.hh67 auto next_str = str.substr(index_end + 1, str.size() - index_end - 1); in urldecode2() local
72 auto ret = urldecode2(found, next_str, x); in urldecode2()
83 return urldecode2(found, next_str, obj[idx]); in urldecode2()
122 auto next_str = str.substr(next, str.size() - next); in urldecode2() local
129 ret = urldecode2(found, next_str, m.value()); in urldecode2()
/dports/devel/tcllibc/tcllib-1.20/modules/pt/tests/data/ok/peg_tclparam-nx/
H A D3_peg_itself74 : si:next_str <alnum>
102 : si:next_str <alpha>
171 : si:next_str <ascii>
448 : si:next_str \134u
900 : si:next_str <digit>
1058 : si:next_str END
1144 : si:next_str <graph>
1310 : si:next_str <-
1338 : si:next_str leaf
1655 : si:next_str PEG
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/pt/tests/data/ok/peg_tclparam-nx/
H A D3_peg_itself74 : si:next_str <alnum>
102 : si:next_str <alpha>
171 : si:next_str <ascii>
448 : si:next_str \134u
900 : si:next_str <digit>
1058 : si:next_str END
1144 : si:next_str <graph>
1310 : si:next_str <-
1338 : si:next_str leaf
1655 : si:next_str PEG
[all …]
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/util/
H A Ddstr.c266 const char *next_str; in strlist_split() local
277 next_str = strchr(str, split_ch); in strlist_split()
279 while (next_str) { in strlist_split()
280 size_t size = next_str - cur_str; in strlist_split()
287 cur_str = next_str + 1; in strlist_split()
288 next_str = strchr(cur_str, split_ch); in strlist_split()
306 next_str = strchr(str, split_ch); in strlist_split()
309 while (next_str) { in strlist_split()
310 size_t size = next_str - cur_str; in strlist_split()
319 cur_str = next_str + 1; in strlist_split()
[all …]

1234567