| /onnv/onnv-gate/usr/src/lib/libast/common/disc/ |
| sfdcprefix.c | 56 register Prefix_t* pfx = (Prefix_t*)dp; local 77 if (pfx->skip) 78 pfx->skip = 0; 80 sfwr(f, pfx->prefix, n > 1 ? pfx->length : pfx->empty, dp); 85 pfx->skip = skip; 121 register Prefix_t* pfx; local 131 if (!(pfx = (Prefix_t*)malloc(sizeof(Prefix_t) + n))) 133 memset(pfx, 0, sizeof(*pfx)) [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/common/ |
| tempnam.c | 31 char *tempnam(dir, pfx) 32 char *dir, *pfx; 40 len = strlen(dir) + strlen(pfx) + 10; 46 sprintf(tnm, "%s/%s%d%d", dir, pfx, pid, seq++);
|
| /onnv/onnv-gate/usr/src/lib/libcmd/common/ |
| mktemp.c | 74 char* pfx; local 89 mode = strperm(pfx = opt_info.arg, &opt_info.arg, S_IRWXU); 91 error(ERROR_exit(0), "%s: invalid mode", pfx); 119 if (error_info.errors || (pfx = *argv++) && *argv) 125 if (!pfx) 127 pfx = "tmp_"; 131 if (t = strrchr(pfx, '/')) 133 i = ++t - pfx; 135 memcpy(dir, pfx, i); 137 pfx = t [all...] |
| /onnv/onnv-gate/usr/src/lib/libast/common/path/ |
| pathtmp.c | 35 pathtmp(char* buf, const char* dir, const char* pfx, int* fdp) 40 return pathtemp(buf, len, dir, pfx, fdp);
|
| pathtemp.c | 28 * [<dir>/][<pfx>]<bas>.<suf> 30 * length(<pfx>)<=5 45 * dir and pfx may be 0 46 * only first 5 chars of pfx are used 54 * / as first pfx char provides tmp file generation control 88 char* pfx; member in struct:__anon79 94 pathtemp(char* buf, size_t len, const char* dir, const char* pfx, int* fdp) 106 if (pfx && *pfx == '/') 108 pfx++ [all...] |
| pathposix.c | 100 static const char pfx[] = "/dev/fs"; local 103 if (!strncasecmp(path, pfx, sizeof(pfx) - 1))
|
| /onnv/onnv-gate/usr/src/lib/libast/common/comp/ |
| tempnam.c | 55 tempnam(const char* dir, const char* pfx) 57 return pathtmp(NiL, dir, pfx, NiL);
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/stdio/common/ |
| tempnam.c | 45 tempnam(dir, pfx) 47 char *pfx; /* use this (if non-NULL) as filename prefix */ 73 if(pfx) { 75 (void)strncat(p, pfx, 5);
|
| /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
| ccbase.c | 183 char *pfx, *cp; local 193 pfx = NULL; 206 pfx = strdup("FILE"); 207 if (!pfx) 214 pfx = malloc (pfxlen+1); 215 if (!pfx) 218 memcpy (pfx, name, pfxlen); 219 pfx[pfxlen] = '\0'; 224 err = krb5int_cc_getops(context, pfx, &ops); 225 if (pfx != NULL [all...] |
| /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/ |
| ktbase.c | 133 char *pfx; local 147 pfx = strdup("FILE"); 148 if (!pfx) 155 pfx = malloc (pfxlen+1); 156 if (!pfx) 159 memcpy (pfx, name, pfxlen); 160 pfx[pfxlen] = '\0'; 174 if (strcmp (tlist->ops->prefix, pfx) == 0) { 175 free(pfx); 179 free(pfx); [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/port/stdio/ |
| tempnam.c | 55 const char *pfx) /* use this (if non-NULL) as filename prefix */ 83 if (pfx) { 85 (void) strncat(p, pfx, 5);
|
| /onnv/onnv-gate/usr/src/cmd/fmt/ |
| fmt.c | 56 int pfx; /* Current leading blank count */ variable 321 if (crown_state == c_none && np != pfx && (np > pfx || abs(pfx-np) > 8)) 337 pfx = np; 340 crown_head = pfx; 344 crown_body = pfx; 348 crown_body = pfx; 593 l = pfx;
|
| /onnv/onnv-gate/usr/src/lib/libast/common/regex/ |
| regdecomp.c | 311 char pfx[1024]; local 317 detrie(e->re.trie.root[c], sp, pfx, pfx, &pfx[sizeof(pfx)], delimiter);
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| charnames.t | 311 my $pfx = ($res =~ s/^PREFIX\n//); 316 elsif (($pfx and $res !~ /^\Q$expected/) or 317 (!$pfx and $res !~ $rexp)) {
|
| /onnv/onnv-gate/usr/src/lib/libntfs/common/libntfs/ |
| crypto.c | 169 static int ntfs_pkcs12_load_pfxfile(const char *keyfile, u8 **pfx, 175 if (!keyfile || !pfx || !pfx_size) { 199 *pfx = malloc(key_stat.st_size + 1); 200 if (!*pfx) { 208 br = read(f, *pfx + total, to_read); 220 (*pfx)[key_stat.st_size] = 0; 224 free(*pfx); 297 static ntfs_rsa_private_key_t *ntfs_pkcs12_extract_rsa_key(u8 *pfx, 327 /* Convert the PFX file (DER format) to native pkcs12 format. */ 328 dpfx.data = pfx; [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/sdcard/impl/ |
| sda_slot.c | 888 const char *pfx, *sfx; local 891 pfx = "!"; 894 pfx = sfx = ""; 901 "%s%s%d: slot %d: %s%s", pfx, 906 pfx, fmt, sfx);
|
| /onnv/onnv-gate/usr/src/lib/mms/mgmt/common/ |
| mgmt_util.h | 197 mms_mgmt_send_cmd(void *sess, char *tid, char *cmd, char *pfx, void **response);
|
| mgmt_util.c | 1389 mms_mgmt_send_cmd(void *sess, char *tid, char *cmd, char *pfx, void **response) 1393 if (!sess || !tid || !cmd || !pfx || !response) { 1397 mms_trace(MMS_DEBUG, "%s request command: %s", pfx, cmd); 1401 mms_trace(MMS_ERR, "%s send command failed with %d", pfx, 1408 mms_trace(MMS_ERR, "%s response failed", pfx); [all...] |
| /onnv/onnv-gate/usr/src/lib/libshell/common/bltins/ |
| trap.c | 311 * pfx!=0 prepends SIG to default signal number 313 static char* sig_name(int sig, char* buf, int pfx) 338 else if(pfx)
|
| /onnv/onnv-gate/usr/src/cmd/svc/svccfg/ |
| svccfg_tmpl.c | 2591 const char *pfx; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
| Parser.pm | [all...] |
| /onnv/onnv-gate/usr/src/lib/libbsm/ |
| auditxml | 36 -e pfx Internal event prefix (default: AUE) 37 -i pfx Interface prefix (default: adt)
|
| /onnv/onnv-gate/usr/src/cmd/terminfo/ |
| att.ti | 89 kpp=\E[V, krmir=\E0, pfx=\EQ%p1%{1}%-%d'%p2%s', 204 pfx=\E[%p1%1d;%p2%l%2.2dq\s\s\sf%p1%1d\s\s\s\s\s\s\s\s\s\s\s%p2%s, 216 pfx=\E[%p1%d;%p2%l%02dq f%p1%d %p2%s, 330 pfx=\E[%p1%d;%p2%l%02dq F%p1%d %p2%s, 393 pfx=\E[%p1%d;%p2%l%02d;0;1q F%p1%d %p2%s, 442 pfx=\E[%p1%d;%p2%l%02dq\s\s\sF%p1%d\s\s\s\s\s\s\s\s\s\s\s%p2%s\E~, 564 pfx=\E[%p1%d;%p2%l%02dq\s\s\sF%p1%1d\s\s\s\s\s\s\s\s\s\s\s%p2%s, 938 pfx=\E[%p1%d;%p2%l%d;1;0p\s\s\sF%p1%d\s\s\s\s\s\s\s\s\s\s\s%p2%s, 990 # position (padding in pfx cannot be used, since terminal doesn't 994 pfx=\E[%p1%d;%p2%l%dq%p2%s$<230/> [all...] |
| /onnv/onnv-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/ |
| openssl_spi.c | 4812 uchar_t *pfx = NULL; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libipsecutil/common/ |
| ipsec_util.c | [all...] |