/titanic_51/usr/src/cmd/audio/include/ |
H A D | archdep.h | 4 * The contents of this file are subject to the terms of the 43 * The following macros are used to generate architecture-specific 50 #define DECODE_SHORT(from, to) *((short *)(to)) = *((short *)(from)) argument 51 #define DECODE_LONG(from, to) *((long *)(to)) = *((long *)(from)) argument 52 #define DECODE_FLOAT(from, to) *((float *)(to)) = *((float *)(from)) argument 53 #define DECODE_DOUBLE(from, to) *((double *)(to)) argument 57 DECODE_SHORT(from,to) global() argument 60 DECODE_LONG(from,to) global() argument 66 DECODE_FLOAT(from,to) global() argument 68 DECODE_DOUBLE(from,to) global() argument 82 ENCODE_SHORT(from,to) global() argument 83 ENCODE_LONG(from,to) global() argument 84 ENCODE_FLOAT(from,to) global() argument 85 ENCODE_DOUBLE(from,to) global() argument [all...] |
H A D | wav.h | 4 * The contents of this file are subject to the terms of the 23 * Use is subject to license terms. 42 * to make the conversion easier. 55 * to separate the header into the different chunks. Thus a single header 121 #define AUDIO_WAV_FILE2HOST_INT(from, to) \ argument 122 (*to) = ((((*from) >> 24) & 0xff) | (((*from) & 0xff) << 24) | \ 124 #define AUDIO_WAV_FILE2HOST_SHORT(from, to) \ argument 125 (*to) = ((((*from) >> 8) & 0xff) | (((*from) & 0xff) << 8)) 126 #define AUDIO_WAV_HOST2FILE_INT(from, to) \ argument 127 AUDIO_WAV_FILE2HOST_INT((from), (to)) 128 AUDIO_WAV_HOST2FILE_SHORT(from,to) global() argument 132 AUDIO_WAV_FILE2HOST_INT(from,to) global() argument 134 AUDIO_WAV_FILE2HOST_SHORT(from,to) global() argument 136 AUDIO_WAV_HOST2FILE_INT(from,to) global() argument 138 AUDIO_WAV_HOST2FILE_SHORT(from,to) global() argument [all...] |
H A D | aiff.h | 4 * The contents of this file are subject to the terms of the 24 * Use is subject to license terms. 45 * to make the conversion easier. 49 * order. Thus it is not possible to create a condensed header structure 61 * application should read the next integer to get the size and then 62 * seek past the unknown chunk to the next chunk. 83 * The COMMon chunk definitions. Due to an unfortunate layout, the integer 84 * aiff_comm_frames is not on a 4 byte boundary, which most compilers pad to 86 * gets around this. There are convenience macros to aid in getting and setting 87 * the value. Also, some compilers will pad the end of the data structure to 145 AUDIO_AIFF_FILE2HOST_INT(from,to) global() argument 147 AUDIO_AIFF_FILE2HOST_SHORT(from,to) global() argument 149 AUDIO_AIFF_HOST2FILE_INT(from,to) global() argument 151 AUDIO_AIFF_HOST2FILE_SHORT(from,to) global() argument 154 AUDIO_AIFF_FILE2HOST_INT(from,to) global() argument 157 AUDIO_AIFF_FILE2HOST_SHORT(from,to) global() argument 159 AUDIO_AIFF_HOST2FILE_INT(from,to) global() argument 161 AUDIO_AIFF_HOST2FILE_SHORT(from,to) global() argument [all...] |
/titanic_51/usr/src/cmd/initpkg/ |
H A D | nscd.conf | 4 # The contents of this file are subject to the terms of the 23 # Use is subject to license terms. 40 positive-time-to-live audit_user 3600 41 negative-time-to-live audit_user 5 45 positive-time-to-live auth_attr 3600 46 negative-time-to-live auth_attr 5 50 positive-time-to-live bootparams 3600 51 negative-time-to-live bootparams 5 55 positive-time-to-live ethers 3600 56 negative-time-to [all...] |
/titanic_51/usr/src/lib/libmail/common/ |
H A D | s_string.c | 4 * The contents of this file are subject to the terms of the 24 * Use is subject to license terms. 38 /* global to this file */ 111 * take a larger increment to avoid mallocing too often in s_simplegrow() 166 sp->ptr = sp->end - (size_t)1; /* point to NULL terminator */ in s_copy() 170 /* convert string to lower case */ 187 /* append a char array to a string */ 189 s_append(string *to, char *from) in s_append() argument 191 if (to == NULL) in s_append() 192 to in s_append() 214 s_seq_read(FILE * fp,string * to,int lineortoken) s_seq_read() argument 287 string *to = s_new(); s_tok() local 300 string *to = s_clone(from); s_tok() local 317 s_read_line(FILE * fp,string * to) s_read_line() argument 351 s_read_to_eof(FILE * fp,string * to) s_read_to_eof() argument 388 s_parse(string * from,string * to) s_parse() argument [all...] |
/titanic_51/usr/src/cmd/ipf/examples/ |
H A D | example.3 | 4 block in from any to any 6 # pass through packets to and from localhost. 8 pass in from 127.0.0.1/32 to 127.0.0.1/32 10 # allow a variety of individual hosts to send any type of IP packet to any 13 pass in from 10.1.3.1/32 to any 14 pass in from 10.1.3.2/32 to any 15 pass in from 10.1.3.3/32 to any 16 pass in from 10.1.3.4/32 to any 17 pass in from 10.1.3.5/32 to an [all...] |
H A D | example.sr | 4 log in on le0 from any to any with ipopts 6 # block any inbound packets on le0 which are fragmented and "too short" to 7 # do any meaningful comparison on. This actually only applies to TCP 11 block in log quick on le0 from any to any with short frag 16 # to be logged twice). 18 log in on le0 proto tcp from any to any flags S/SA 22 block in log on le0 proto icmp from any to any icmp-type unreach 24 # block and log any inbound UDP packets on le0 which are going to port 2049 27 block in log on le0 proto udp from any to any port = 2049 29 # quickly allow any packets to/fro [all...] |
H A D | BASIC_1.FW | 7 # ppp0 - (external) PPP connection to ISP, address a.b.c.d/32 11 # This file contains the basic rules needed to construct a firewall for the 15 # *Nasty* packets we don't want to allow near us at all! 16 # short packets which are packets fragmented too short to be real. 22 # (especially for ed0) and needs to be further refined. 27 block in log on ed0 from w.x.y.z/24 to any head 200 36 block in log quick from 127.0.0.0/8 to any group 100 37 block in log quick from any to 127.0.0.0/8 group 100 38 block in log quick from 127.0.0.0/8 to any group 200 39 block in log quick from any to 127. [all...] |
H A D | example.11 | 2 # allow any TCP packets from the same subnet as foo is on through to host 5 pass in proto tcp from 10.2.2.2/24 to 10.1.1.2/32 port = 6667 10 pass in proto udp from 10.2.2.2 port != 53 to localhost 12 # block anything trying to get to X terminal ports, X:0 to X:9 14 block in proto tcp from any to any port 5999 >< 6010 16 # allow any connections to be made, except to BSD print/r-services 20 pass in proto tcp/udp from any to an [all...] |
/titanic_51/usr/src/uts/common/os/ |
H A D | priv_defs | 4 * The contents of this file are subject to the terms of the 29 # Privileges can be added to this file at any location, not 30 # necessarily at the end. For patches, it is probably best to 37 Allows a process to request critical events without limitation. 38 Allows a process to request reliable delivery of all events on 43 Allows a process to set the service FMRI value of a process 48 Allows a process to observe contract events generated by 51 Allows a process to open contract event endpoints belonging to 57 Allow a process to acces [all...] |
/titanic_51/usr/src/psm/promif/ieee1275/common/ |
H A D | prom_path.c | 4 * The contents of this file are subject to the terms of the 23 * Use is subject to license terms. 32 prom_path_gettoken(register char *from, register char *to) in prom_path_gettoken() argument 40 *to = '\0'; in prom_path_gettoken() 43 *to++ = *from++; in prom_path_gettoken() 46 *to = '\0'; in prom_path_gettoken() 51 * Given an OBP pathname, do the best we can to fully expand 54 * If we have to complete the addrspec of any component, we can 63 char *to = pathname; in prom_pathname() local 70 if ((to in prom_pathname() 159 prom_strip_options(char * from,char * to) prom_strip_options() argument [all...] |
/titanic_51/usr/src/lib/libcurses/screen/ |
H A D | winsdelln.c | 4 * The contents of this file are subject to the terms of the 24 * Use is subject to license terms. 50 * id < 0 : number of lines to delete 51 * id > 0 : number of lines to insert 57 int endy, endx, to, fr, num_lines, dir; in winsdelln() local 69 * function to do it in one fell swoop. in winsdelln() 86 * Check that the amount of lines to delete aren't larger in winsdelln() 88 * don't have to re-compute if the if comes out true. in winsdelln() 96 * moving "to" the new place. This is the offset which in winsdelln() 97 * we have to r in winsdelln() [all...] |
/titanic_51/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ |
H A D | copy_key.c | 3 * Use is subject to license terms. 15 * export to obtain such a license before exporting. 17 * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and 23 * to distribution of the software without specific, written prior 46 const krb5_keyblock *from, krb5_keyblock *to) in krb5_copy_keyblock_data() argument 50 /* If nothing to copy, return no error */ in krb5_copy_keyblock_data() 51 if (from == NULL || to == NULL) in krb5_copy_keyblock_data() 54 if ((to->contents == NULL || from->contents == NULL) && in krb5_copy_keyblock_data() 58 to->magic = from->magic; in krb5_copy_keyblock_data() 59 to in krb5_copy_keyblock_data() 90 krb5_copy_keyblock(context,from,to) krb5_copy_keyblock() argument [all...] |
/titanic_51/usr/src/lib/libnsl/dial/ |
H A D | getargs.c | 4 * The contents of this file are subject to the terms of the 25 * Use is subject to license terms. 37 * generate a vector of pointers (arps) to the 40 * s -> string to analyze -- s GETS MODIFIED 86 char *str, *to, *cp; in bsfix() local 91 for (to = str; *str; str++) { in bsfix() 113 *to++ = '\\'; in bsfix() 114 *to++ = 'N'; in bsfix() 116 *to++ = (char)num; in bsfix() 121 *to in bsfix() [all...] |
/titanic_51/usr/src/cmd/diff3/ |
H A D | diff3prog.c | 4 * The contents of this file are subject to the terms of the 48 * to mark the overlaps; otherwise, the file names f1 and f3 are used 52 struct range {int from, to; }; member 55 * to is last+1 56 * from = to = line after point of insertion 63 * de is used to gather editing scripts, 73 * array overlap indicates which sections in de correspond to 94 static int oflag; /* indicates whether to mark overlaps (-E or -X) */ 221 dd[i].old.to = b; in readin() 223 dd[i].new.to in readin() [all...] |
/titanic_51/usr/src/cmd/fm/dicts/ |
H A D | GMCA.po | 3 # Use is subject to license terms. 7 # The contents of this file are subject to the terms of the 35 msgstr "An internal error has been encountered on this cpu. Refer to %s for more information." 37 msgstr "The system will attempt to offline this cpu to remove it from service." 41 msgstr "Schedule a repair procedure to replace the affected CPU. Use 'fmadm faulty' to identify the module." 51 msgstr "A level 0 cache on this cpu is faulty. Refer to %s for more information." 53 msgstr "The system will attempt to offline this cpu to remov [all...] |
H A D | INTEL.po | 3 # Use is subject to license terms. 7 # The contents of this file are subject to the terms of the 35 msgstr "An internal error has been encountered on this cpu. Refer to %s for more information." 37 msgstr "The system will attempt to offline this cpu to remove it from service." 41 msgstr "Schedule a repair procedure to replace the affected CPU. Use 'fmadm faulty' to identify the module." 51 msgstr "A level 0 cache on this cpu is faulty. Refer to %s for more information." 53 msgstr "The system will attempt to offline this cpu to remov [all...] |
/titanic_51/usr/src/uts/common/inet/tcp/ |
H A D | tcp_stats.c | 4 * The contents of this file are subject to the terms of the 52 /* Translate TCP state to MIB2 TCP state. */ 234 /* Create a message to report on IPv6 entries */ in tcp_snmp_get() 258 * Netstat, unfortunately, uses this to in tcp_snmp_get() 259 * get send/receive queue sizes. How to fix? in tcp_snmp_get() 291 * for IPv6 entries which are bound to in6addr_any in tcp_snmp_get() 293 * (i.e. anything an IPv4 peer could connect to) in tcp_snmp_get() 322 * Netstat, unfortunately, uses this to in tcp_snmp_get() 324 * to fix? in tcp_snmp_get() 525 * should still be able to rea in tcp_kstat_init() 821 tcp_add_mib(mib2_tcp_t * from,mib2_tcp_t * to) tcp_add_mib() argument 958 tcp_add_stats(tcp_stat_counter_t * from,tcp_stat_t * to) tcp_add_stats() argument [all...] |
/titanic_51/usr/src/cmd/mail/ |
H A D | sendlist.c | 4 * The contents of this file are subject to the terms of the 24 * Use is subject to license terms. 34 * sendlist - send copy to specified users 41 * send a copy of the given letter to each user specified, 42 * invoking send() to do the sending. It returns 50 * called as root or made setuid it's safer to leave this hardwired. 60 recip *to; in sendlist() local 67 /* Deliver mail directly to a mailbox */ in sendlist() 70 * Note failure to deliver to an in sendlist() [all...] |
/titanic_51/usr/src/cmd/bnu/ |
H A D | getargs.c | 4 * The contents of this file are subject to the terms of the 24 * Use is subject to license terms. 36 * generate a vector of pointers (arps) to the 39 * s -> string to analyze -- s GETS MODIFIED 92 register char *str, *to, *cp; local 99 for (to = str; *str; str++) { 124 *to++ = '\\'; 125 *to++ = 'N'; 127 *to++ = (char) num; 132 *to [all...] |
/titanic_51/usr/src/grub/grub-0.97/ |
H A D | config.h.in | 6 /* Define it to \"addr32\" or \"addr32;\" to make GAS happy */ 9 /* Define if you don't want to pass the mem= option to Linux */ 12 /* Define it to \"data32\" or \"data32;\" to make GAS happy */ 18 /* Define to 1 if you have the <curses.h> header file. */ 27 /* Define to 1 if you have the <inttypes.h> header file. */ 33 /* Define to 1 if you have the <memory.h> header file. */ 36 /* Define to [all...] |
/titanic_51/usr/src/cmd/oamuser/lib/ |
H A D | putgrent.c | 4 * The contents of this file are subject to the terms of the 24 * Use is subject to license terms. 37 * putgrent() function to write a group structure to a file 41 putgrent(struct group *grpstr, FILE *to) in putgrent() argument 49 * we assume that fgetgrent() set gr_gid to 0 so in putgrent() 55 (void) fprintf(to, "%s:%s:", grpstr->gr_name, in putgrent() 59 (void) fprintf(to, ":"); in putgrent() 61 (void) fprintf(to, "%ld:", grpstr->gr_gid); in putgrent() 67 (void) fprintf(to, " in putgrent() [all...] |
/titanic_51/usr/src/lib/libslp/etc/ |
H A D | slp.conf.example | 4 # The contents of this file are subject to the terms of the 23 # Use is subject to license terms. 30 # so uncomment and edit any properties you wish to change. The 31 # file /etc/inet/slp.conf must exist in order for slpd(1m) to start, 32 # so copy this file to /etc/inet/slp.conf to enable SLP. See 45 # This example simply sets the property to the default: 48 # This example sets the property to a site-specific list: 54 # Forces UAs and SAs to use a set of DAs. 62 # Specifies a file containing a set of registrations to b [all...] |
/titanic_51/usr/src/lib/libshell/common/ |
H A D | RELEASE88 | 7 array syntax. A new -A option of typeset is used to declare 8 an array to be associative. As with indexed arrays, $name is 9 equivalent to ${name[0]}. The prefix operator ! was added 10 to the parameter expansion syntax to expand to the list of 11 indices. For example, ${!name[@]} expands to the list of array 14 b. Several additions have been made to shell arithmetic: 25 6. Integer arithmetic extended up to base 64. 27 c. Some additions to the macro expansion syntax have been made 28 to specify substrings and sub-arrays: 29 1. ${name:expr} expands to the substring of ${name} starting at [all …]
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | RELEASE88 | 7 array syntax. A new -A option of typeset is used to declare 8 an array to be associative. As with indexed arrays, $name is 9 equivalent to ${name[0]}. The prefix operator ! was added 10 to the parameter expansion syntax to expand to the list of 11 indices. For example, ${!name[@]} expands to the list of array 14 b. Several additions have been made to shell arithmetic: 25 6. Integer arithmetic extended up to base 64. 27 c. Some additions to th [all...] |