Searched refs:string (Results 76 - 100 of 231) sorted by relevance

12345678910

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dstrcmp.c34 #include <string.h>
57 " [-s string size (default %d)]\n"
H A Dstrcpy.c34 #include <string.h>
56 " [-s string size (default %d)]\n"
H A Dstrlen.c34 #include <string.h>
56 " [-s string size (default %d)]\n"
H A Dbind.c41 #include <string.h>
H A Dcachetocache.c42 #include <string.h>
H A Dmemset.c38 #include <string.h>
H A Dselect.c37 #include <string.h>
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dloose_ends.c60 #include <string.h>
110 * Set indicated bit in bit string.
119 * Clear indicated bit in bit string.
128 * Test if indicated bit is set in bit string.
137 * Find first bit set in bit string.
492 * strlen returns the number of characters in "string" preceeding
498 register const char *string)
500 register const char *ret = string;
502 while (*string++ != '\0')
504 return string
497 strlen( register const char *string) argument
[all...]
/darwin-on-arm/xnu/security/
H A Dmac_process.c65 #include <string.h>
148 mac_cred_label_internalize(struct label *label, char *string) argument
152 error = MAC_INTERNALIZE(cred, label, string);
558 mac_lctx_label_internalize(struct label *label, char *string) argument
562 error = MAC_INTERNALIZE(lctx, label, string);
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_subr.c32 #include <string.h>
/darwin-on-arm/xnu/libkern/uuid/
H A Duuid.c36 #include <string.h>
/darwin-on-arm/xnu/osfmk/kern/
H A Dmisc_protos.h42 #include <string.h>
74 * Test if indicated bit is set in bit string.
86 /* Move a NUL-terminated string from a user space to kernel space */
/darwin-on-arm/xnu/tools/
H A Dcred_dump_creds.c10 #include <string.h>
/darwin-on-arm/xnu/tools/tests/affinity/
H A Dtags.c11 #include <string.h>
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dgetaddrinfo_host.c34 #include <string.h>
62 // this is C language string format that can include %d
138 case 'h': // hostname string format
H A Dgetgrgid.c34 #include <string.h>
H A Dgetgrnam.c34 #include <string.h>
H A Dgetpwnam.c34 #include <string.h>
H A Dgetpwuid.c34 #include <string.h>
H A Dlmbench_lat_sig_prot.c67 #include <string.h>
H A Dmbr_check_membership.c34 #include <string.h>
/darwin-on-arm/xnu/EXTERNAL_HEADERS/
H A DAssertMacros.h68 * a C-string containing the name of your client. This string will be passed to
72 * DEBUG_ASSERT_COMPONENT_NAME_STRING value, an empty string, will be used by
103 * A pointer to a string constant containing the name of the
104 * component this code is part of. This must be a string constant
105 * (and not a string variable or NULL) because the preprocessor
106 * concatenates it with other string constants.
109 * A pointer to a string constant containing the assertion.
110 * This must be a string constant (and not a string variabl
[all...]
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_mac.c236 audit_arg_mac_string(struct kaudit_record *ar, char *string) argument
255 strncpy(ar->k_ar.ar_arg_mac_string + MAC_ARG_PREFIX_LEN, string,
/darwin-on-arm/xnu/bsd/sys/
H A Dcdefs.h180 * mismatch between the format string and subsequent function parameter
188 #define __IDSTRING(name,string) static const char name[] __used = string
206 /* Source compatibility only, ID string not emitted in object file */
/darwin-on-arm/xnu/libkern/c++/
H A DOSUnserialize.y129 | string { $$ = (object_t *)buildOSString($1); }
205 string: STRING label
285 /* parse unquoted string */
291 /* find end of string */
309 /* parse quoted string */
316 /* find end of string, line, buffer */
513 // If it isn't a symbol, I hope it's a string!

Completed in 82 milliseconds

12345678910