Home
last modified time | relevance | path

Searched refs:needsep (Results 1 – 25 of 85) sorted by relevance

1234

/dports/net/quagga/quagga-1.2.4/lib/
H A Dmemory.c340 int needsep = 0; in show_memory_vty() local
345 if (needsep) in show_memory_vty()
348 needsep = 0; in show_memory_vty()
354 needsep = 1; in show_memory_vty()
356 return needsep; in show_memory_vty()
407 int needsep = 0; variable
410 needsep = show_memory_mallinfo (vty);
415 if (needsep)
417 needsep = show_memory_vty (vty, ml->list);
/dports/editors/vigor/vigor-0.016/common/
H A Dmsg.c522 int cnt, needsep; local
561 needsep = 0;
567 needsep = 1;
573 needsep = 1;
575 if (needsep) {
585 needsep = 1;
588 if (needsep) {
595 needsep = 1;
598 if (needsep) {
605 needsep = 1;
[all …]
/dports/editors/nvi2/nvi2-2.2.0/common/
H A Dmsg.c527 int cnt, needsep; in msgq_status() local
572 needsep = 0; in msgq_status()
578 needsep = 1; in msgq_status()
584 needsep = 1; in msgq_status()
586 if (needsep) { in msgq_status()
596 needsep = 1; in msgq_status()
599 if (needsep) { in msgq_status()
606 needsep = 1; in msgq_status()
609 if (needsep) { in msgq_status()
616 needsep = 1; in msgq_status()
[all …]
/dports/databases/pglogical/pglogical-REL2_4_0/
H A Dpglogical_proto_json.c582 bool needsep = false; in composite_to_json() local
612 if (needsep) in composite_to_json()
614 needsep = true; in composite_to_json()
652 bool needsep = false; in json_write_tuple() local
683 if (needsep) in json_write_tuple()
685 needsep = true; in json_write_tuple()
/dports/databases/postgis32/postgis-3.2.0/postgis/
H A Dlwgeom_out_geojson.c131 bool needsep = false; in composite_to_geojson() local
196 if (needsep) in composite_to_geojson()
198 needsep = true; in composite_to_geojson()
507 bool needsep = false; in composite_to_json() local
538 if (needsep) in composite_to_json()
540 needsep = true; in composite_to_json()
/dports/databases/postgis31/postgis-3.1.4/postgis/
H A Dlwgeom_out_geojson.c131 bool needsep = false; in composite_to_geojson() local
196 if (needsep) in composite_to_geojson()
198 needsep = true; in composite_to_geojson()
507 bool needsep = false; in composite_to_json() local
538 if (needsep) in composite_to_json()
540 needsep = true; in composite_to_json()
/dports/databases/postgis30/postgis-3.0.4/postgis/
H A Dlwgeom_out_geojson.c121 bool needsep = false; in composite_to_geojson() local
180 if (needsep) in composite_to_geojson()
182 needsep = true; in composite_to_geojson()
491 bool needsep = false; in composite_to_json() local
522 if (needsep) in composite_to_json()
524 needsep = true; in composite_to_json()
/dports/devel/simdjson/simdjson-0.9.6/tests/
H A Dparse_many_test.cpp55 bool needsep = (strlen(dirname) > 1) && (dirname[strlen(dirname) - 1] != '/'); in validate() local
69 snprintf(fullpath, fullpathlen, "%s%s%s", dirname, needsep ? "/" : "", name); in validate()
H A Djsoncheck.cpp53 bool needsep = (strlen(dirname) > 1) && (dirname[strlen(dirname) - 1] != '/'); in validate() local
62 snprintf(fullpath, fullpathlen, "%s%s%s", dirname, needsep ? "/" : "", name); in validate()
H A Dminefieldcheck.cpp51 bool needsep = (strlen(dirname) > 1) && (dirname[strlen(dirname) - 1] != '/'); in validate_minefield() local
60 snprintf(fullpath, fullpathlen, "%s%s%s", dirname, needsep ? "/" : "", name); in validate_minefield()
H A Dnumberparsingcheck.cpp195 bool needsep = (strlen(dirname) > 1) && (dirname[strlen(dirname) - 1] != '/'); in validate() local
202 if (needsep) { in validate()
H A Dstringparsingcheck.cpp326 bool needsep = (strlen(dirname) > 1) && (dirname[strlen(dirname) - 1] != '/'); in validate() local
333 if (needsep) { in validate()
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/tests/dom/
H A Djsoncheck.cpp54 bool needsep = (strlen(dirname) > 1) && (dirname[strlen(dirname) - 1] != '/'); in validate() local
63 snprintf(fullpath, fullpathlen, "%s%s%s", dirname, needsep ? "/" : "", name); in validate()
H A Dminefieldcheck.cpp52 bool needsep = (strlen(dirname) > 1) && (dirname[strlen(dirname) - 1] != '/'); in validate_minefield() local
61 snprintf(fullpath, fullpathlen, "%s%s%s", dirname, needsep ? "/" : "", name); in validate_minefield()
H A Dparse_many_test.cpp80 bool needsep = (strlen(dirname) > 1) && (dirname[strlen(dirname) - 1] != '/'); in validate() local
95 snprintf(fullpath, fullpathlen, "%s%s%s", dirname, needsep ? "/" : "", name); in validate()
H A Dnumberparsingcheck.cpp195 bool needsep = (strlen(dirname) > 1) && (dirname[strlen(dirname) - 1] != '/'); in validate() local
202 if (needsep) { in validate()
H A Dstringparsingcheck.cpp325 bool needsep = (strlen(dirname) > 1) && (dirname[strlen(dirname) - 1] != '/'); in validate() local
332 if (needsep) { in validate()
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/join/
H A Djoin.c105 static int needsep; /* need separator character */ variable
459 needsep = 0; in outoneline()
490 needsep = 0; in outtwoline()
496 if (needsep++) in outfield()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/clua/
H A Dkills.lua177 function c_kill_list(a, who, needsep)
191 if needsep then
/dports/emulators/hercules/hercules-3.13/
H A Ddasdls.c19 static int needsep = 0; /* Write newline separator next time */ variable
200 printf("%s%s: VOLSER=%s\n", needsep ? "\n" : "", cif->fname, volser); in list_contents()
201 needsep = 1; in list_contents()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Ddired.c226 bool needsep = (directory_nbytes == 0 in directory_files_internal() local
264 ptrdiff_t nbytes = directory_nbytes + needsep + name_nbytes; in directory_files_internal()
265 ptrdiff_t nchars = SCHARS (directory) + needsep + SCHARS (name); in directory_files_internal()
270 if (needsep) in directory_files_internal()
272 memcpy (SDATA (finalname) + directory_nbytes + needsep, in directory_files_internal()
/dports/editors/emacs/emacs-27.2/src/
H A Ddired.c218 bool needsep = (directory_nbytes == 0 in directory_files_internal() local
256 ptrdiff_t nbytes = directory_nbytes + needsep + name_nbytes; in directory_files_internal()
257 ptrdiff_t nchars = SCHARS (directory) + needsep + SCHARS (name); in directory_files_internal()
262 if (needsep) in directory_files_internal()
264 memcpy (SDATA (finalname) + directory_nbytes + needsep, in directory_files_internal()
/dports/security/libprelude/libprelude-1.2.6/src/
H A Dcommon.c347 char needsep = 0;
351 needsep = (_prelude_init_cwd[cwdlen - 1] != '/' ) ? '/' : '\0';
353 ret = snprintf(pathname, sizeof(pathname), "%s%c", _prelude_init_cwd, needsep);
/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dsend.c167 boole want_ct, needsep; in _print_part_info() local
200 needsep = FAL0; in _print_part_info()
221 needsep = TRU1; in _print_part_info()
228 if(needsep) in _print_part_info()
234 needsep = TRU1; in _print_part_info()
239 if(needsep) in _print_part_info()
245 needsep = !needsep; in _print_part_info()
246 _out(&" --]"[su_S(su_u8,needsep)], 4 - needsep, in _print_part_info()
H A Dfolder.c1207 boole needsep; in n_folder_mbox_prepare_append() local
1211 needsep = (buf[0] != '\n' || buf[1] != '\n'); in n_folder_mbox_prepare_append()
1232 needsep = (buf[0] != '\n'); in n_folder_mbox_prepare_append()
1236 if((needsep && (fseek(fout, 0L, SEEK_END) || putc('\n', fout) == EOF)) || in n_folder_mbox_prepare_append()

1234