Searched refs:separator (Results 76 - 100 of 170) sorted by relevance

1234567

/netbsd-current/external/apache2/llvm/dist/libcxx/utils/
H A Dgenerate_feature_test_macro_components.py1052 separator = indent_str + add_divider(col_widths, 1 if is_cxx_header else header_flag)
1053 result.append(separator.rstrip())
/netbsd-current/external/gpl2/lvm2/dist/scripts/
H A Dvgimportclone.sh280 PVINFO=`"${LVM}" pvs ${LVM_OPTS} -o pv_name,vg_name,vg_attr --noheadings --separator : 2>/dev/null`
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h138 /// Ensure that we don't have a digit separator here.
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Dtree.h241 struct expression *separator; member in struct:expression::expr_union::__anon51
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dldgram.y420 | assignment separator
652 | assignment separator
678 '(' exp ',' NAME ')' separator
746 separator: ';' | ',' label
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dct.h286 * SCTs will be delimited by |separator|.
291 const char *separator, const CTLOG_STORE *logs); variable
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcgraphclones.c553 char *separator = XALLOCAVEC (char, 2); local
554 separator[0] = symbol_table::symbol_suffix_separator ();
555 separator[1] = 0;
563 separator,
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcgraphclones.cc554 char *separator = XALLOCAVEC (char, 2); local
555 separator[0] = symbol_table::symbol_suffix_separator ();
556 separator[1] = 0;
564 separator,
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/interception/
H A Dinterception_win.cpp969 char* separator = _strchr(function_name, '.'); local
970 if (!separator)
972 *separator = '\0';
977 return InternalGetProcAddress(redirected_module, separator + 1);
/netbsd-current/crypto/external/bsd/openssl.old/dist/
H A DConfigure549 # The default is the Unix like separator, :, but as an exception, we also
550 # support the space as separator.
2958 my $separator = shift;
2960 # If there's any ARRAY in the collection of values OR the separator
2962 # string of joined values with $separator as the separator.
2963 my $found_array = !defined($separator);
2988 join($separator, grep { defined($_) && $_ ne "" } @values);
2992 my $separator = " ";
2995 $separator
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/
H A Dbiguintcore.d282 * 'separator' is a digit separation character. If non-zero, it is inserted
286 char [] toHexString(int frontExtraBytes, char separator = 0,
294 // Length not including separator bytes
297 // Calculate number of separator bytes
298 size_t mainSeparatorBytes = separator ? (lenBytes / 8) - 1 : 0;
299 immutable totalSeparatorBytes = separator ? ((extraPad + lenBytes + 7) / 8) - 1: 0;
302 biguintToHex(buff[$ - lenBytes - mainSeparatorBytes .. $], data, separator, letterCase);
305 if (separator)
312 buff[frontExtraBytes + (extraPad & 7)] = (padChar == ' ' ? ' ' : separator);
318 buff[start + 8] = (padChar == ' ' ? ' ' : separator);
[all...]
/netbsd-current/external/gpl2/lvm2/dist/tools/
H A Ddmsetup.c321 static char *_extract_uuid_prefix(const char *uuid, const int separator) argument
328 ptr = strchr(uuid, separator);
343 int separator)
353 split_name->subsystem = _extract_uuid_prefix(uuid, separator);
2400 const char *separator = " "; local
2412 separator = ":";
2460 separator = _string_args[SEPARATOR_ARG];
2484 options, separator, flags, keys, NULL)))
2566 " [--nameprefixes] [--noheadings] [--separator <separator>]\
342 _get_split_name(const char *uuid, const char *name, int separator) argument
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dxgettext.c2645 const char *separator = strchr (best_cp->msgid, '|'); local
2647 if (separator == NULL)
2659 size_t ctxt_len = separator - best_cp->msgid;
2665 best_cp->msgid = xstrdup (separator + 1);
2670 const char *separator = strchr (best_cp->msgid_plural, '|'); local
2672 if (separator == NULL)
2684 size_t ctxt_len = separator - best_cp->msgid_plural;
2704 best_cp->msgid_plural = xstrdup (separator + 1);
H A Dx-c.c795 separator), but just pretend it can't happen. */
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Drtbl.c212 rtbl_set_separator (rtbl_t table, const char *separator) argument
216 table->column_separator = strdup (separator);
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dcomponent.c218 get_len_of_next_assert_value ( struct berval* bv, char separator )
222 if ( (bv->bv_val[ i ] == separator) || ( i >= bv->bv_len) )
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dupdate-copyright.py219 self.separator = ' '
369 + canon_form + self.separator
/netbsd-current/external/gpl3/gdb.old/dist/etc/
H A Dupdate-copyright.py227 self.separator = ' '
382 + ' ' + canon_form + self.separator
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dupdate-copyright.py222 self.separator = ' '
372 + canon_form + self.separator
/netbsd-current/external/mpl/bind/dist/doc/arm/_ext/
H A Discconf.py184 separator = " "
189 separator = ""
201 grammarnode += nodes.strong(text=f"Grammar{separator}{paths}: ")
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarmod-gmtime.mk140 # followed by the next modifier, without a ':' separator. This was the same
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Devent_rpcgen.py1318 separator = ''
1351 if not separator:
1352 separator = token
1353 if separator != '=':
/netbsd-current/external/gpl2/groff/dist/src/preproc/pic/
H A Dpic.y295 | middle_element_list separator element
301 | separator
304 separator: label
306 | separator ';'
/netbsd-current/external/bsd/libevent/dist/
H A Devent_rpcgen.py1483 separator = ""
1510 if not separator:
1511 separator = token
1512 if separator != "=":
/netbsd-current/external/mpl/dhcp/dist/keama/
H A Dprint.c827 struct element *separator; local
853 separator = mapGet(arg, "separator");
854 if (separator == NULL) {
859 appendString(result, print_data_expression(separator, lose));

Completed in 210 milliseconds

1234567