Searched defs:prefix (Results 26 - 50 of 273) sorted by relevance

1234567891011

/illumos-gate/usr/src/cmd/streams/log/
H A Dstrclean.c48 static char prefix[128]; variable
132 strcpy(prefix, logname);
133 strcat(prefix, "/error.");
141 * clean out all files in the log directory prefixed by 'prefix'
150 if (strncmp(name, prefix, strlen(prefix)) != 0)
/illumos-gate/usr/src/cmd/tip/aculib/
H A Dv3451.c21 static int prefix(char *, char *);
178 if (prefix(sh, lg))
184 prefix(char *s1, char *s2) function
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfdcprefix.c25 * 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 in struct:__anon2612
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) argument
116 int sfdcprefix(f, prefix)
[all...]
/illumos-gate/usr/src/cmd/lp/lib/access/
H A Dchange.c129 chgaccess(int isallow, char **list, char *name, char *dir, char *prefix) argument
138 if (loadaccess(dir, name, prefix, &allow_list, &deny_list) == -1)
201 return (dumpaccess(dir, name, prefix, &allow_list, &deny_list));
H A Dloadaccess.c92 loadaccess(char *dir, char *name, char *prefix, char ***pallow, char ***pdeny) argument
100 !(allow_file = getaccessfile(dir, name, prefix, ALLOWFILE))
102 || !(deny_file = getaccessfile(dir, name, prefix, DENYFILE))
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dprintlist.c59 printlist_setup(char *prefix, char *suffix, char *sep, char *newline) argument
61 if (prefix)
62 print_prefix = prefix;
H A Dsdn.c55 printsdn_setup(char *prefix, char *suffix, char *newline) argument
57 if (prefix)
58 print_prefix = prefix;
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dprintf.c74 const char *prefix, const char *suffix)
93 msgp += snprintf(msgp, bufend - msgp, prefix);
73 fakekernel_cprintf(const char *fmt, va_list adx, int flags, const char *prefix, const char *suffix) argument
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_krb.c172 smb_krb5_log_errmsg(krb5_context ctx, const char *prefix, krb5_error_code code) argument
177 syslog(LOG_ERR, "%s (%s)", prefix, msg);
/illumos-gate/usr/src/common/zfs/
H A Dzpool_prop.c184 static const char *prefix = "feature@"; local
185 return (strncmp(name, prefix, strlen(prefix)) == 0);
194 static const char *prefix = "unsupported@"; local
195 return (strncmp(name, prefix, strlen(prefix)) == 0);
/illumos-gate/usr/src/lib/efcode/fcdriver/
H A Dload_node.c183 find_lib_file(fcode_env_t *env, char *prefix, char *name, char *suffix, argument
196 lib_name = MALLOC(strlen(name) + strlen(prefix) + strlen(suffix) + 1);
197 sprintf(lib_name, "%s%s%s", prefix, name, suffix);
/illumos-gate/usr/src/lib/libdll/amd64/src/lib/libdll/
H A Ddlldefs.h84 char* prefix; /* library name prefix */ member in struct:Dllinfo_s
/illumos-gate/usr/src/lib/libdll/i386/src/lib/libdll/
H A Ddlldefs.h84 char* prefix; /* library name prefix */ member in struct:Dllinfo_s
/illumos-gate/usr/src/lib/libdll/sparc/src/lib/libdll/
H A Ddlldefs.h84 char* prefix; /* library name prefix */ member in struct:Dllinfo_s
/illumos-gate/usr/src/lib/libdll/sparcv9/src/lib/libdll/
H A Ddlldefs.h84 char* prefix; /* library name prefix */ member in struct:Dllinfo_s
/illumos-gate/usr/src/lib/libtecla/common/
H A Dioutil.c47 * indentation and an option prefix string can be specified to be
69 * prefix const char * An optional prefix string to write after the
72 * prefix is required.
87 * paragraph with a different prefix or
102 const char *prefix, const char *suffix, int fill_char,
109 int prefix_len; /* The length of the optional line prefix string */
110 int suffix_len; /* The length of the optional line prefix string */
112 /* margin and the prefix string. */
135 * Get the length of the prefix strin
101 _io_display_text(GlWriteFn *write_fn, void *data, int indentation, const char *prefix, const char *suffix, int fill_char, int term_width, int start, const char *string) argument
[all...]
/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_misc.c259 uu_dump(FILE *out, const char *prefix, const void *buf, size_t len) argument
267 (void) fprintf(out, "%s", prefix);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/
H A Dksslcfg.c109 const char *prefix = "kssl-"; local
193 len = strlen(prefix) + strlen(cname) + 10;
199 (void) snprintf(instance_name, len, "%s%s-%d", prefix, cname, port);
202 len = strlen(prefix) + strlen(ANY_ADDR) + 10;
212 "%s%s-%d", prefix, ANY_ADDR, port);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf6.c191 "%s Inter-area-prefix = %s ABR %s", scope,
239 "%s Inter-area-prefix = %s Router %s", scope,
257 struct in6_addr prefix; local
263 sprintf(sum_line, "Unknown prefix len %d",
269 "Unknown prefix len %d", lpfx->lsa6_plen);
272 memset((void *)&prefix, 0, sizeof (prefix));
273 memcpy((void *)&prefix, lpfx->lsa6_pfx, k * 4);
274 (void) inet_ntop(AF_INET6, (char *)&prefix, prefixstr,
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsyncinit.c48 static int prefix(char *arg, char *pref);
172 if (prefix(arg, "loop")) {
178 } else if (prefix(arg, "echo")) {
184 } else if (prefix(arg, "nrzi")) {
189 } else if (prefix(arg, "txc")) {
192 } else if (prefix(arg, "rxc")) {
195 } else if (prefix(arg, "speed")) {
284 prefix(char *arg, char *pref) function
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_demangle.c94 * We process dm_dem, which skips the prefix in dm_buf (if any)
208 char *prefix = strrchr(name, '`'); local
211 if (prefix) {
212 prefix++; /* the ` is part of the prefix */
213 prefixlen = prefix - name;
H A Dmdb_help.c189 const char *prefix, *usage; local
215 prefix = strchr(":$=/\\?>", idcp->idc_name[0]) ? "" : "::";
230 mdb_printf("%s%s %s\n\n", prefix, idcp->idc_name, usage);
/illumos-gate/usr/src/cmd/fm/modules/sun4v/generic-mem/
H A Dgmem_mem.c145 uint64_t value, const char *prefix)
149 prefix, serial);
151 "retirements for %s%s", prefix, serial);
144 gmem_mem_retirestat_create(fmd_hdl_t *hdl, fmd_stat_t *st, const char *serial, uint64_t value, const char *prefix) argument
/illumos-gate/usr/src/cmd/bnu/
H A Danlwrk.c251 char prefix[SYSNSIZE+3]; local
257 (void) sprintf(prefix, "C.%.*s", SYSNSIZE, Rmtname);
259 if (!PREFIX(prefix, filename))
261 if ((strlen(filename)-strlen(prefix)) != SUFSIZE) {
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dgenkey.c39 genkey_nss(KMF_HANDLE_T kmfhandle, char *token, char *dir, char *prefix, argument
56 kmfrv = configure_nss(kmfhandle, dir, prefix);
367 char *prefix = NULL; local
382 "k:(keystore)l:(label)T:(token)d:(dir)p:(prefix)"
409 if (prefix)
411 prefix = optarg_av;
537 rv = genkey_nss(kmfhandle, tokenname, dir, prefix,

Completed in 327 milliseconds

1234567891011