Searched refs:source (Results 51 - 75 of 574) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/dialog/
H A Dcolumns.c52 next_col(char *source, unsigned offset) argument
55 char *result = source + offset;
62 * Parse the source string, storing the offsets and widths of each column in
66 split_row(char *source, unsigned *offsets, unsigned *widths) argument
75 offset = (unsigned) (mark + next - source);
80 } while ((next = next_col(source, offset)) != 0);
82 offset = (unsigned) strlen(source);
/freebsd-13-stable/crypto/heimdal/lib/kadm5/
H A Drename_c.c6 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
40 krb5_principal source,
58 krb5_store_principal(sp, source);
39 kadm5_c_rename_principal(void *server_handle, krb5_principal source, krb5_principal target) argument
H A Drename_s.c6 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
40 krb5_principal source,
49 if(krb5_principal_compare(context->context, source, target))
55 source, HDB_F_GET_ANY|HDB_F_ADMIN_DATA, 0, &ent);
69 krb5_get_pw_salt(context->context, source, &salt2);
96 kadm5_log_rename (context, source, &ent.entry);
39 kadm5_s_rename_principal(void *server_handle, krb5_principal source, krb5_principal target) argument
/freebsd-13-stable/sbin/mount_unionfs/
H A Dmount_unionfs.c13 * Redistribution and use in source and binary forms, with or without
16 * 1. Redistributions of source code must retain the above copyright
135 char source [MAXPATHLEN], target[MAXPATHLEN], errmsg[255]; local
179 /* resolve both target and source with realpath(3) */
182 if (checkpath(argv[1], source) != 0)
183 err(EX_USAGE, "%s", source);
185 if (subdir(target, source) || subdir(source, target))
187 argv[0], target, argv[1], source);
190 build_iovec(&iov, &iovlen, "fspath", source, (size_
[all...]
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4remotetcp.ksh63 $getaddr $tcpport | read source dest
91 /args[2]->ip_saddr == "$source" && args[2]->ip_daddr == "$dest" &&
98 /args[2]->ip_saddr == "$source" && args[2]->ip_daddr == "$dest"/
104 /args[2]->ip_saddr == "$dest" && args[2]->ip_daddr == "$source" &&
111 /args[2]->ip_saddr == "$dest" && args[2]->ip_daddr == "$source"/
H A Dtst.ipv4remoteicmp.ksh53 $getaddr | read source dest
61 /args[2]->ip_saddr == "$source" && args[2]->ip_daddr == "$dest" &&
72 /args[2]->ip_saddr == "$dest" && args[2]->ip_daddr == "$source" &&
H A Dtst.ipv6remoteicmp.ksh53 $getaddr | read source dest
70 /args[2]->ip_saddr == "$source" && args[2]->ip_daddr == "$dest" &&
80 /args[2]->ip_saddr == "$dest" && args[2]->ip_daddr == "$source" &&
H A Dtst.remotetcpstate.ksh68 $getaddr $tcpport | read source dest
97 /args[2]->ip_saddr == "$source" && args[2]->ip_daddr == "$dest" &&
104 /args[2]->ip_saddr == "$source" && args[2]->ip_daddr == "$dest" &&
111 /args[2]->ip_saddr == "$dest" && args[2]->ip_daddr == "$source" &&
118 /args[2]->ip_saddr == "$dest" && args[2]->ip_daddr == "$source" &&
130 /args[2]->ip_saddr == "$source" && args[2]->ip_daddr == "$dest" &&
137 /args[2]->ip_saddr == "$dest" && args[2]->ip_daddr == "$source" &&
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DConvertUTF.h13 * This source code is provided as is by Unicode, Inc. No claims are
36 here, but is handled in a separate source file.
47 and if not, whether the problem was in the source or target buffers.
55 sourceStart - pointer to a pointer to the source buffer.
78 sequence is malformed. When "sourceIllegal" is returned, the source
128 sourceExhausted, /* partial character in source, but hit end */
130 sourceIllegal /* source sequence is illegal/malformed */
174 Boolean isLegalUTF8Sequence(const UTF8 *source, const UTF8 *sourceEnd);
176 Boolean isLegalUTF8String(const UTF8 **source, const UTF8 *sourceEnd);
231 * Convert the first UTF8 sequence in the given source buffe
245 convertUTF8Sequence(const UTF8 **source, const UTF8 *sourceEnd, UTF32 *target, ConversionFlags flags) argument
[all...]
/freebsd-13-stable/sys/security/mac_biba/
H A Dmac_biba.c20 * Redistribution and use in source and binary forms, with or without
23 * 1. Redistributions of source code must retain the above copyright
485 biba_copy(struct mac_biba *source, struct mac_biba *dest) argument
488 if (source->mb_flags & MAC_BIBA_FLAG_EFFECTIVE)
489 biba_copy_effective(source, dest);
490 if (source->mb_flags & MAC_BIBA_FLAG_RANGE)
491 biba_copy_range(source, dest);
795 struct mac_biba *source, *dest; local
797 source = SLOT(cred->cr_label);
800 biba_copy_effective(source, des
807 struct mac_biba *source, *dest; local
932 struct mac_biba *source, *dest; local
981 struct mac_biba *source, *dest; local
993 struct mac_biba *source, *dest; local
1006 struct mac_biba *source, *dest; local
1118 struct mac_biba *source, *dest; local
1130 struct mac_biba *source, *dest; local
1175 struct mac_biba *source, *dest; local
1189 struct mac_biba *source, *dest; local
1201 struct mac_biba *source, *dest; local
1215 struct mac_biba *source, *dest; local
1239 struct mac_biba *source, *dest; local
1260 struct mac_biba *source, *dest; local
1284 struct mac_biba *source, *dest; local
1346 struct mac_biba *source, *dest; local
1369 struct mac_biba *source, *dest; local
1392 struct mac_biba *source, *dest; local
1404 struct mac_biba *source, *dest; local
1574 struct mac_biba *source, *dest; local
1586 struct mac_biba *source, *dest; local
1688 struct mac_biba *source, *dest; local
1874 struct mac_biba *source, *dest; local
2227 struct mac_biba *source, *dest; local
2239 struct mac_biba *source, *dest; local
2253 struct mac_biba source, *dest; local
2270 struct mac_biba *source, *dest; local
2284 struct mac_biba *source, *dest; local
2299 struct mac_biba source, *dest; local
2314 struct mac_biba *source, *dest; local
2325 struct mac_biba *source, *dest; local
2483 struct mac_biba *source, *dest; local
2624 struct mac_biba *source, *dest; local
2722 struct mac_biba *source, *dest; local
2813 struct mac_biba *source, *dest; local
2825 struct mac_biba mb_temp, *source, *dest; local
2866 struct mac_biba *source, *dest; local
3511 struct mac_biba *source, *dest, mb_temp; local
3533 struct mac_biba *source, *dest; local
3545 struct mac_biba *source, mb_temp; local
[all...]
/freebsd-13-stable/sys/security/mac_mls/
H A Dmac_mls.c20 * Redistribution and use in source and binary forms, with or without
23 * 1. Redistributions of source code must retain the above copyright
450 mls_copy(struct mac_mls *source, struct mac_mls *dest) argument
453 if (source->mm_flags & MAC_MLS_FLAG_EFFECTIVE)
454 mls_copy_effective(source, dest);
455 if (source->mm_flags & MAC_MLS_FLAG_RANGE)
456 mls_copy_range(source, dest);
760 struct mac_mls *source, *dest; local
762 source = SLOT(cred->cr_label);
765 mls_copy_effective(source, des
772 struct mac_mls *source, *dest; local
896 struct mac_mls *source, *dest; local
947 struct mac_mls *source, *dest; local
959 struct mac_mls *source, *dest; local
972 struct mac_mls *source, *dest; local
1040 struct mac_mls *source, *dest; local
1052 struct mac_mls *source, *dest; local
1097 struct mac_mls *source, *dest; local
1109 struct mac_mls *source, *dest; local
1121 struct mac_mls *source, *dest; local
1135 struct mac_mls *source, *dest; local
1159 struct mac_mls *source, *dest; local
1180 struct mac_mls *source, *dest; local
1204 struct mac_mls *source, *dest; local
1242 struct mac_mls *source, *dest; local
1265 struct mac_mls *source, *dest; local
1288 struct mac_mls *source, *dest; local
1300 struct mac_mls *source, *dest; local
1470 struct mac_mls *source, *dest; local
1482 struct mac_mls *source, *dest; local
1584 struct mac_mls *source, *dest; local
1770 struct mac_mls *source, *dest; local
1937 struct mac_mls *source, *dest; local
1949 struct mac_mls *source, *dest; local
1963 struct mac_mls source, *dest; local
1980 struct mac_mls *source, *dest; local
1994 struct mac_mls *source, *dest; local
2009 struct mac_mls source, *dest; local
2025 struct mac_mls *source, *dest; local
2037 struct mac_mls *source, *dest; local
2116 struct mac_mls *source, *dest; local
2257 struct mac_mls *source, *dest; local
2355 struct mac_mls *source, *dest; local
2446 struct mac_mls *source, *dest; local
2458 struct mac_mls mm_temp, *source, *dest; local
2498 struct mac_mls *source, *dest; local
3143 struct mac_mls *source, *dest, mm_temp; local
3165 struct mac_mls *source, *dest; local
3177 struct mac_mls *source, mm_temp; local
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarname-dot-alltargets.mk9 first second: source
20 # about all nodes, therefore source is also included.
/freebsd-13-stable/contrib/byacc/test/btyacc/
H A Derr_inherit4.tab.h33 unsigned source; member in struct:YYLTYPE
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-dma-engine.h6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions of source code must retain the above copyright
299 * case of EXTERNAL, this is the source PCI / PCIe address.
319 * @param source Pointer to the source memory.
327 static inline int cvmx_dma_engine_memcpy(int engine, void *dest, void *source, int length) argument
332 return cvmx_dma_engine_transfer(engine, header, cvmx_ptr_to_phys(source),
344 * @param source Pointer to the source memory.
353 static inline int cvmx_dma_engine_memcpy_zero_byte(int engine, void *dest, void *source, in argument
[all...]
H A Dcvmx-tra.h6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions of source code must retain the above copyright
195 * - source id is encoded as follows:
205 * - source id is encoded as follows:
308 * Enumeration of the bitmask of all source commands.
332 CVMX_TRA_SID_ALL = -1ull /**< Enable tracing all the above source commands */
388 uint64_t source : 5; member in struct:__anon10356::__anon10358
396 uint64_t source : 5;
412 uint64_t source : 5; member in struct:__anon10356::__anon10359
420 uint64_t source
437 uint64_t source : 4; member in struct:__anon10356::__anon10360
462 uint64_t source : 4; member in struct:__anon10356::__anon10361
488 uint64_t source : 5; member in struct:__anon10356::__anon10362
513 uint64_t source : 5; member in struct:__anon10356::__anon10363
540 uint64_t source : 5; member in struct:__anon10356::__anon10364
567 uint64_t source : 5; member in struct:__anon10356::__anon10365
[all...]
/freebsd-13-stable/contrib/ntp/lib/isc/include/isc/
H A Dbitstring.h134 isc_bitstring_copy(isc_bitstring_t *source, unsigned int sbitpos,
138 * \brief Starting at bit 'sbitpos', copy 'n' bits from 'source' to
143 *\li 'source' and target are valid bitstrings with the same lsb0 setting.
145 *\li 'sbitpos' + 'n' is less than or equal to the length of 'source'.
/freebsd-13-stable/sys/arm/freescale/vybrid/
H A Dvf_dmamux.h7 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
31 int dmamux_configure(int mux, int source, int channel, int enable);
/freebsd-13-stable/share/mk/
H A Dbsd.sysdir.mk3 # Search for kernel source tree in standard places.
15 .error Unable to locate the kernel source tree. Set SYSDIR to override.
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dmutex.h250 mutex_prof_data_t *source = &mutex->prof_data; local
259 *data = *source;
267 mutex_prof_data_t *source = &mutex->prof_data; local
271 nstime_add(&data->tot_wait_time, &source->tot_wait_time);
272 if (nstime_compare(&source->max_wait_time, &data->max_wait_time) > 0) {
273 nstime_copy(&data->max_wait_time, &source->max_wait_time);
275 data->n_wait_times += source->n_wait_times;
276 data->n_spin_acquired += source->n_spin_acquired;
277 if (data->max_n_thds < source->max_n_thds) {
278 data->max_n_thds = source
[all...]
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-new.c6 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
74 int pcap_findalldevs_ex(const char *source, struct pcap_rmtauth *auth, pcap_if_t **alldevs, char *errbuf) argument
89 if (strlen(source) > PCAP_BUF_SIZE)
91 pcap_snprintf(errbuf, PCAP_ERRBUF_SIZE, "The source string is too long. Cannot handle it correctly.");
96 * Determine the type of the source (file, local, remote)
101 * to use a first time this function to get the source type, and a second time to get the appropriate
102 * info, which depends on the source type.
104 if (pcap_parsesrcstr(source, &type, NULL, NULL, NULL, errbuf) == -1)
110 if (pcap_parsesrcstr(source,
354 pcap_open(const char *source, int snaplen, int flags, int read_timeout, struct pcap_rmtauth *auth, char *errbuf) argument
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlobject.c247 void luaO_chunkid (char *out, const char *source, size_t bufflen) { argument
248 size_t l = strlen(source);
249 if (*source == '=') { /* 'literal' source */
251 memcpy(out, source + 1, l * sizeof(char));
253 addstr(out, source + 1, bufflen - 1);
257 else if (*source == '@') { /* file name */
259 memcpy(out, source + 1, l * sizeof(char));
263 memcpy(out, source + 1 + l - bufflen, bufflen * sizeof(char));
266 else { /* string; format as [string "source"] */
[all...]
/freebsd-13-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_unget_wch.c47 * wide-character 'source'.
50 _nc_wcrtomb(char *target, wchar_t source, mbstate_t * state)
57 temp[0] = source;
61 result = (int) wcrtomb(target, source, state);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4.c9 Redistribution and use in source and binary forms, with or without
13 * Redistributions of source code must retain the above copyright
34 - LZ4 source repository : https://github.com/lz4/lz4
471 const char* const source,
481 const BYTE* ip = (const BYTE*) source;
487 const ptrdiff_t dictDelta = dictEnd - (const BYTE*)source;
488 const BYTE* anchor = (const BYTE*) source;
504 base = (const BYTE*)source;
505 lowLimit = (const BYTE*)source;
508 base = (const BYTE*)source
469 LZ4_compress_generic( LZ4_stream_t_internal* const cctx, const char* const source, char* const dest, const int inputSize, const int maxOutputSize, const limitedOutput_directive outputLimited, const tableType_t tableType, const dict_directive dict, const dictIssue_directive dictIssue, const U32 acceleration) argument
669 LZ4_compress_fast_extState(void* state, const char* source, char* dest, int inputSize, int maxOutputSize, int acceleration) argument
689 LZ4_compress_fast(const char* source, char* dest, int inputSize, int maxOutputSize, int acceleration) argument
707 LZ4_compress_default(const char* source, char* dest, int inputSize, int maxOutputSize) argument
715 LZ4_compress_fast_force(const char* source, char* dest, int inputSize, int maxOutputSize, int acceleration) argument
997 LZ4_compress_fast_continue(LZ4_stream_t* LZ4_stream, const char* source, char* dest, int inputSize, int maxOutputSize, int acceleration) argument
1045 LZ4_compress_forceExtDict(LZ4_stream_t* LZ4_dict, const char* source, char* dest, int inputSize) argument
1099 LZ4_decompress_generic( const char* const source, char* const dest, int inputSize, int outputSize, int endOnInput, int partialDecoding, int targetOutputSize, int dict, const BYTE* const lowPrefix, const BYTE* const dictStart, const size_t dictSize ) argument
1261 LZ4_decompress_safe(const char* source, char* dest, int compressedSize, int maxDecompressedSize) argument
1266 LZ4_decompress_safe_partial(const char* source, char* dest, int compressedSize, int targetOutputSize, int maxDecompressedSize) argument
1271 LZ4_decompress_fast(const char* source, char* dest, int originalSize) argument
1320 LZ4_decompress_safe_continue(LZ4_streamDecode_t* LZ4_streamDecode, const char* source, char* dest, int compressedSize, int maxOutputSize) argument
1346 LZ4_decompress_fast_continue(LZ4_streamDecode_t* LZ4_streamDecode, const char* source, char* dest, int originalSize) argument
1380 LZ4_decompress_usingDict_generic(const char* source, char* dest, int compressedSize, int maxOutputSize, int safe, const char* dictStart, int dictSize) argument
1392 LZ4_decompress_safe_usingDict(const char* source, char* dest, int compressedSize, int maxOutputSize, const char* dictStart, int dictSize) argument
1397 LZ4_decompress_fast_usingDict(const char* source, char* dest, int originalSize, const char* dictStart, int dictSize) argument
1403 LZ4_decompress_safe_forceExtDict(const char* source, char* dest, int compressedSize, int maxOutputSize, const char* dictStart, int dictSize) argument
1413 LZ4_compress_limitedOutput(const char* source, char* dest, int inputSize, int maxOutputSize) argument
1414 LZ4_compress(const char* source, char* dest, int inputSize) argument
1418 LZ4_compress_continue(LZ4_stream_t* LZ4_stream, const char* source, char* dest, int inputSize) argument
1426 LZ4_uncompress(const char* source, char* dest, int outputSize) argument
1427 LZ4_uncompress_unknownOutputSize(const char* source, char* dest, int isize, int maxOutputSize) argument
1463 LZ4_decompress_safe_withPrefix64k(const char* source, char* dest, int compressedSize, int maxOutputSize) argument
1468 LZ4_decompress_fast_withPrefix64k(const char* source, char* dest, int originalSize) argument
[all...]
/freebsd-13-stable/sys/security/mac_lomac/
H A Dmac_lomac.c17 * Redistribution and use in source and binary forms, with or without
20 * 1. Redistributions of source code must retain the above copyright
479 lomac_copy(struct mac_lomac *source, struct mac_lomac *dest) argument
482 if (source->ml_flags & MAC_LOMAC_FLAG_SINGLE)
483 lomac_copy_single(source, dest);
484 if (source->ml_flags & MAC_LOMAC_FLAG_AUX)
485 lomac_copy_auxsingle(source, dest);
486 if (source->ml_flags & MAC_LOMAC_FLAG_RANGE)
487 lomac_copy_range(source, dest);
891 struct mac_lomac *source, *des local
903 struct mac_lomac *source, *dest; local
1017 struct mac_lomac *source, *dest; local
1066 struct mac_lomac *source, *dest; local
1078 struct mac_lomac *source, *dest; local
1091 struct mac_lomac *source, *dest; local
1233 struct mac_lomac *source, *dest; local
1245 struct mac_lomac *source, *dest; local
1290 struct mac_lomac *source, *dest; local
1302 struct mac_lomac *source, *dest; local
1314 struct mac_lomac *source, *dest; local
1328 struct mac_lomac *source, *dest; local
1352 struct mac_lomac *source, *dest; local
1373 struct mac_lomac *source, *dest; local
1397 struct mac_lomac *source, *dest; local
1439 struct mac_lomac *source, *dest; local
1461 struct mac_lomac *source, *dest; local
1484 struct mac_lomac *source, *dest; local
1496 struct mac_lomac *source, *dest; local
1630 struct mac_lomac *source, *dest; local
1642 struct mac_lomac *source, *dest; local
2013 struct mac_lomac *source, *dest; local
2025 struct mac_lomac *source, *dest; local
2039 struct mac_lomac source, *dest; local
2056 struct mac_lomac *source, *dest; local
2070 struct mac_lomac *source, *dest; local
2085 struct mac_lomac source, *dest; local
2101 struct mac_lomac *source, *dest; local
2112 struct mac_lomac *source, *dest; local
2277 struct mac_lomac ml_temp, *source, *dest; local
2325 struct mac_lomac *source, *dest; local
2784 struct mac_lomac *source, *dest, *dir, temp; local
2814 struct mac_lomac *source, *dest, *obj, *robj; local
2868 struct mac_lomac *source, *dest; local
2880 struct mac_lomac *source, temp; local
[all...]
/freebsd-13-stable/usr.bin/m4/
H A Dgnum4.c8 * Redistribution and use in source and binary forms, with or without
11 * 1. Redistributions of source code must retain the above copyright
251 exit_regerror(int er, regex_t *re, const char *source) argument
260 m4errx(1, "regular expression error in %s: %s.", source, errbuf);
332 do_subst(const char *string, regex_t *re, const char *source, argument
368 exit_regerror(error, re, source);
373 do_regexp(const char *string, regex_t *re, const char *source, argument
386 exit_regerror(error, re, source);
391 do_regexpindex(const char *string, regex_t *re, const char *source, argument
404 exit_regerror(error, re, source);
488 const char *source; local
517 const char *source; local
[all...]

Completed in 364 milliseconds

1234567891011>>