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

12345

/macosx-10.9.5/vim-53/src/po/
H A DMakefile117 # tools 0.10.37, which use a slightly different .po file format that is not
125 .SUFFIXES: .po .mo .pot .ck
126 .PHONY: all install uninstall prefixcheck converted check clean checkclean distclean update-po $(LANGUAGES)
128 .po.mo:
131 .po.ck:
169 nb.po: no.po
170 cp no.po nb.po
172 # Convert ja.po t
[all...]
H A DMake_mvc.mak83 .SUFFIXES: .po .mo .pot
85 .po.mo:
98 $(MV) $(PACKAGE).po $(PACKAGE).pot
99 $(CP) $@.po $@.po.orig
100 $(MV) $@.po $@.po.old
101 $(MSGMERGE) $@.po.old $(PACKAGE).pot -o $@.po
102 $(RM) $@.po
[all...]
H A DMake_ming.mak85 .SUFFIXES: .po .mo .pot
88 .po.mo:
100 $(MV) $(PACKAGE).po $(PACKAGE).pot
101 $(CP) $@.po $@.po.orig
102 $(MV) $@.po $@.po.old
103 $(MSGMERGE) $@.po.old $(PACKAGE).pot -o $@.po
104 $(RM) $@.po
[all...]
H A DMake_cyg.mak94 # tools 0.10.37, which use a slightly different .po file format that is not
111 .SUFFIXES: .po .mo .pot
114 .po.mo:
126 $(MV) $(PACKAGE).po $(PACKAGE).pot
127 $(CP) $@.po $@.po.orig
128 $(MV) $@.po $@.po.old
129 $(MSGMERGE) $@.po.old $(PACKAGE).pot -o $@.po
[all...]
H A Dcleanup.vim1 " Vim script to cleanup a .po file:
/macosx-10.9.5/cups-372.4/cups/locale/
H A Dstrings2po.c4 * Convert Apple .strings file (UTF-16 BE text file) to GNU gettext .po files.
8 * strings2po filename.strings filename.po
16 * main() - Convert .strings file to .po.
18 * write_po() - Write a line to the .po file.
41 static void write_po(FILE *po, const char *what, const char *s);
45 * main() - Convert .strings file to .po.
53 *po; /* .po file */ local
63 puts("Usage: strings2po filename.strings filename.po");
69 * which is what we need for the .po fil
165 write_po(FILE *po, const char *what, const char *s) argument
[all...]
H A Dpo2strings.c4 * Convert a GNU gettext .po file to an Apple .strings file.
16 * po2strings filename.strings filename.po
24 * main() - Convert .po file to .strings.
36 * The GNU gettext .po format is also fairly simple:
57 * main() - Convert .po file to .strings.
65 const char *pofile, /* .po filename */
67 cups_file_t *po, /* .po file */ local
92 puts("Usage: po2strings [-m] filename.po filename.strings");
101 puts("Usage: po2strings [-m] filename.po filenam
[all...]
H A DMakefile76 if test -f cups_$$loc.po; then \
78 $(INSTALL_DATA) cups_$$loc.po $(LOCALEDIR)/$$loc/cups_$$loc.po ; \
116 $(RM) $(LOCALEDIR)/$$loc/cups_$$loc.po ; \
143 for loc in *.po ; do \
144 if test $$loc = '*.po'; then \
158 # checkpo filename.po [... filenameN.po]
168 for file in *.po; do \
177 # po2strings filename.po filenam
[all...]
H A Dcheckpo.c4 * Verify that translations in the .po file have the same number and type of
18 * checkpo filename.po [... filenameN.po]
26 * main() - Validate .po files.
45 * 'main()' - Validate .po files.
53 cups_array_t *po; /* .po file */ local
69 puts("Usage: checkpo filename.po [... filenameN.po]");
74 * Check every .po fil
[all...]
/macosx-10.9.5/dtrace-118.1/DTTk/Bin/
H A Dvmstat.d22 * po page outs Kbytes
65 pi = 0; po = 0; re = 0; sr = 0; mf = 0; fr = 0;
78 "w", "swap", "free", "re", "mf", "pi", "po", "fr", "sr",
87 vminfo:::pgpgout { po += arg0; }
121 po *= `_pagesize / 1024;
131 this->w, this->swap, this->free, re, mf, pi, po, fr, sr,
135 pi = 0; po = 0; re = 0; sr = 0; mf = 0; fr = 0;
H A Dvmstat-p.d66 pi = 0; po = 0; re = 0; sr = 0; mf = 0; fr = 0;
150 pi = 0; po = 0; re = 0; sr = 0; mf = 0; fr = 0;
/macosx-10.9.5/dtrace-118.1/DTTk/Mem/
H A Dvmstat.d22 * po page outs Kbytes
65 pi = 0; po = 0; re = 0; sr = 0; mf = 0; fr = 0;
78 "w", "swap", "free", "re", "mf", "pi", "po", "fr", "sr",
87 vminfo:::pgpgout { po += arg0; }
121 po *= `_pagesize / 1024;
131 this->w, this->swap, this->free, re, mf, pi, po, fr, sr,
135 pi = 0; po = 0; re = 0; sr = 0; mf = 0; fr = 0;
H A Dvmstat-p.d66 pi = 0; po = 0; re = 0; sr = 0; mf = 0; fr = 0;
150 pi = 0; po = 0; re = 0; sr = 0; mf = 0; fr = 0;
/macosx-10.9.5/bash-92/bash-3.2/po/
H A DRules-builtins19 $(MAKE) update-po
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dpolicy.c72 cupsd_location_t *po, /* I - Policy operation to copy */
78 cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdAddPolicyOp(p=%p, po=%p, op=%x(%s))",
79 p, po, op, ippOpString(op));
93 if ((temp = cupsdCopyLocation(po)) != NULL)
114 cupsd_location_t *po; /* Current policy operation */ local
132 if ((po = cupsdFindPolicyOp(p, con->request->request.op.operation_id)) == NULL)
138 con->best = po;
217 *po; /* Current policy operation */ local
235 if ((po = (cupsd_location_t *)cupsArrayFind(p->ops, &key)) != NULL)
239 return (po);
71 cupsdAddPolicyOp(cupsd_policy_t *p, cupsd_location_t *po, ipp_op_t op) argument
[all...]
H A Dpolicy.h48 cupsd_location_t *po,
H A Dconf.c1286 cupsd_location_t *po; /* New policy operation */ local
1331 po = cupsdAddPolicyOp(p, NULL, IPP_CREATE_JOB);
1332 po->order_type = CUPSD_AUTH_ALLOW;
1334 cupsdAddPolicyOp(p, po, IPP_PRINT_JOB);
1335 cupsdAddPolicyOp(p, po, IPP_PRINT_URI);
1336 cupsdAddPolicyOp(p, po, IPP_VALIDATE_JOB);
1351 po = cupsdAddPolicyOp(p, NULL, IPP_SEND_DOCUMENT);
1352 po->order_type = CUPSD_AUTH_ALLOW;
1353 po->level = CUPSD_AUTH_USER;
1355 cupsdAddName(po, "
[all...]
/macosx-10.9.5/Heimdal-323.92.1/po/
H A Dgen-po.in10 outdir=${top_srcdir}/po/${domain}
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/sfio/
H A Dsfpkrd.c117 struct pollfd po; local
118 po.fd = fd;
119 po.events = POLLIN;
120 po.revents = 0;
122 if((r = SFPOLL(&po,1,tm)) < 0)
131 else r = (po.revents&POLLIN) ? 1 : -1;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/
H A Dadd.c135 po = 0; local
177 po = ( BACKSQL_IS_DEL( at->bam_param_order ) ) > 0;
178 rc = backsql_BindParamID( sth, pno + 1 + po,
197 pno + 1 + po,
205 rc = backsql_BindParamStr( sth, pno + 2 - po,
224 pno + 2 - po, row.cols[ i ],
425 po; local
460 po = ( BACKSQL_IS_ADD( at->bam_param_order ) ) > 0;
461 rc = backsql_BindParamID( sth, pno + 1 + po,
480 pno + 1 + po,
584 po; local
783 SQLUSMALLINT pno, po; local
[all...]
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KerberosSupport/
H A Dhesiod.h68 /* $Id: hesiod.h,v 1.4 2005/01/10 19:10:48 snsimon Exp $ */ /* * Copyright (c) 1996 by Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS * SOFTWARE. */ #ifndef HESIOD__INCLUDED #define HESIOD__INCLUDED #include <KerberosSupport/KerberosConditionalMacros.h> #if TARGET_RT_MAC_CFM #include <MacTypes.h> #include <KerberosSupport/netdb.h> #include <KerberosSupport/pwd.h> #endif #if defined(__CFM68K__) && !defined(__USING_STATIC_LIBS__) # pragma import on #endif #ifdef __cplusplus extern "C" { #endif /* Application-visible define to signal that we have the new interfaces. */ #define HESIOD_INTERFACES struct hesiod_postoffice { char *hesiod_po_type; char *hesiod_po_host; char *hesiod_po_name; }; /* Library control functions */ #define HesiodLibIsPresent_ ((Ptr) hesiod_init != (Ptr) kUnresolvedCFragSymbolAddress) OSStatus hesiod_abort_operations(void); /* Hesiod API functions */ int hesiod_init(void **context); void hesiod_end(void *context); char *hesiod_to_bind(void *context, const char *name, const char *type); char **hesiod_resolve(void *context, const char *name, const char *type); void hesiod_free_list(void *context, char **list); struct passwd *hesiod_getpwnam(void *context, const char *name); struct passwd *hesiod_getpwuid(void *context, uid_t uid); void hesiod_free_passwd(void *context, struct passwd *pw); struct servent *hesiod_getservbyname(void *context, const char *name, const char *proto); void hesiod_free_servent(void *context, struct servent *serv); struct hesiod_postoffice *hesiod_getmailhost(void *context, const char *user); void hesiod_free_postoffice(void *context, struct hesiod_postoffice *po); /* Compatibility stuff. */ #define HES_ER_UNINIT -1 /* uninitialized */ #define HES_ER_OK 0 /* (…)
/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dcompmatch.c2647 Cline oo = o, nn = n, po = NULL, pn = NULL, x; local
2664 if (po)
2665 po->next = tn;
2674 if (po && po->prefix && cmp_anchors(x, po, 0)) {
2675 po->flags |= CLF_MISS;
2676 po->max += diff;
2696 if (po && po
[all...]
/macosx-10.9.5/vim-53/
H A DMakefile297 # Make sure ja.sjis.po is newer than ja.po to avoid it being regenerated.
298 # Same for cs.cp1250.po, pl.cp1250.po and sk.cp1250.po.
299 touch dist/$(VIMRTDIR)/src/po/ja.sjis.po
300 touch dist/$(VIMRTDIR)/src/po/cs.cp1250.po
301 touch dist/$(VIMRTDIR)/src/po/p
[all...]
/macosx-10.9.5/ntp-88/libopts/
H A Dautoopts.h77 #define NAMED_OPTS(po) \
78 (((po)->fOptSet & (OPTPROC_SHORTOPT | OPTPROC_LONGOPT)) == 0)
/macosx-10.9.5/ntp-88/sntp/libopts/
H A Dautoopts.h77 #define NAMED_OPTS(po) \
78 (((po)->fOptSet & (OPTPROC_SHORTOPT | OPTPROC_LONGOPT)) == 0)

Completed in 204 milliseconds

12345