HomeSort by relevance Sort by last modified time
    Searched defs:name (Results 1 - 25 of 1591) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /loficc/crypto/usr/src/cmd/fm/schemes/fmd/
scheme.c 18 * information: Portions Copyright [yyyy] [name of copyright owner]
38 char *name; local
40 if (nvlist_lookup_string(nvl, FM_FMRI_FMD_NAME, &name) != 0)
44 "%s:///module/%s", FM_FMRI_SCHEME_FMD, name));
  /loficc/crypto/usr/src/cmd/fmli/sys/
filename.c 18 * information: Portions Copyright [yyyy] [name of copyright owner]
38 register char *name; local
43 if ((name = strrchr(pt, '/')) == NULL)
46 return name + 1;
  /loficc/crypto/usr/src/lib/libdtrace_jni/common/
dtj_error.c 17 * information: Portions Copyright [yyyy] [name of copyright owner]
32 * Not currently providing name equivalents of dtrace_errno, only the error
44 const char *name = NULL; local
48 name = "DTRACEFLT_BADADDR";
51 name = "DTRACEFLT_BADALIGN";
54 name = "DTRACEFLT_ILLOP";
57 name = "DTRACEFLT_DIVZERO";
60 name = "DTRACEFLT_NOSCRATCH";
63 name = "DTRACEFLT_KPRIV";
66 name = "DTRACEFLT_UPRIV"
    [all...]
  /loficc/crypto/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_rpcprint.c 18 * information: Portions Copyright [yyyy] [name of copyright owner]
56 char *name; local
95 name = nameof_prog(prog);
96 if (*name == '?' || strcmp(name, "transient") == 0)
99 name, local
snoop_tftp.c 18 * information: Portions Copyright [yyyy] [name of copyright owner]
40 char *name, *mode; local
57 name = (char *)&tftp->th_stuff;
58 mode = name + (strlen(name) + 1);
60 "TFTP Read \"%s\" (%s)", name, mode); local
63 name = (char *)&tftp->th_stuff;
64 mode = name + (strlen(name) + 1);
66 "TFTP Write \"%s\" (%s)", name, mode) local
    [all...]
  /loficc/crypto/usr/src/cmd/fmli/oh/
pathott.c 18 * information: Portions Copyright [yyyy] [name of copyright owner]
44 register char *name; local
61 if ((entry = name_to_ott(name = filename(path))) == NULL &&
62 (entry = dname_to_ott(name)) == NULL) {
64 * Backedup the changes to test the valid fmli name
67 if ( strncmp("Text", name, 4) == 0 ||
68 strncmp("Menu", name, 4) == 0 ||
69 strncmp("Form", name, 4) == 0 ) */
71 mess_temp(nstrcat("Could not access ", name, NULL));
  /loficc/crypto/usr/src/cmd/geniconvtbl/
maptype.h 18 * information: Portions Copyright [yyyy] [name of copyright owner]
40 char *name; member in struct:__anon504
itm_comp.y 19 * information: Portions Copyright [yyyy] [name of copyright owner]
48 itm_data_t *name;
88 %type <name> map_type_names
95 %type <data> name
100 %token <name> ITMNAME
101 %token <name> NAME
102 %token <name> MAPTYPE_NAME
191 (void) obj_register(ITMC_OBJ_DIREC, (itm_data_t *)($1->name.itm_ptr),
206 (itm_data_t *)($1->name.itm_ptr)
855 name : NAME label
    [all...]
  /loficc/crypto/usr/src/cmd/logname/
logname.c 18 * information: Portions Copyright [yyyy] [name of copyright owner]
42 char *name; local
50 if ((name = getlogin()) == NULL)
52 (void) puts(name);
  /loficc/crypto/usr/src/cmd/lp/cmd/lpadmin/
default.c 18 * information: Portions Copyright [yyyy] [name of copyright owner]
47 char *name; local
49 if ((name = getdefault()))
50 return (name);
59 void newdflt (name)
60 char *name;
63 if (name && *name && !STREQU(name, NAME_NONE)) {
64 if (putdefault(name) == -1)
    [all...]
  /loficc/crypto/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/Handlers/demo/
Descriptions.pm 6 my %name;
8 sub name { subroutine
9 return $name{$_[2]}||*{$_[1]}{NAME};
12 sub UNIVERSAL::Name :ATTR {
13 $name{$_[2]} = $_[4];
17 print STDERR "Purpose of ", &name, " is $_[4]\n";
21 print STDERR &name, " measured in $_[4]\n";
  /loficc/crypto/usr/src/cmd/pwd/
pwd.c 18 * information: Portions Copyright [yyyy] [name of copyright owner]
43 char name[PATH_MAX+1]; variable
48 if (getcwd(name, PATH_MAX + 1) != NULL) {
51 length = strlen(name);
52 name[length] = '\n';
53 (void) write(1, name, length + 1);
  /loficc/crypto/usr/src/tools/protocmp/
stdusers.h 18 * information: Portions Copyright [yyyy] [name of copyright owner]
37 const char *name; member in struct:stdlist
  /loficc/crypto/usr/src/cmd/lp/include/
class.h 18 * information: Portions Copyright [yyyy] [name of copyright owner]
46 char *name; /* name of class (redundant) */ member in struct:CLASS
  /loficc/crypto/usr/src/cmd/lp/lib/requests/
anyrequests.c 18 * information: Portions Copyright [yyyy] [name of copyright owner]
48 char * name; local
57 while ((name = next_dir(Lp_Requests, &lastdir))) {
64 if (!(subdir = makepath(Lp_Requests, name, (char *)0)))
  /loficc/crypto/usr/src/cmd/mdb/tools/common/
findscn.c 18 * information: Portions Copyright [yyyy] [name of copyright owner]
46 char *name; local
49 (name = elf_strptr(elf, ehdr.e_shstrndx,
53 if (strcmp(name, tofind) == 0)
  /loficc/crypto/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/
List.pm 6 use vars qw(%Name %Is_Disrec $Debug $VERSION);
15 my($disrec,$tag,$name);
20 } elsif( ($disrec, $tag, $name) =
23 $name =~ s/\s*[;\.]*\s*$//g;
24 next unless $name;
26 print "<$tag> <$name>\n" if $Debug;
27 $last_name = $Name{$tag} = $name;
30 $Name{$1} = "$last_name (old tag)" if $last_name;
38 sub name { subroutine
    [all...]
  /loficc/crypto/usr/src/lib/libc/port/gen/
gethostid.c 18 * information: Portions Copyright [yyyy] [name of copyright owner]
47 char name[HOSTIDLEN+1], *end; local
50 if (sysinfo(SI_HW_SERIAL, name, HOSTIDLEN) == -1)
52 hostid = strtoul(name, &end, 10);
53 if (end == name)
  /loficc/crypto/usr/src/psm/promif/ieee1275/common/
prom_stdin.c 18 * information: Portions Copyright [yyyy] [name of copyright owner]
39 static char *name = "stdin"; local
44 if (prom_getproplen(prom_chosennode(), name) !=
51 (void) prom_getprop(prom_chosennode(), name, local
prom_stdout.c 18 * information: Portions Copyright [yyyy] [name of copyright owner]
39 static char *name = "stdout"; local
44 if (prom_getproplen(prom_chosennode(), name) !=
48 (void) prom_getprop(prom_chosennode(), name, local
  /loficc/crypto/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/lib/
dd_misc.h 18 * information: Portions Copyright [yyyy] [name of copyright owner]
46 char name[IFNAMSIZ]; member in struct:ip_interface
  /loficc/crypto/usr/src/cmd/lp/filter/postscript/postplot/
postplot.h 18 * information: Portions Copyright [yyyy] [name of copyright owner]
50 char *name; member in struct:__anon601
71 * end with an entry that has NULL defined as its name field. The only fonts that
78 char *name; /* user's font name */ member in struct:__anon602
79 char *val; /* corresponding PostScript name */
  /loficc/crypto/usr/src/cmd/lp/filter/postscript/postprint/
postprint.h 18 * information: Portions Copyright [yyyy] [name of copyright owner]
42 * end with an entry that has NULL defined as its name field. The only fonts that
49 char *name; /* user's font name */ member in struct:__anon603
50 char *val; /* corresponding PostScript name */
  /loficc/crypto/usr/src/cmd/mail/
add_recip.c 18 * information: Portions Copyright [yyyy] [name of copyright owner]
33 NAME
37 int add_recip(reciplist *plist, char *name, int checkdups)
38 void madd_recip(reciplist *plist, char *name, int checkdups)
41 add_recip() adds the name to the recipient linked list.
43 the name is not in the list.
46 space. Each name is split off and passed to add_recips.
52 add_recip(reciplist *plist, char *name, int checkdups)
58 if ((name == (char *)NULL) || (*name == '\0'))
103 char *name; local
    [all...]
  /loficc/crypto/usr/src/cmd/mailx/
hostname.c 18 * information: Portions Copyright [yyyy] [name of copyright owner]
60 * Initialize the network name of the current host.
66 struct utsname name; local
73 uname(&name);
74 nstrcpy(host, sizeof (host), name.nodename);

Completed in 4850 milliseconds

1 2 3 4 5 6 7 8 91011>>