Home
last modified time | relevance | path

Searched refs:prev_sep (Results 1 – 24 of 24) sorted by relevance

/dports/security/tor-devel/tor-0.4.7.2-alpha/src/lib/fs/
H A Dpath.c389 typedef struct smartlist_t * unglob_fn(const char *pattern, int prev_sep,
421 int i, prev_sep = -1, next_sep = -1; in get_glob_paths() local
430 prev_sep = next_sep; in get_glob_paths()
448 int len = prev_sep < 1 ? prev_sep + 1 : prev_sep; // handle /* in get_glob_paths()
453 smartlist_t *unglobbed_paths = unglob(pattern, prev_sep, next_sep); in get_glob_paths()
491 unglob_win32(const char *pattern, int prev_sep, int next_sep) in unglob_win32() argument
494 int len = prev_sep < 1 ? prev_sep + 1 : prev_sep; // handle /* in unglob_win32()
683 unglob_opened_files(const char *pattern, int prev_sep, int next_sep) in unglob_opened_files() argument
685 (void)prev_sep; in unglob_opened_files()
/dports/security/tor/tor-0.4.6.8/src/lib/fs/
H A Dpath.c389 typedef struct smartlist_t * unglob_fn(const char *pattern, int prev_sep,
421 int i, prev_sep = -1, next_sep = -1; in get_glob_paths() local
430 prev_sep = next_sep; in get_glob_paths()
448 int len = prev_sep < 1 ? prev_sep + 1 : prev_sep; // handle /* in get_glob_paths()
453 smartlist_t *unglobbed_paths = unglob(pattern, prev_sep, next_sep); in get_glob_paths()
491 unglob_win32(const char *pattern, int prev_sep, int next_sep) in unglob_win32() argument
494 int len = prev_sep < 1 ? prev_sep + 1 : prev_sep; // handle /* in unglob_win32()
683 unglob_opened_files(const char *pattern, int prev_sep, int next_sep) in unglob_opened_files() argument
685 (void)prev_sep; in unglob_opened_files()
/dports/editors/kibi/kibi-0.2.2/src/
H A Drow.rs151 let prev_sep = (i == 0) || is_sep(line[i - 1]); in update_syntax() localVariable
154 && ((c.is_ascii_digit() && prev_sep) in update_syntax()
155 || (i != 0 && self.hl[i - 1] == HlType::Number && !prev_sep && !is_sep(c))) in update_syntax()
161 if prev_sep { in update_syntax()
/dports/x11-toolkits/pango/pango-1.48.11/pango/
H A Dbreak.c1700 gchar prev_sep; in pango_find_paragraph_boundary() local
1717 prev_sep = 0; in pango_find_paragraph_boundary()
1721 if (prev_sep == '\n' || in pango_find_paragraph_boundary()
1722 prev_sep == PARAGRAPH_SEPARATOR_STRING[0]) in pango_find_paragraph_boundary()
1728 else if (prev_sep == '\r') in pango_find_paragraph_boundary()
1746 prev_sep = *p; in pango_find_paragraph_boundary()
1749 prev_sep = 0; in pango_find_paragraph_boundary()
/dports/cad/openroad/OpenROAD-2.0/src/rcx/src/
H A DextBenchDB.cpp77 int prev_sep = 0; in GenExtRules() local
230 m._s_nm = prev_sep + prev_width; in GenExtRules()
236 prev_sep = m._s_nm; in GenExtRules()
/dports/lang/zig-devel/zig-0.9.0/lib/std/fs/
H A Dpath.zig60 const prev_sep = sepPredicate(prev_path[prev_path.len - 1]);
62 sum += @boolToInt(!prev_sep and !this_sep);
63 sum += if (prev_sep and this_sep) this_path.len - 1 else this_path.len;
82 const prev_sep = sepPredicate(prev_path[prev_path.len - 1]);
84 if (!prev_sep and !this_sep) {
88 const adjusted_path = if (prev_sep and this_sep) this_path[1..] else this_path;
/dports/lang/zig/zig-0.9.0/lib/std/fs/
H A Dpath.zig60 const prev_sep = sepPredicate(prev_path[prev_path.len - 1]);
62 sum += @boolToInt(!prev_sep and !this_sep);
63 sum += if (prev_sep and this_sep) this_path.len - 1 else this_path.len;
82 const prev_sep = sepPredicate(prev_path[prev_path.len - 1]);
84 if (!prev_sep and !this_sep) {
88 const adjusted_path = if (prev_sep and this_sep) this_path[1..] else this_path;
/dports/devel/protobuf25/protobuf-2.5.0/src/google/protobuf/stubs/
H A Dstrutil.cc732 static inline char* PlaceNum(char* p, int num, char prev_sep) { in PlaceNum() argument
735 *p-- = prev_sep; in PlaceNum()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/stubs/
H A Dstrutil.cc846 static inline char* PlaceNum(char* p, int num, char prev_sep) { in PlaceNum() argument
849 *p-- = prev_sep; in PlaceNum()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/extra/protobuf/protobuf-2.6.1/src/google/protobuf/stubs/
H A Dstrutil.cc846 static inline char* PlaceNum(char* p, int num, char prev_sep) { in PlaceNum() argument
849 *p-- = prev_sep; in PlaceNum()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/extra/protobuf/protobuf-2.6.1/src/google/protobuf/stubs/
H A Dstrutil.cc846 static inline char* PlaceNum(char* p, int num, char prev_sep) { in PlaceNum() argument
849 *p-- = prev_sep; in PlaceNum()
/dports/databases/percona57-server/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/stubs/
H A Dstrutil.cc846 static inline char* PlaceNum(char* p, int num, char prev_sep) { in PlaceNum() argument
849 *p-- = prev_sep; in PlaceNum()
/dports/databases/percona57-client/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/stubs/
H A Dstrutil.cc846 static inline char* PlaceNum(char* p, int num, char prev_sep) { in PlaceNum() argument
849 *p-- = prev_sep; in PlaceNum()
/dports/databases/mysql57-client/mysql-5.7.36/extra/protobuf/protobuf-2.6.1/src/google/protobuf/stubs/
H A Dstrutil.cc846 static inline char* PlaceNum(char* p, int num, char prev_sep) { in PlaceNum() argument
849 *p-- = prev_sep; in PlaceNum()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc847 static inline char* PlaceNum(char* p, int num, char prev_sep) { in PlaceNum() argument
850 *p-- = prev_sep; in PlaceNum()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/
H A Dmail-storage.c1171 bool prev_sep = FALSE; in mailbox_name_verify_extra_separators() local
1184 if (prev_sep) { in mailbox_name_verify_extra_separators()
1188 prev_sep = TRUE; in mailbox_name_verify_extra_separators()
1190 prev_sep = FALSE; in mailbox_name_verify_extra_separators()
1193 if (prev_sep && i > 0) { in mailbox_name_verify_extra_separators()
/dports/cad/pcb/pcb-4.2.0/src/
H A Dmisc.c1519 int prev_sep = 1; in LayerStringToLayerStack() local
1534 prev_sep = 1; in LayerStringToLayerStack()
1538 if (prev_sep) in LayerStringToLayerStack()
1540 prev_sep = 0; in LayerStringToLayerStack()
/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin4.c2233 prev_sep = prev_sep->next; in RemoveIntermediateGenBankWrapper()
2237 prev_sep->next = next_sep; in RemoveIntermediateGenBankWrapper()
2445 prev_sep = NULL; in RemoveOneUnsegmentedSet()
2449 prev_sep = target_sep; in RemoveOneUnsegmentedSet()
2454 if (prev_sep == NULL) in RemoveOneUnsegmentedSet()
13315 prev_sep = NULL; in AddNucleotideToList()
13318 prev_sep = set_sep; in AddNucleotideToList()
13323 if (prev_sep == NULL) in AddNucleotideToList()
13353 prev_sep = NULL; in AddNucProtSetToList()
13356 prev_sep = set_sep; in AddNucProtSetToList()
[all …]
H A Dsequin2.c4300 SeqEntryPtr prev_sep, next_sep, this_sep; in RemoveZeroLengthSequences() local
4310 prev_sep = NULL; in RemoveZeroLengthSequences()
4319 if (prev_sep == NULL) in RemoveZeroLengthSequences()
4325 prev_sep->next = next_sep; in RemoveZeroLengthSequences()
4337 if (prev_sep == NULL) in RemoveZeroLengthSequences()
4343 prev_sep->next = next_sep; in RemoveZeroLengthSequences()
4350 prev_sep = this_sep; in RemoveZeroLengthSequences()
4360 if (prev_sep == NULL) in RemoveZeroLengthSequences()
4366 prev_sep->next = next_sep; in RemoveZeroLengthSequences()
4373 prev_sep = this_sep; in RemoveZeroLengthSequences()
[all …]
H A Dsequin5.c26786 SeqEntryPtr sep, last_sep, prev_sep, remove_sep, set_sep, tmp_sep; in SequesterCategorySeqEntries() local
26824 prev_sep = NULL; in SequesterCategorySeqEntries()
26829 prev_sep = remove_sep; in SequesterCategorySeqEntries()
26833 if (prev_sep == NULL) { in SequesterCategorySeqEntries()
26842 prev_sep->next = sep->next; in SequesterCategorySeqEntries()
/dports/devel/bmake/bmake/
H A Dvar.c2446 char prev_sep; in ApplyModifier_Loop() local
2477 prev_sep = ch->sep; in ApplyModifier_Loop()
2480 ch->sep = prev_sep; in ApplyModifier_Loop()
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dseqpanel.c9649 SeqEntryPtr current_sep = NULL, prev_sep = NULL; in UnplayOneTranslationJournalEntry() local
9669 prev_sep = SeqEntryAsnRead(aimp->aip, NULL); /* read it */ in UnplayOneTranslationJournalEntry()
9671 product_bsp = (BioseqPtr) prev_sep->data.ptrvalue; in UnplayOneTranslationJournalEntry()
9692 if (current_sep == NULL && prev_sep == NULL) in UnplayOneTranslationJournalEntry()
9699 AddSeqEntryToSeqEntry (sejp->bsp->seqentry, prev_sep, TRUE); in UnplayOneTranslationJournalEntry()
9701 else if (prev_sep == NULL) in UnplayOneTranslationJournalEntry()
9710 ReplaceSeqEntryWithSeqEntry (current_sep, prev_sep, TRUE); in UnplayOneTranslationJournalEntry()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dsqnutil4.c18819 SeqEntryPtr sep, last_sep, prev_sep, remove_sep; in AddItemListToSet() local
18854 prev_sep = NULL; in AddItemListToSet()
18858 prev_sep = remove_sep; in AddItemListToSet()
18861 if (prev_sep == NULL) { in AddItemListToSet()
18867 prev_sep->next = sep->next; in AddItemListToSet()
H A Dsqnutil3.c3382 SeqEntryPtr sub_sep, prev_sep, next_sep; in ConvertSegSetsToDeltaSequencesInt() local
3424 prev_sep = NULL; in ConvertSegSetsToDeltaSequencesInt()
3427 prev_sep = sub_sep; in ConvertSegSetsToDeltaSequencesInt()