HomeSort by: relevance | last modified time | path
    Searched defs:name (Results 1 - 25 of 6905) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.bin/make/unit-tests/
sh-errctl.mk 15 name="sh" \ macro
shell-csh.mk 11 .SHELL: name="csh" path="${CSH}" macro
shell-custom.mk 5 .SHELL: name="sh" path="echo" macro
shell-ksh.mk 11 .SHELL: name="ksh" path="${KSH}" macro
shell-sh.mk 6 .SHELL: name="sh" macro
  /src/external/bsd/file/dist/python/file_magic/
__init__.py 0 name = 'file_magic'
1 name = 'file_magic' variable
  /src/external/apache2/llvm/dist/clang/bindings/python/examples/cindex/
cindex-includes.py 36 # A helper function for generating the node name.
37 def name(f): function in function:main
39 return "\"" + f.name + "\""
48 line += name(i.include)
50 line += '%s->%s' % (name(i.source), name(i.include))
  /src/external/bsd/ipf/dist/lib/
printlookup.c 19 char name[32]; local
40 strncpy(name, base + addr->iplookupname, sizeof(name));
41 name[sizeof(name) - 1] = '\0';
42 PRINTF("%s", name);
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/rpc/
auth.h 21 int (*name)(...); /* C++ bad */ member in struct:auth_t
23 int (*name)(); /* C++ bad */
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/rpc/
auth.h 21 int (*name)(...); /* C++ bad */ member in struct:auth_t
23 int (*name)(); /* C++ bad */
  /src/external/ibm-public/postfix/dist/src/global/
mail_scan_dir.c 4 /* NAME
47 char *name; local
55 if ((name = scan_dir_next(scan)) == 0) {
58 } else if (strlen(name) == 1) {
59 scan_dir_push(scan, name);
61 return (name);
  /src/lib/libc/gen/
getentropy.c 54 int name[2] = { CTL_KERN, KERN_ARND }; local
66 return sysctl(name, 2, buf, &len, NULL, 0);
  /src/lib/libc/regex/
cname.h 21 * 3. Neither the name of the University nor the names of its contributors
41 /* character-name table */
43 const char *name; member in struct:cname
  /src/lib/libcurses/
keyname.c 44 static char name[KEYNAMEMAX + 1]; variable
48 * Return name of key or NULL;
55 strcpy(name, "-1\0");
56 return name;
59 strcpy(name, "-1\0");
60 return name;
63 /* No name. */
65 strcpy(name, "-1\0");
66 return name;
71 name[0] = '^'
    [all...]
  /src/sys/arch/mips/sibyte/include/
ui_bitfields.h 26 * 2) No right is granted to use any trade name, trademark, or
28 * name may not be used to endorse or promote products derived
50 char *name; member in struct:bitfield_s
  /src/sys/compat/netbsd32/
netbsd32_vm.c 93 const char *name = curlwp->l_name; local
95 if (name == NULL)
96 name = curproc->p_comm;
98 name, curproc->p_pid, curlwp->l_lid, (u_long)*retval);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_stat.cc 28 static const char *name[StatCnt] = {}; local
29 name[StatMop] = "Memory accesses ";
30 name[StatMopRead] = " Including reads ";
31 name[StatMopWrite] = " writes ";
32 name[StatMop1] = " Including size 1 ";
33 name[StatMop2] = " size 2 ";
34 name[StatMop4] = " size 4 ";
35 name[StatMop8] = " size 8 ";
36 name[StatMopSame] = " Including same ";
37 name[StatMopIgnored] = " Including ignored "
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_pm.h 35 const char *name; member in struct:cg_flag_name
  /src/tests/lib/libcurses/slave/
curses_commands.h 16 * 2. The name of the author may not be used to endorse or promote products
35 const char *name; member in struct:command_def
  /src/usr.bin/ypcat/
ypalias_init.h 3 const char *alias, *name; member in struct:ypalias
  /src/usr.sbin/mlxctl/
extern.h 50 char name[8]; member in struct:mlx_disk
  /src/usr.sbin/sesd/srcs/
getnobj.c 14 * 2. The name of the author may not be used to endorse or promote products
51 char *name = *argv; local
52 fd = open(name, O_RDONLY);
54 perror(name);
60 fprintf(stdout, "%s: %d objects\n", name, nobj);
  /src/crypto/external/apache2/openssl/dist/providers/common/der/
der_ml_dsa_key.c 23 const char *name = ossl_ml_dsa_key_get_name(key); local
25 if (OPENSSL_strcasecmp(name, "ML-DSA-44") == 0) {
28 } else if (OPENSSL_strcasecmp(name, "ML-DSA-65") == 0) {
31 } else if (OPENSSL_strcasecmp(name, "ML-DSA-87") == 0) {
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
canonicalize_name.c 19 * 3. Neither the name of the Institute nor the names of its contributors
46 krb5_principal name; local
53 ret = _gsskrb5_canon_name(minor_status, context, input_name, &name);
57 *output_name = (gss_name_t)name;
release_name.c 19 * 3. Neither the name of the Institute nor the names of its contributors
44 krb5_principal name = (krb5_principal)*input_name; local
52 krb5_free_principal(context, name);

Completed in 24 milliseconds

1 2 3 4 5 6 7 8 91011>>