| /freebsd-12.1/contrib/llvm/tools/lldb/ |
| H A D | FREEBSD-Xlist | 33 source/API/CMakeLists.txt 34 source/Breakpoint/CMakeLists.txt 35 source/CMakeLists.txt 36 source/Commands/CMakeLists.txt 37 source/Core/CMakeLists.txt 40 source/Host/CMakeLists.txt 41 source/Host/android/ 42 source/Host/linux/ 43 source/Host/macosx/ 44 source/Host/windows/ [all …]
|
| /freebsd-12.1/contrib/googletest/googlemock/scripts/generator/cpp/ |
| H A D | gmock_class_test.py | 58 source = """ 69 source = """ 86 source = """ 99 source = """ 115 source = """ 131 source = """ 142 source = """ 153 source = """ 164 source = """ 176 source = """ [all …]
|
| H A D | tokenize.py | 90 i = source.find('"', i+1) 91 while source[i-1] == '\\': 105 def _GetChar(source, start, i): argument 107 i = source.find("'", i+1) 108 while source[i-1] == '\\': 119 def GetTokens(source): argument 139 end = len(source) 149 c = source[i] 161 elif source[i] == "'" and source[start:i] in _STR_PREFIXES: 175 new_ch = source[i] [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | ConvertUTF.cpp | 156 ch = *source++; in ConvertUTF32toUTF16() 203 ch = *source++; in ConvertUTF16toUTF32() 401 case 1: if (*source >= 0x80 && *source < 0xC2) return false; in isLegalUTF8() 447 b1 = *source; in findMaximalSubpartOfIllFormedUTF8Sequence() 448 ++source; in findMaximalSubpartOfIllFormedUTF8Sequence() 460 b2 = *source; in findMaximalSubpartOfIllFormedUTF8Sequence() 461 ++source; in findMaximalSubpartOfIllFormedUTF8Sequence() 480 b3 = *source; in findMaximalSubpartOfIllFormedUTF8Sequence() 490 b3 = *source; in findMaximalSubpartOfIllFormedUTF8Sequence() 500 b3 = *source; in findMaximalSubpartOfIllFormedUTF8Sequence() [all …]
|
| /freebsd-12.1/contrib/ntp/lib/isc/unix/ |
| H A D | entropy.c | 80 if (source->bad) in get_from_filesource() 106 source->bad = ISC_TRUE; in get_from_filesource() 121 if (source->bad) in get_from_usocketsource() 346 source = ISC_LIST_NEXT(source, link); in fillpool() 347 if (source == NULL) in fillpool() 379 source = ISC_LIST_NEXT(source, link); in fillpool() 430 source = ISC_LIST_NEXT(source, link); in wait_for_sources() 560 if (source == NULL) { in isc_entropy_createfilesource() 569 source->ent = ent; in isc_entropy_createfilesource() 570 source->total = 0; in isc_entropy_createfilesource() [all …]
|
| /freebsd-12.1/contrib/ntp/lib/isc/win32/ |
| H A D | entropy.c | 56 if (source->bad) in get_from_filesource() 162 firstsource = source; in fillpool() 179 source = ISC_LIST_NEXT(source, link); in fillpool() 180 if (source == NULL) in fillpool() 214 source = ISC_LIST_NEXT(source, link); in fillpool() 236 UNUSED(source); in destroyusocketsource() 253 source = NULL; in isc_entropy_createfilesource() 277 source->ent = ent; in isc_entropy_createfilesource() 278 source->total = 0; in isc_entropy_createfilesource() 280 memset(source->name, 0, sizeof(source->name)); in isc_entropy_createfilesource() [all …]
|
| /freebsd-12.1/contrib/ntp/lib/isc/ |
| H A D | lex.c | 198 source = isc_mem_get(lex->mctx, sizeof(*source)); in new_source() 199 if (source == NULL) in new_source() 208 isc_mem_put(lex->mctx, source, sizeof(*source)); in new_source() 216 isc_mem_put(lex->mctx, source, sizeof(*source)); in new_source() 220 source->line = 1; in new_source() 298 isc_mem_put(lex->mctx, source, sizeof(*source)); in isc_lex_close() 326 source->line--; in pushback() 389 source->saved_line = source->line; in isc_lex_gettoken() 454 source->result = pushandgrow(lex, source, c); in isc_lex_gettoken() 473 source->line++; in isc_lex_gettoken() [all …]
|
| H A D | base32.c | 66 while (source->length > 0) { in base32_totext() 68 if (source->length == 1) { in base32_totext() 78 if (source->length == 2) { in base32_totext() 86 if (source->length == 3) { in base32_totext() 95 if (source->length == 4) { in base32_totext() 105 isc_region_consume(source, 5); in base32_totext() 115 if (source->length > 0) in base32_totext() 116 isc_region_consume(source, source->length); in base32_totext() 328 while (source->length != 0) { in base32_decoderegion() 329 int c = *source->base; in base32_decoderegion() [all …]
|
| H A D | entropy.c | 490 if (source->bad) in get_from_callback() 725 source = *sourcep; in destroysource() 727 ent = source->ent; in destroysource() 777 source = ISC_LIST_NEXT(source, link); in destroy_check() 838 source = *sourcep; in isc_entropy_destroysource() 841 ent = source->ent; in isc_entropy_destroysource() 898 source->ent = ent; in isc_entropy_createcallbacksource() 900 memset(source->name, 0, sizeof(source->name)); in isc_entropy_createcallbacksource() 942 source = ISC_LIST_NEXT(source, link); in isc_entropy_stopcallbacksources() 979 memset(source->name, 0, sizeof(source->name)); in isc_entropy_createsamplesource() [all …]
|
| H A D | base64.c | 63 while (source->length > 2) { in isc_base64_totext() 66 ((source->base[1]>>4)&0x0f)]; in isc_base64_totext() 68 ((source->base[2]>>6)&0x03)]; in isc_base64_totext() 71 isc_region_consume(source, 3); in isc_base64_totext() 74 if (source->length != 0 && in isc_base64_totext() 81 if (source->length == 2) { in isc_base64_totext() 84 ((source->base[1]>>4)&0x0f)]; in isc_base64_totext() 88 isc_region_consume(source, 2); in isc_base64_totext() 94 isc_region_consume(source, 1); in isc_base64_totext() 232 l = strlen(source); in str_totext() [all …]
|
| H A D | string.c | 38 char *s = source; in isc_string_touint64() 43 *end = source; in isc_string_touint64() 61 *end = source; in isc_string_touint64() 82 *end = source; in isc_string_touint64() 88 *end = source; in isc_string_touint64() 102 if (strlcpy(target, source, size) >= size) { in isc_string_copy() 116 strlcpy(target, source, size); in isc_string_copy_truncate() 141 strlcat(target, source, size); in isc_string_append_truncate() 187 REQUIRE(source != NULL); in isc_string_regiondup() 191 memcpy(source->base, target, source->length); in isc_string_regiondup() [all …]
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | temp_serializer.c | 74 source_stack_t *source; member 123 context->source = apr_palloc(pool, sizeof(*context->source)); in svn_temp_serializer__init() 135 context->source = NULL; in svn_temp_serializer__init() 172 context->source = apr_palloc(pool, sizeof(*context->source)); in svn_temp_serializer__init_append() 197 if (context->source == NULL) in store_current_end_pointer() 243 if (source) in svn_temp_serializer__push() 256 context->source = new; in svn_temp_serializer__push() 272 assert(context->source); in svn_temp_serializer__pop() 275 context->source = context->source->upper; in svn_temp_serializer__pop() 290 if (source) in svn_temp_serializer__add_leaf() [all …]
|
| /freebsd-12.1/lib/libfigpar/ |
| H A D | string_m.c | 50 const char *p = source; in strcount() 106 if (source == NULL) in replaceall() 112 slen = strlen(source); in replaceall() 127 temp = source; in replaceall() 146 if (temp != source) in replaceall() 150 return (strlen(source)); in replaceall() 188 pos = chr = source; in strexpand() 275 cp1 = cp2 = source; in strexpandnl() 298 strtolower(char *source) in strtolower() argument 300 char *p = source; in strtolower() [all …]
|
| /freebsd-12.1/tools/sched/ |
| H A D | schedgraph.py | 327 self.source = source 453 self.source = source 506 self.source = source 519 if (source.group == self.source.group): 628 self.source = source 783 cpu = source.events[len(source.events) -1].cpu 1081 return (source) 1086 return source 1113 source.fixup() 1414 return source.y - self.bdheight - source.ysize() [all …]
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | c-lang | 8 0 search/8192 "libhdr" BCPL source text 10 0 search/8192 "LIBHDR" BCPL source text 18 >&0 clear x source text 21 0 regex \^#[[:space:]]*pragma C source text 24 >&0 regex \^#[[:space:]]*endif$ C source text 27 >&0 regex \^#[[:space:]]*define C source text 37 0 regex \^struct[[:space:]]+ C source text 39 0 regex \^union[[:space:]]+ C source text 42 >&0 regex \\)[[:space:]]*\\{ C source text 64 0 regex \^[[:space:]]*public: C++ source text [all …]
|
| H A D | algol68 | 4 # algol68: file(1) magic for Algol 68 source 6 0 search/8192 (input, Algol 68 source text 8 0 regex \^PROC Algol 68 source text 10 0 regex MODE[\t\ ] Algol 68 source text 12 0 regex REF[\t\ ] Algol 68 source text 14 0 regex FLEX[\t\ ]\*\\[ Algol 68 source text 16 #0 regex [\t\ ]OD Algol 68 source text 18 #0 regex [\t\ ]FI Algol 68 source text
|
| H A D | assembler | 3 # make: file(1) magic for assembler source 5 0 regex \^[\040\t]{0,50}\\.asciiz assembler source text 7 0 regex \^[\040\t]{0,50}\\.byte assembler source text 9 0 regex \^[\040\t]{0,50}\\.even assembler source text 11 0 regex \^[\040\t]{0,50}\\.globl assembler source text 13 0 regex \^[\040\t]{0,50}\\.text assembler source text 15 0 regex \^[\040\t]{0,50}\\.file assembler source text 17 0 regex \^[\040\t]{0,50}\\.type assembler source text
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | macrotab.c | 431 for (link = &source->includes; in macro_include() 465 new->included_by = source; in macro_include() 478 if (strcmp (name, source->filename) == 0) in macro_lookup_inclusion() 479 return source; in macro_lookup_inclusion() 493 return source; in macro_lookup_inclusion() 708 name, source->filename, line, in check_for_redefinition() 723 struct macro_table *t = source->table; in macro_define_object() 756 struct macro_table *t = source->table; in macro_define_function() 760 k = check_for_redefinition (source, line, in macro_define_function() 803 key->end_file = source; in macro_undef() [all …]
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_subr/lz4/ |
| H A D | lz4internal.h | 132 LZ4LIB_API int LZ4_compress_default(const char* source, char* dest, int sourceSize, int maxDestSize… 143 LZ4LIB_API int LZ4_decompress_safe (const char* source, char* dest, int compressedSize, int maxDeco… 172 LZ4LIB_API int LZ4_compress_fast (const char* source, char* dest, int sourceSize, int maxDestSize, … 183 LZ4LIB_API int LZ4_compress_fast_extState (void* state, const char* source, char* dest, int inputSi… 197 LZ4LIB_API int LZ4_compress_destSize (const char* source, char* dest, int* sourceSizePtr, int targe… 211 LZ4LIB_API int LZ4_decompress_fast (const char* source, char* dest, int originalSize); 225 LZ4LIB_API int LZ4_decompress_safe_partial (const char* source, char* dest, int compressedSize, int… 308 …ompress_fast_continue (LZ4_streamDecode_t* LZ4_streamDecode, const char* source, char* dest, int o… 317 LZ4LIB_API int LZ4_decompress_fast_usingDict (const char* source, char* dest, int originalSize, con… 433 …compress_default() instead") int LZ4_compress (const char* source, char* dest, int s… [all …]
|
| H A D | lz4.c | 471 const char* const source, in LZ4_compress_generic() argument 481 const BYTE* ip = (const BYTE*) source; in LZ4_compress_generic() 488 const BYTE* anchor = (const BYTE*) source; in LZ4_compress_generic() 504 base = (const BYTE*)source; in LZ4_compress_generic() 505 lowLimit = (const BYTE*)source; in LZ4_compress_generic() 513 lowLimit = (const BYTE*)source; in LZ4_compress_generic() 629 if (match < (const BYTE*)source) { in LZ4_compress_generic() 1019 if (dictEnd == (const BYTE*)source) { in LZ4_compress_fast_continue() 1052 if (smallest > (const BYTE*) source) smallest = (const BYTE*) source; in LZ4_compress_forceExtDict() 1100 const char* const source, in LZ4_decompress_generic() argument [all …]
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs_core/common/ |
| H A D | libzfs_core_compat.c | 51 type32 = fnvlist_lookup_int32(*source, "type"); in lzc_compat_pre() 53 nvlist_lookup_nvlist(*source, "props", &nvl); in lzc_compat_pre() 54 *source = nvl; in lzc_compat_pre() 57 buf = fnvlist_lookup_string(*source, "origin"); in lzc_compat_pre() 59 nvlist_lookup_nvlist(*source, "props", &nvl); in lzc_compat_pre() 61 *source = nvl; in lzc_compat_pre() 64 nvl = fnvlist_lookup_nvlist(*source, "snaps"); in lzc_compat_pre() 78 nvlist_lookup_nvlist(*source, "props", &nvl); in lzc_compat_pre() 79 *source = nvl; in lzc_compat_pre() 97 *source = nvl; in lzc_compat_pre() [all …]
|
| /freebsd-12.1/sys/security/mac_lomac/ |
| H A D | mac_lomac.c | 904 source = SLOT(dlabel); in lomac_bpfdesc_create_mbuf() 1079 source = SLOT(vplabel); in lomac_devfs_update() 1092 source = SLOT(delabel); in lomac_devfs_vnode_associate() 1291 source = SLOT(solabel); in lomac_inpcb_create() 1317 source = SLOT(solabel); in lomac_inpcb_sosetlabel() 1329 source = SLOT(mlabel); in lomac_ip6q_create() 1353 source = SLOT(q6label); in lomac_ip6q_reassemble() 1374 source = SLOT(mlabel); in lomac_ipq_create() 1398 source = SLOT(qlabel); in lomac_ipq_reassemble() 1485 source = SLOT(mlabel); in lomac_netinet_fragment() [all …]
|
| /freebsd-12.1/sys/security/mac_mls/ |
| H A D | mac_mls.c | 773 source = SLOT(dlabel); in mls_bpfdesc_create_mbuf() 900 mls_copy(source, dest); in mls_cred_relabel() 960 source = SLOT(vplabel); in mls_devfs_update() 973 source = SLOT(delabel); in mls_devfs_vnode_associate() 1056 mls_copy(source, dest); in mls_ifnet_relabel() 1136 source = SLOT(mlabel); in mls_ip6q_create() 1181 source = SLOT(mlabel); in mls_ipq_create() 1205 source = SLOT(qlabel); in mls_ipq_reassemble() 1289 source = SLOT(mlabel); in mls_netinet_fragment() 1995 source = SLOT(mlabel); in mls_socketpeer_set_from_mbuf() [all …]
|
| /freebsd-12.1/sys/security/mac_biba/ |
| H A D | mac_biba.c | 808 source = SLOT(dlabel); in biba_bpfdesc_create_mbuf() 994 source = SLOT(vplabel); in biba_devfs_update() 1007 source = SLOT(delabel); in biba_devfs_vnode_associate() 1176 source = SLOT(solabel); in biba_inpcb_create() 1204 source = SLOT(solabel); in biba_inpcb_sosetlabel() 1216 source = SLOT(mlabel); in biba_ip6q_create() 1240 source = SLOT(q6label); in biba_ip6q_reassemble() 1261 source = SLOT(mlabel); in biba_ipq_create() 1285 source = SLOT(qlabel); in biba_ipq_reassemble() 1393 source = SLOT(mlabel); in biba_netinet_fragment() [all …]
|
| /freebsd-12.1/bin/ln/ |
| H A D | ln.c | 236 if ((Pflag ? lstat : stat)(source, &sb)) { in linkit() 237 warn("%s", source); in linkit() 243 warn("%s", source); in linkit() 260 warn("%s", source); in linkit() 271 if (*source == '/') { in linkit() 273 if (stat(source, &sb) != 0) in linkit() 285 p, source); in linkit() 287 warn("warning: %s", source); in linkit() 297 if (!sflag && samedirent(source, target)) { in linkit() 299 source, target); in linkit() [all …]
|