Home
last modified time | relevance | path

Searched refs:name (Results 3551 - 3575 of 24343) sorted by relevance

1...<<141142143144145146147148149150>>...974

/third_party/ntfs-3g/ntfsprogs/
H A Dlist.h41 #define NTFS_LIST_HEAD_INIT(name) { &(name), &(name) }
43 #define NTFS_LIST_HEAD(name) \
44 struct ntfs_list_head name = NTFS_LIST_HEAD_INIT(name)
170 * @member: the name of the list_struct within the struct.
/third_party/musl/porting/linux/user/src/passwd/
H A Dgetspnam_r.c68 int getspnam_r(const char *name, struct spwd *sp, char *buf, size_t size, struct spwd **res) in getspnam_r() argument
74 size_t k, l = strlen(name); in getspnam_r()
82 if (*name=='.' || strchr(name, '/') || !l) in getspnam_r()
85 /* Buffer size must at least be able to hold name, plus some.. */ in getspnam_r()
90 if (snprintf(path, sizeof path, "/etc/tcb/%s/shadow", name) >= sizeof path) in getspnam_r()
116 if (skip || strncmp(name, buf, l) || buf[l]!=':') { in getspnam_r()
/third_party/musl/src/passwd/
H A Dgetspnam_r.c69 int getspnam_r(const char *name, struct spwd *sp, char *buf, size_t size, struct spwd **res) in getspnam_r() argument
75 size_t k, l = strlen(name); in getspnam_r()
83 if (*name=='.' || strchr(name, '/') || !l) in getspnam_r()
86 /* Buffer size must at least be able to hold name, plus some.. */ in getspnam_r()
91 if (snprintf(path, sizeof path, "/etc/tcb/%s/shadow", name) >= sizeof path) in getspnam_r()
117 if (skip || strncmp(name, buf, l) || buf[l]!=':') { in getspnam_r()
/third_party/node/deps/npm/node_modules/read-package-json-fast/lib/
H A Dindex.js73 if (data.name && data.version) {
74 data._id = `${data.name}@${data.version}`
87 for (const name of Object.keys(od)) {
88 delete dd[name]
126 for (const [name, script] of Object.entries(data.scripts)) {
128 delete data.scripts[name]
/third_party/ltp/testcases/kernel/syscalls/nftw/
H A Dtools.c80 if (mkdir(pathdat[i].name, pathdat[i].mode) == -1) { in setup_path()
82 pathdat[i].name, i); in setup_path()
90 if (symlink(pathdat[i].contents, pathdat[i].name) == -1) { in setup_path()
92 pathdat[i].name); in setup_path()
100 if ((fd = open(pathdat[i].name, O_WRONLY | O_CREAT, in setup_path()
102 sprintf(ebuf, "Can't open %s", pathdat[i].name); in setup_path()
H A Dtools64.c79 if (mkdir(pathdat[i].name, pathdat[i].mode) == -1) { in setup_path()
81 pathdat[i].name, i); in setup_path()
89 if (symlink(pathdat[i].contents, pathdat[i].name) == -1) { in setup_path()
91 pathdat[i].name); in setup_path()
99 if ((fd = open(pathdat[i].name, O_WRONLY | O_CREAT, in setup_path()
101 sprintf(ebuf, "Can't open %s", pathdat[i].name); in setup_path()
/third_party/ltp/testcases/kernel/syscalls/ptrace/
H A Dsimple_tracer.c30 #define _decode(name, val) \
33 printf(name ":%08lx ", val); \
35 printf(name ":%016lx ", val); \
37 printf(name ":%lx ", val); \
41 #define decode_user(name, offset) \
42 _decode(name, vptrace(PTRACE_PEEKUSER, pid, offset, NULL));
/third_party/node/deps/v8/src/codegen/
H A Dinterface-descriptors.cc87 #define INTERFACE_DESCRIPTOR(name, ...) \ in InitializeOncePerProcess()
88 name##Descriptor().Initialize(&call_descriptor_data_[CallDescriptors::name]); in InitializeOncePerProcess()
109 #define DEF_CASE(name, ...) \ in DebugName()
110 case CallDescriptors::name: \ in DebugName()
111 return #name " Descriptor"; in DebugName()
/third_party/node/deps/v8/src/ic/
H A Dstub-cache.h8 #include "src/objects/name.h"
15 // It maps (map, name, type) to property access handlers. The cache does not
46 // Access cache for entry hash(name, map).
47 void Set(Name name, Map map, MaybeObject handler);
48 MaybeObject Get(Name name, Map map);
98 static int PrimaryOffsetForTesting(Name name, Map map);
99 static int SecondaryOffsetForTesting(Name name, Map map);
117 static int PrimaryOffset(Name name, Map map);
122 static int SecondaryOffset(Name name, Map map);
/third_party/musl/libc-test/src/functional/
H A Dtest-malloc-info.c34 if (xmlStrEqual(curr_attr->name, (const xmlChar *) attr_name)) { in get_attribute()
41 static xmlNodePtr find_child_node_with_attr(const char *name, const char *attr_name, const char *attr_value, xmlNodePtr parent) in find_child_node_with_attr() argument
47 if (curr_node->type == XML_ELEMENT_NODE && xmlStrEqual(curr_node->name, (xmlChar *) name)) { in find_child_node_with_attr()
59 static xmlNodePtr find_child_node(const char *name, xmlNodePtr parent) in find_child_node() argument
61 return find_child_node_with_attr(name, NULL, NULL, parent); in find_child_node()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dengine.c167 const EVP_MD *get_digest_from_engine(const char *name) in get_digest_from_engine() argument
172 eng = ENGINE_get_digest_engine(OBJ_sn2nid(name)); in get_digest_from_engine()
175 return EVP_get_digestbyname(name); in get_digest_from_engine()
181 const EVP_CIPHER *get_cipher_from_engine(const char *name) in get_cipher_from_engine() argument
186 eng = ENGINE_get_cipher_engine(OBJ_sn2nid(name)); in get_cipher_from_engine()
189 return EVP_get_cipherbyname(name); in get_cipher_from_engine()
/third_party/node/deps/undici/src/lib/cookies/
H A Dparse.js24 let name = ''
29 // 1. The name-value-pair string consists of the characters up to,
40 // 1. The name-value-pair string consists of all the characters
46 // 3. If the name-value-pair string lacks a %x3D ("=") character, then
47 // the name string is empty, and the value string is the value of
48 // name-value-pair.
52 // Otherwise, the name string consists of the characters up to, but
57 name = collectASequenceOfCodePointsFast(
65 // 4. Remove any leading or trailing WSP characters from the name
67 name
[all...]
H A Dindex.js10 * @property {string} name
39 const [name, ...value] = piece.split('=')
41 out[name.trim()] = value.join('=')
49 * @param {string} name
53 function deleteCookie (headers, name, attributes) {
58 name = webidl.converters.DOMString(name)
64 name,
86 // In older versions of undici, cookies is a list of name:value.
125 key: 'name'
[all...]
/third_party/rust/crates/clap/src/builder/
H A Dstyled_str.rs247 fn from(name: std::string::String) -> Self { in from()
249 styled.none(name); in from()
255 fn from(name: &'_ std::string::String) -> Self { in from()
257 styled.none(name);
263 fn from(name: &'static str) -> Self { in from()
265 styled.none(name);
271 fn from(name: &'_ &'static str) -> Self { in from()
272 StyledStr::from(*name) in from()
/third_party/pulseaudio/src/pulsecore/
H A Dparseaddr.c78 int pa_parse_address(const char *name, pa_parsed_address *ret_p) { in pa_parse_address() argument
81 pa_assert(name); in pa_parse_address()
87 if (*name == '{') { in pa_parse_address()
97 if (!pa_startswith(name, pfx)) { in pa_parse_address()
103 p = name + strlen(pfx); in pa_parse_address()
106 p = name; in pa_parse_address()
/third_party/pulseaudio/src/pulse/
H A Dcontext.h167 typedef void (*pa_context_event_cb_t)(pa_context *c, const char *name, pa_proplist *p, void *userdata);
170 * and an application name. It is recommended to use pa_context_new_with_proplist()
172 pa_context *pa_context_new(pa_mainloop_api *mainloop, const char *name);
175 * and an application name, and specify the initial client property
177 pa_context *pa_context_new_with_proplist(pa_mainloop_api *mainloop, const char *name, const pa_proplist *proplist);
223 /** Set the name of the default sink. */
224 pa_operation* pa_context_set_default_sink(pa_context *c, const char *name, pa_context_success_cb_t cb, void *userdata);
226 /** Set the name of the default source. */
227 pa_operation* pa_context_set_default_source(pa_context *c, const char *name, pa_context_success_cb_t cb, void *userdata);
232 /** Set a different application name fo
[all...]
/third_party/python/Lib/distutils/tests/
H A Dtest_build_scripts.py40 for name in expected:
41 self.assertIn(name, built)
73 def write_script(self, dir, name, text):
74 f = open(os.path.join(dir, name), "w")
95 # failed when writing the name of the executable
105 for name in expected:
106 self.assertIn(name, built)
/third_party/openssl/apps/lib/
H A Dengine.c167 const EVP_MD *get_digest_from_engine(const char *name) in get_digest_from_engine() argument
172 eng = ENGINE_get_digest_engine(OBJ_sn2nid(name)); in get_digest_from_engine()
175 return EVP_get_digestbyname(name); in get_digest_from_engine()
181 const EVP_CIPHER *get_cipher_from_engine(const char *name) in get_cipher_from_engine() argument
186 eng = ENGINE_get_cipher_engine(OBJ_sn2nid(name)); in get_cipher_from_engine()
189 return EVP_get_cipherbyname(name); in get_cipher_from_engine()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsStorage.hpp37 const std::string& name, in SparseShaderIntrinsicsCaseStorage()
43 : SparseShaderIntrinsicsCaseBase(testCtx, name, function, imageType, imageSize, format, operand) {} in SparseShaderIntrinsicsCaseStorage()
61 const std::string& name, in SparseCaseOpImageSparseFetch()
67 : SparseShaderIntrinsicsCaseStorage (testCtx, name, function, imageType, imageSize, format, operand) {} in SparseCaseOpImageSparseFetch()
85 const std::string& name, in SparseCaseOpImageSparseRead()
91 : SparseShaderIntrinsicsCaseStorage (testCtx, name, function, imageType, imageSize, format, operand) {} in SparseCaseOpImageSparseRead()
36 SparseShaderIntrinsicsCaseStorage(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseStorage() argument
60 SparseCaseOpImageSparseFetch(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseFetch() argument
84 SparseCaseOpImageSparseRead(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseRead() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H A DEmulateFragColorData.cpp48 const char *name = ""; variable
54 name = "webgl_FragColor";
57 name = "webgl_FragData";
60 name = "webgl_SecondaryFragColor";
64 name = "webgl_SecondaryFragData";
81 TVariable *replacementVar = new TVariable(mSymbolTable, ImmutableString(name), outputType,
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dhostsyncgenerator.py32 def makeParameterName(self, name):
33 return 'pname:' + name
35 def makeFLink(self, name):
36 return 'flink:' + name
42 - basename - base name of the file
72 protoname = cmd.find('proto/name').text
137 def genCmd(self, cmdinfo, name, alias):
139 OutputGenerator.genCmd(self, cmdinfo, name, alias)
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dattributes.py11 r"(?P<name>[\w]+)(?P<brackets>\[\])?(?P<delim>\.|::|->)?")
15 return [name for name, _, _ in _PARAM_REF_NAME_RE.findall(val)]
19 """Turn the "name[].member[]" notation into plain English."""
22 for name, brackets, delim in reversed(matches):
24 name = make_param_name(name)
30 parts.append(name)
59 # Must be another param name.
/third_party/vk-gl-cts/executor/
H A DxeTestCase.hpp76 TestNode (TestGroup* parent, TestNodeType nodeType, const char* name);
100 TestGroup* createGroup (const char* name);
101 TestCase* createCase (TestCaseType caseType, const char* name);
104 TestGroup (TestGroup* parent, TestNodeType nodeType, const char* name);
127 static TestCase* createAsChild (TestGroup* parent, TestCaseType caseType, const char* name);
130 TestCase (TestGroup* parent, TestCaseType caseType, const char* name);
H A DxeTestCaseListParser.cpp38 const char* name; in getTestCaseType() member
50 if (deStringEqual(caseType, s_caseTypeMap[ndx].name)) in getTestCaseType()
104 const char* name = m_xmlParser.hasAttribute("Name") ? m_xmlParser.getAttribute("Name") : DE_NULL; in parse() local
108 XE_CHECK_MSG(name && description && caseType, "Missing attribute in <TestCase>"); in parse()
112 TestNode* node = isGroup ? static_cast<TestNode*>(static_cast<TestGroup*>(parent)->createGroup(name)) in parse()
113 : static_cast<TestNode*>(static_cast<TestGroup*>(parent)->createCase(getTestCaseType(caseType), name)); in parse()
/third_party/skia/src/core/
H A DSkFontDescriptor.h77 void setFamilyName(const char* name) { fFamilyName.set(name); } in setFamilyName() argument
78 void setFullName(const char* name) { fFullName.set(name); } in setFullName() argument
79 void setPostscriptName(const char* name) { fPostscriptName.set(name); } in setPostscriptName() argument

Completed in 12 milliseconds

1...<<141142143144145146147148149150>>...974