Searched refs:pfx (Results 1 - 25 of 113) sorted by relevance

12345

/macosx-10.10/ksh-23/ksh/src/lib/libast/disc/
H A Dsfdcprefix.c56 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,
[all...]
/macosx-10.10/Libc-1044.1.2/stdio/FreeBSD/
H A Dtempnam.c50 tempnam(dir, pfx)
51 const char *dir, *pfx;
60 if (!pfx)
61 pfx = "tmp.";
66 *(f + strlen(f) - 1) == '/'? "": "/", pfx);
77 *(f + strlen(f) - 1) == '/'? "": "/", pfx);
90 (void)snprintf(name, MAXPATHLEN, "%s%sXXXXXX", f, pfx);
99 *(f + strlen(f) - 1) == '/'? "": "/", pfx);
106 (void)snprintf(name, MAXPATHLEN, "%s%sXXXXXX", f, pfx);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/rde_critcl/
H A Dot.h12 int rde_ot_intern (Tcl_Obj* obj, RDE_STATE p, char* pfx, char* sfx);
H A Dot.c35 rde_ot_intern (Tcl_Obj* obj, RDE_STATE p, char* pfx, char* sfx)
40 TRACE (("rde_ot_intern (%p, '%s','%s' of %p = '%s')", p, pfx, sfx, obj, Tcl_GetString(obj)));
67 if (!pfx && !sfx) {
70 } else if (pfx && sfx) {
71 int plen = strlen(pfx);
75 sprintf (buf, "%s %s %s", pfx, obj->bytes, sfx);
80 } else if (pfx) {
81 int plen = strlen(pfx);
84 sprintf (buf, "%s %s", pfx, obj->bytes);
34 rde_ot_intern(Tcl_Obj* obj, RDE_STATE p, char* pfx, char* sfx) argument
/macosx-10.10/ksh-23/ksh/src/lib/libast/path/
H A Dpathtemp.c28 * [<dir>/][<pfx>]<bas>.<suf>
30 * length(<pfx>)<=5
46 * dir and pfx may be 0
47 * if pfx contains trailing X's then it is a mktemp(3) template
48 * otherwise only first 5 chars of pfx are used
56 * / as first pfx char provides tmp file generation control
96 char* pfx; member in struct:__anon9362
102 pathtemp(char* buf, size_t len, const char* dir, const char* pfx, int* fdp) argument
118 if (pfx && *pfx
[all...]
H A Dpathtmp.c35 pathtmp(char* buf, const char* dir, const char* pfx, int* fdp) argument
40 return pathtemp(buf, len, dir, pfx, fdp);
H A Dpathposix.c100 static const char pfx[] = "/dev/fs"; local
103 if (!strncasecmp(path, pfx, sizeof(pfx) - 1))
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dmktemp.c77 char* pfx; local
90 mode = strperm(pfx = opt_info.arg, &opt_info.arg, S_IRWXU);
92 error(ERROR_exit(0), "%s: invalid mode", pfx);
124 if (error_info.errors || (pfx = *argv++) && *argv)
130 if (!pfx)
132 pfx = "tmp_";
136 if (t = strrchr(pfx, '/'))
138 i = ++t - pfx;
140 memcpy(dir, pfx, i);
142 pfx
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Derror.c26 void bdb_errcall( const char *pfx, char * msg ) argument
28 void bdb_errcall( const DB_ENV *env, const char *pfx, const char * msg )
35 Debug( LDAP_DEBUG_ANY, "bdb(%s): %s\n", pfx, msg, 0 );
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dtempnam.c55 tempnam(const char* dir, const char* pfx) argument
57 return pathtmp(NiL, dir, pfx, NiL);
/macosx-10.10/network_cmds-457/rtadvd.tproj/
H A Ddump.c122 struct prefix *pfx; local
183 for (first = 1, pfx = rai->prefix.next; pfx != &rai->prefix;
184 pfx = pfx->next) {
190 inet_ntop(AF_INET6, &pfx->prefix, prefixbuf,
191 sizeof(prefixbuf)), pfx->prefixlen);
192 switch (pfx->origin) {
203 if (pfx->validlifetime == ND6_INFINITE_LIFETIME)
207 (long)pfx
[all...]
H A Dconfig.c311 struct prefix *pfx; local
320 if ((pfx = malloc(sizeof(struct prefix))) == NULL) {
326 memset(pfx, 0, sizeof(*pfx));
329 insque(pfx, &tmp->prefix);
331 pfx->rainfo = tmp;
333 pfx->origin = PREFIX_FROM_CONFIG;
335 if (inet_pton(AF_INET6, addr, &pfx->prefix) != 1) {
341 if (IN6_IS_ADDR_MULTICAST(&pfx->prefix)) {
348 if (IN6_IS_ADDR_LINKLOCAL(&pfx
1091 struct prefix *pfx; local
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/p12/
H A Dp12Encode.cpp14 const CSSM_DATA &pfx,
26 CFDataRef cfd = CFDataCreate(NULL, pfx.Data, pfx.Length);
13 p12Reencode( const CSSM_DATA &pfx, CSSM_CSP_HANDLE cspHand, CFStringRef pwd, bool verbose, unsigned loops) argument
H A Dp12.h20 const CSSM_DATA &pfx,
29 const CSSM_DATA &pfx,
/macosx-10.10/JavaScriptCore-7600.1.17/disassembler/udis86/
H A Dud_optable.py34 pfx = []
40 if def_node.localName == 'pfx':
41 pfx = def_node.firstChild.data.split();
47 pfx.extend( def_node.firstChild.data.split() );
49 pfx.extend( def_node.firstChild.data.split() );
55 return ( pfx, opc, opr, ven )
86 def printFn( pfx, mnm, opc, opr, ven ):
88 if len( pfx ):
89 print(' '.join( pfx )),
/macosx-10.10/emacs-93/emacs/lisp/
H A Dpaths.el75 (mapcar (lambda (pfx)
78 (concat pfx sfx "info/"))
80 (if (member pfx unpruned-prefixes)
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Djson_write.tcl107 set pfx ""
110 if {!$skip} { set pfx $prefix } else { incr skip -1 }
111 lappend result ${pfx}$line
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Diptable.c67 isc_prefix_t pfx; local
74 NETADDR_TO_PREFIX_T(addr, pfx, bitlen);
76 result = isc_radix_insert(tab->radix, &node, NULL, &pfx);
78 isc_refcount_destroy(&pfx.refcount);
83 family = pfx.family;
86 INSIST(pfx.bitlen == 0);
108 isc_refcount_destroy(&pfx.refcount);
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dks_p12.c329 PKCS12_PFX pfx; local
372 ret = decode_PKCS12_PFX(buf, len, &pfx, NULL);
380 if (der_heim_oid_cmp(&pfx.authSafe.contentType, &asn1_oid_id_pkcs7_data) != 0) {
381 free_PKCS12_PFX(&pfx);
388 if (pfx.authSafe.content == NULL) {
389 free_PKCS12_PFX(&pfx);
399 ret = decode_PKCS12_OctetString(pfx.authSafe.content->data,
400 pfx.authSafe.content->length,
403 free_PKCS12_PFX(&pfx);
568 PKCS12_PFX pfx; local
[all...]
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dtempname.c125 __path_search (char *tmpl, size_t tmpl_len, const char *dir, const char *pfx, argument
131 if (!pfx || !pfx[0])
133 pfx = "file";
138 plen = strlen (pfx);
170 /* check we have room for "${dir}/${pfx}XXXXXX\0" */
177 sprintf (tmpl, "%.*s/%.*sXXXXXX", (int) dlen, dir, (int) plen, pfx);
/macosx-10.10/ruby-106/ruby/lib/rexml/light/
H A Dnode.rb52 pfx = ''
53 pfx = "#{prefix(ns)}:" if ns
54 _old_put(2, "#{pfx}#{name_str}")
80 pfx = ''
81 pfx = "#@prefix:" if @prefix.size > 0
82 _old_put(1, "#{pfx}#@name")
87 pfx = ''
88 pfx = "#{prefix(ns)}:" if ns
89 at(3)["#{pfx}#{reference}"]
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dls.tcl56 if {$sb(type) == "directory"} { set pfx "d" } else { set pfx "-" }
63 return $pfx$s
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/json/
H A Djson_write.tcl127 set pfx ""
130 if {!$skip} { set pfx $prefix } else { incr skip -1 }
131 lappend result ${pfx}$line
/macosx-10.10/lsof-53/lsof/
H A Dusage.c50 _PROTOTYPE(static void report_HASKERNIDCK,(char *pfx, char *verb));
51 _PROTOTYPE(static void report_SECURITY,(char *pfx, char *punct));
52 _PROTOTYPE(static void report_WARNDEVACCESS,(char *pfx, char *verb,
255 report_HASKERNIDCK(pfx, verb)
256 char *pfx; /* prefix (NULL if none) */
260 pfx ? pfx : "",
279 report_SECURITY(pfx, punct)
280 char *pfx; /* prefix (NULL if none) */
285 pfx
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/oreilly-oscon2001/
H A Doscon40 global pfx argv
42 set pfx [lindex $argv 0]
45 if {($pfx == {}) || ([llength $files] == 0)} {
302 global pfx
305 set f [open ${pfx}.main.csv w]
338 set f [open ${pfx}.main.txt w]
350 set f [open ${pfx}.main.html w]
361 global pfx
364 set f [open ${pfx}.sched.csv w]
374 set f [open ${pfx}
[all...]

Completed in 188 milliseconds

12345