/titanic_51/usr/src/lib/libbsm/common/ |
H A D | getauditflags.c | 45 match_class(char *s, char *prefix, uint_t m, int v) in match_class() argument 49 (void) strcat(s, prefix); in match_class() 78 char *prefix; /* +, -, or null */ in getauditflagschar() local 115 prefix = plus_all ? "-" : (minus_all ? "+" : ""); in getauditflagschar() 117 prefix = "+"; in getauditflagschar() 119 prefix = "-"; in getauditflagschar() 122 if (match_class(auditstring, prefix, m, verbose) != 0) in getauditflagschar() 125 if (*(prefix = auditstring + strlen(auditstring) - 1) == ',') in getauditflagschar() 126 *prefix = '\0'; in getauditflagschar() 160 uint32_t prefix; in __chkflags() local [all...] |
/titanic_51/usr/src/lib/libdwarf/common/ |
H A D | dwarf_print_lines.c | 65 print_line_detail(char *prefix, in print_line_detail() argument 76 prefix, in print_line_detail() 123 struct Line_Table_Prefix_s prefix; in _dwarf_internal_printlines() local 240 dwarf_init_line_table_prefix(&prefix); in _dwarf_internal_printlines() 246 &prefix, in _dwarf_internal_printlines() 252 dwarf_free_line_table_prefix(&prefix); in _dwarf_internal_printlines() 256 dwarf_free_line_table_prefix(&prefix); in _dwarf_internal_printlines() 259 line_ptr_end = prefix.pf_line_ptr_end; in _dwarf_internal_printlines() 264 dwarf_free_line_table_prefix(&prefix); in _dwarf_internal_printlines() 271 (long) prefix in _dwarf_internal_printlines() [all...] |
H A D | dwarf_sort_line.c | 359 struct Line_Table_Prefix_s prefix; in _dwarf_update_line_sec() local 381 dwarf_init_line_table_prefix(&prefix); in _dwarf_update_line_sec() 389 &prefix, in _dwarf_update_line_sec() 394 dwarf_free_line_table_prefix(&prefix); in _dwarf_update_line_sec() 401 dwarf_free_line_table_prefix(&prefix); in _dwarf_update_line_sec() 404 line_ptr_end = prefix.pf_line_ptr_end; in _dwarf_update_line_sec() 413 is_stmt = prefix.pf_default_is_stmt; in _dwarf_update_line_sec() 430 WHAT_IS_OPCODE(type, opcode, prefix.pf_opcode_base, in _dwarf_update_line_sec() 431 prefix.pf_opcode_length_table, line_ptr, in _dwarf_update_line_sec() 432 prefix in _dwarf_update_line_sec() [all...] |
H A D | dwarf_frame2.c | 196 print_prefix(struct cie_fde_prefix_s *prefix, int line) 198 printf("prefix-print, prefix at 0x%lx, line %d\n", 199 (long) prefix, line); 200 printf(" start addr 0x%lx after prefix 0x%lx\n", 201 (long) prefix->cf_start_addr, 202 (long) prefix->cf_addr_after_prefix); 204 (Dwarf_Unsigned) prefix->cf_length, 205 prefix->cf_local_length_size, 206 prefix 284 struct cie_fde_prefix_s prefix; _dwarf_get_fde_list_internal() local 502 dwarf_create_cie_from_after_start(Dwarf_Debug dbg,struct cie_fde_prefix_s * prefix,Dwarf_Small * section_pointer,Dwarf_Small * frame_ptr,Dwarf_Unsigned cie_count,int use_gnu_cie_calc,Dwarf_Cie * cie_ptr_out,Dwarf_Error * error) dwarf_create_cie_from_after_start() argument 733 dwarf_create_fde_from_after_start(Dwarf_Debug dbg,struct cie_fde_prefix_s * prefix,Dwarf_Small * section_pointer,Dwarf_Small * frame_ptr,int use_gnu_cie_calc,Dwarf_Cie cie_ptr_in,Dwarf_Fde * fde_ptr_out,Dwarf_Error * error) dwarf_create_fde_from_after_start() argument 1059 struct cie_fde_prefix_s prefix; dwarf_create_cie_from_start() local [all...] |
/titanic_51/usr/src/cmd/zdb/ |
H A D | zdb_il.c | 47 static char prefix[4] = "\t\t\t"; variable 50 print_log_bp(const blkptr_t *bp, const char *prefix) in print_log_bp() argument 55 (void) printf("%s%s\n", prefix, blkbuf); in print_log_bp() 76 (void) printf("%s%s -> %s\n", prefix, name, link); in zil_prt_rec_create() 78 (void) printf("%s%s\n", prefix, name); in zil_prt_rec_create() 81 (void) printf("%s%s", prefix, ctime(&crtime)); in zil_prt_rec_create() 82 (void) printf("%sdoid %llu, foid %llu, mode %llo\n", prefix, in zil_prt_rec_create() 85 (void) printf("%suid %llu, gid %llu, gen %llu, rdev 0x%llx\n", prefix, in zil_prt_rec_create() 94 (void) printf("%sdoid %llu, name %s\n", prefix, in zil_prt_rec_remove() 102 (void) printf("%sdoid %llu, link_obj %llu, name %s\n", prefix, in zil_prt_rec_link() [all...] |
/titanic_51/usr/src/boot/sys/boot/efi/libefi/ |
H A D | devpath.c | 106 size_t prefix, len; in efi_devpath_trim() local 110 prefix = (UINT8 *)node - (UINT8 *)devpath; in efi_devpath_trim() 111 if (prefix == 0) in efi_devpath_trim() 113 len = prefix + DevicePathNodeLength(NextDevicePathNode(node)); in efi_devpath_trim() 116 memcpy(copy, devpath, prefix); in efi_devpath_trim() 117 node = (EFI_DEVICE_PATH *)((UINT8 *)copy + prefix); in efi_devpath_trim() 170 efi_devpath_is_prefix(EFI_DEVICE_PATH *prefix, EFI_DEVICE_PATH *path) in efi_devpath_is_prefix() argument 174 if (prefix == NULL || path == NULL) in efi_devpath_is_prefix() 178 if (IsDevicePathEnd(prefix)) in efi_devpath_is_prefix() 181 if (DevicePathType(prefix) ! in efi_devpath_is_prefix() [all...] |
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | rt.sh | 99 printf $'%s%5d %s' "$prefix" "$t" "$label" 100 prefix= 101 else prefix="$prefix..........." 116 printf $'%s%5d %s%s\n' "$prefix" "$e" "$label" "$note" 198 prefix= 233 prefix= 293 prefix= 327 prefix= 339 prefix [all...] |
/titanic_51/usr/src/lib/libast/common/disc/ |
H A D | sfdcprefix.c | 39 char prefix[1]; /* prefix string */ member 80 sfwr(f, pfx->prefix, n > 1 ? pfx->length : pfx->empty, dp); 114 int sfdcprefix(Sfio_t* f, const char* prefix) in sfdcprefix() argument 116 int sfdcprefix(f, prefix) in sfdcprefix() 118 char* prefix; 129 if (!prefix || !(n = strlen(prefix)) || !(sfset(f, 0, 0) & SF_WRITE)) 138 memcpy(pfx->prefix, prefix, n); 139 s = (char*)prefix + n; 140 while (--s > (char*)prefix && (*s == ' ' || *s == '\t')); 141 n = s - (char*)prefix;
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/disc/ |
H A D | sfdcprefix.c | 25 * a discipline that prepends a prefix string to each output line 36 size_t length; /* prefix length */ 37 size_t empty; /* empty line prefix length */ 39 char prefix[1]; /* prefix string */ member 43 * prefix write 80 sfwr(f, pfx->prefix, n > 1 ? pfx->length : pfx->empty, dp); 110 * push the prefix discipline on f 114 int sfdcprefix(Sfio_t* f, const char* prefix) in sfdcprefix() argument 116 int sfdcprefix(f, prefix) in sfdcprefix() [all...] |
/titanic_51/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | tables.h | 52 struct prefix *pi_prefix_list; /* Doubly linked prefixes */ 155 struct prefix { struct 156 struct prefix *pr_next; /* Next prefix for this physical */ argument 157 struct prefix *pr_prev; /* Prev prefix for this physical */ argument 160 struct in6_addr pr_prefix; /* Used to indentify prefix */ argument 204 struct adv_prefix *adv_pr_next; /* Next prefix */ 205 struct adv_prefix *adv_pr_prev; /* Prev prefix */ 208 struct in6_addr adv_pr_prefix; /* Used to indentify prefix */ 161 pr_prefix_lenprefix global() argument 169 pr_in_useprefix global() argument 195 pr_attemptsprefix global() argument [all...] |
/titanic_51/usr/src/cmd/csh/ |
H A D | printf.c | 135 char *prefix; in _print() local 277 * printed will be padding blanks, a prefix, in _print() 287 * The prefix is a sign, a blank, "0x", "0X", in _print() 288 * or null, and is addressed by "prefix". in _print() 308 prefix = ""; in _print() 311 suffix = prefix; in _print() 363 prefix = "-"; in _print() 373 prefix = "+"; in _print() 375 prefix = " "; in _print() 380 int n = width - strlen(prefix); in _print() [all...] |
/titanic_51/usr/src/cmd/picl/plugins/sun4v/lib/snmp/ |
H A D | snmplib.c | 326 snmp_get_int(picl_snmphdl_t hdl, char *prefix, int row, int *val, in snmp_get_int() argument 334 if (smd == NULL || prefix == NULL || val == NULL) in snmp_get_int() 341 if ((grp = locate_oid_group(smd, prefix)) == NULL) { in snmp_get_int() 342 ret = fetch_single_int(smd, prefix, row, val, &err); in snmp_get_int() 353 if (lookup_int(prefix, row, val, grp->is_volatile) == 0) in snmp_get_int() 366 if (lookup_int(prefix, row, val, grp->is_volatile) < 0) in snmp_get_int() 380 snmp_get_str(picl_snmphdl_t hdl, char *prefix, int row, char **strp, in snmp_get_str() argument 389 if (smd == NULL || prefix == NULL || strp == NULL) in snmp_get_str() 397 if ((grp = locate_oid_group(smd, prefix)) == NULL) { in snmp_get_str() 398 ret = fetch_single_str(smd, prefix, ro in snmp_get_str() 444 snmp_get_bitstr(picl_snmphdl_t hdl,char * prefix,int row,uchar_t ** bitstrp,uint_t * nbytes,int * snmp_syserr) snmp_get_bitstr() argument 510 snmp_get_nextrow(picl_snmphdl_t hdl,char * prefix,int row,int * nextrow,int * snmp_syserr) snmp_get_nextrow() argument 604 lookup_int(char * prefix,int row,int * valp,int is_vol) lookup_int() argument 658 lookup_str(char * prefix,int row,char ** valp,int is_vol) lookup_str() argument 712 lookup_bitstr(char * prefix,int row,uchar_t ** valp,uint_t * nelem,int is_vol) lookup_bitstr() argument 750 search_oid_in_group(char * prefix,char * oidstrs,int n_oids) search_oid_in_group() argument 767 locate_oid_group(struct picl_snmphdl * smd,char * prefix) locate_oid_group() argument 788 fetch_single_int(struct picl_snmphdl * smd,char * prefix,int row,int * ival,int * snmp_syserr) fetch_single_int() argument 823 fetch_single_str(struct picl_snmphdl * smd,char * prefix,int row,char ** valp,int * snmp_syserr) fetch_single_str() argument 846 fetch_single_bitstr(struct picl_snmphdl * smd,char * prefix,int row,uchar_t ** valp,uint_t * nelem,int * snmp_syserr) fetch_single_bitstr() argument 876 fetch_single(struct picl_snmphdl * smd,char * prefix,int row,int * snmp_syserr) fetch_single() argument 994 fetch_next(struct picl_snmphdl * smd,char * prefix,int row,int * snmp_syserr) fetch_next() argument [all...] |
/titanic_51/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/ |
H A D | zfs_acl_chmod_aclmode_001_pos.ksh | 209 typeset who prefix acltemp action 213 prefix=$who 216 prefix=$prefix:$acltemp 218 acl=$prefix:$(cal_bits $isdir 7 7 $acl 0):$action 280 prefix="owner@" 285 prefix="group@" 289 expect=$prefix$status:deny 369 prefix=$who 397 prefix [all...] |
/titanic_51/usr/src/cmd/svr4pkg/libinst/ |
H A D | log.c | 83 char *prefix; in log_msg() local 94 prefix = MSG_LOG_ERROR; in log_msg() 98 prefix = MSG_LOG_WARNING; in log_msg() 102 prefix = NULL; in log_msg() 111 prefix = NULL; in log_msg() 113 /* output debug prefix to match echoDebug() format */ in log_msg() 125 /* output prefix if specified */ in log_msg() 127 if (prefix != NULL) { in log_msg() 128 (void) fprintf(out, "%s: ", prefix); in log_msg()
|
/titanic_51/usr/src/lib/libpp/common/ |
H A D | gentab.sh | 102 echo "#define $prefix$last $n" 127 prefix="" 169 1:?*) echo "#define $prefix$first $counter" ;; 190 echo "#define $prefix$ID (1$long<<$counter)" 195 then echo "#define $prefix$ID $counter" 198 then echo " \"$1\", $prefix$ID," 203 then echo "#define $prefix$ID $counter" 223 echo "#define $prefix$last $n"
|
/titanic_51/usr/src/contrib/ast/src/lib/libpp/ |
H A D | gentab.sh | 28 # %flags [ prefix=<prefix> ] [ index=<index> ] [ init=<init> ] 30 # %keyword <name> [ prefix=<prefix> ] [ index=<index> ] [ init=<init> ] [ first=<id> ] [ last=<id> ] 32 # %sequence [ prefix=<prefix> ] [ index=<index> ] [ init=<init> ] 102 echo "#define $prefix$last $n" 127 prefix="" 169 1:?*) echo "#define $prefix$first $counter" ;; 190 echo "#define $prefix [all...] |
/titanic_51/usr/src/cmd/mktemp/ |
H A D | mktemp.c | 49 char *prefix = NULL; in main() local 75 prefix = optarg; in main() 114 prefix = tmp; in main() 115 else if (prefix == NULL) in main() 116 prefix = "/tmp"; in main() 118 len = snprintf(NULL, 0, "%s/%s", prefix, tmpl) + 1; in main() 124 (void) snprintf(tmp, len, "%s/%s", prefix, tmpl); in main()
|
/titanic_51/usr/src/lib/libbc/libc/stdio/common/ |
H A D | doprnt.c | 139 char *prefix; in _doprnt() local 501 * printed will be padding blanks, a prefix, in _doprnt() 511 * The prefix is a sign, a blank, "0x", "0X", in _doprnt() 512 * or null, and is addressed by "prefix". in _doprnt() 532 prefix = ""; in _doprnt() 535 suffix = prefix; in _doprnt() 604 prefix = "-"; in _doprnt() 607 prefix = "+"; in _doprnt() 609 prefix = " "; in _doprnt() 650 prefix in _doprnt() [all...] |
/titanic_51/usr/src/cmd/krb5/krb5-config/ |
H A D | krb5-config.sh | 35 prefix=/usr 36 exec_prefix=${prefix} 37 includedir=${prefix}/include/kerberosv5 59 --exec-prefix) 68 --prefix) 103 echo " [--prefix] Kerberos installed prefix" 104 echo " [--exec-prefix] Kerberos installed exec_prefix" 139 echo "$title_prefix$prefix"
|
/titanic_51/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | diskmon_conf.c | 670 print_inds(indicator_t *indp, FILE *fp, char *prefix) in print_inds() argument 674 (void) fprintf(fp, "%sindicators {\n", prefix); in print_inds() 677 (void) fprintf(fp, "%s\t%c%s = \"%s\"\n", prefix, plusminus, in print_inds() 681 (void) fprintf(fp, "%s}\n", prefix); in print_inds() 685 print_indrules(indrule_t *lrp, FILE *fp, char *prefix) in print_indrules() argument 690 (void) fprintf(fp, "%sindicator_rules {\n", prefix); in print_indrules() 692 (void) fprintf(fp, "%s\t%12s -> %12s\t{ ", prefix, in print_indrules() 707 (void) fprintf(fp, "%s}\n", prefix); in print_indrules() 711 print_props(nvlist_t *nvlp, FILE *fp, char *prefix) in print_props() argument 720 (void) fprintf(fp, "%s%s = \"%s\"\n", prefix, nam in print_props() 726 print_ap(nvlist_t * dpp,FILE * fp,char * prefix) print_ap() argument 741 print_disks(diskmon_t * dmp,FILE * fp,char * prefix) print_disks() argument 772 print_cfgdata(cfgdata_t * cfgp,FILE * fp,char * prefix) print_cfgdata() argument [all...] |
/titanic_51/usr/src/lib/libsqlite/src/ |
H A D | printf.c | 96 char *prefix; /* Prefix on non-zero values in alt format */ member 218 char prefix; /* Prefix character. "+" or "-" or " " or '\0'. */ in vxprintf() local 350 /* More sensible: turn off the prefix for octal (to prevent "00"), in vxprintf() 351 ** but leave the prefix for hex. */ in vxprintf() 357 prefix = '-'; in vxprintf() 358 }else if( flag_plussign ) prefix = '+'; in vxprintf() 359 else if( flag_blanksign ) prefix = ' '; in vxprintf() 360 else prefix = 0; in vxprintf() 361 }else prefix = 0; in vxprintf() 362 if( flag_zeropad && precision<width-(prefix! in vxprintf() [all...] |
/titanic_51/usr/src/lib/libsqlite/tool/ |
H A D | mkopts.tcl | 11 set prefix {} 19 if {$px!=""} {set prefix $p2} 23 puts " static const char *${prefix}_strs\[\] = \173" 48 puts " enum ${prefix}_enum \173" 51 put_item ${prefix}_[string toupper $name],
|
/titanic_51/usr/src/cmd/rpcgen/ |
H A D | rpc_hout.c | 391 ptype(dl->decl.prefix, dl->decl.type, 1); in parglist() 442 char prefix[8]; /* enough to contain "struct ", including NUL */ in ptypedef() local 456 (void) snprintf(prefix, sizeof (prefix), "%s ", in ptypedef() 459 prefix[0] = 0; in ptypedef() 465 f_print(fout, "\t%s%s *%s_val;\n", prefix, old, name); in ptypedef() 469 f_print(fout, "%s%s *%s", prefix, old, name); in ptypedef() 472 f_print(fout, "%s%s %s[%s]", prefix, old, name, in ptypedef() 476 f_print(fout, "%s%s %s", prefix, old, name); in ptypedef() 487 char *prefix; in pdeclaration() local [all...] |
/titanic_51/usr/src/cmd/bnu/ |
H A D | utility.c | 132 * file with a specific prefix in a single directory, usually 134 * path prefix, and countProcs will count the number of files that begin 135 * with the prefix and compare the count to the allowable maximum. 139 * prefix - A full path prefix for lock files that identify 150 countProcs (prefix, maxCount) in countProcs() argument 152 char * prefix; in countProcs() 161 /* Separate prefix into directory part and file name part. */ 163 strncpy(directory, prefix, MAXNAMESIZE); 166 ASSERT(namePrefix != NULL, "No file name in", prefix, 187 cuantos(prefix,dir) cuantos() argument [all...] |
/titanic_51/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.c | 315 char prefix[5]; /* "/nnn" with terminator. */ in dump_sockaddr() local 317 (void) snprintf(prefix, sizeof (prefix), "/%d", prefixlen); in dump_sockaddr() 320 (void) strlcat(printable_addr, prefix, in dump_sockaddr() 478 if (fputs(dgettext(TEXT_DOMAIN, "prefix"), where) == EOF) in dump_sadb_idtype() 1537 "Invalid inner-source prefix length ")); in keysock_diag() 1540 "Invalid inner-destination prefix length")); in keysock_diag() 1598 * Convert an IPv6 mask to a prefix len. I assume all IPv6 masks are 1758 print_sa(FILE *file, char *prefix, struct sadb_sa *assoc) in print_sa() argument 1768 prefix, ntoh in print_sa() 2121 print_address(FILE * file,char * prefix,struct sadb_address * addr,boolean_t ignore_nss) print_address() argument 2176 print_key(FILE * file,char * prefix,struct sadb_key * key) print_key() argument 2199 print_ident(FILE * file,char * prefix,struct sadb_ident * id) print_ident() argument 2298 print_sens(FILE * file,char * prefix,const struct sadb_sens * sens,boolean_t ignore_nss) print_sens() argument 2354 print_prop(FILE * file,char * prefix,struct sadb_prop * prop) print_prop() argument 2431 print_eprop(FILE * file,char * prefix,struct sadb_prop * eprop) print_eprop() argument 2531 print_supp(FILE * file,char * prefix,struct sadb_supported * supp) print_supp() argument 2577 print_spirange(FILE * file,char * prefix,struct sadb_spirange * range) print_spirange() argument 2590 print_kmc(FILE * file,char * prefix,struct sadb_x_kmc * kmc) print_kmc() argument 2608 print_replay(FILE * file,char * prefix,sadb_x_replay_ctr_t * repl) print_replay() argument 2630 print_pair(FILE * file,char * prefix,struct sadb_x_pair * pair) print_pair() argument 2808 char *prefix; save_lifetime() local 2853 const char *prefix, *pprefix; save_address() local 2929 char *prefix; save_key() local 2952 char *prefix; save_ident() local 2980 char *prefix; save_sens() local [all...] |