Searched defs:usage (Results 226 - 250 of 346) sorted by relevance

1234567891011>>

/external/iproute2/misc/
H A Dnstat.c435 static void usage(void) __attribute__((noreturn));
437 static void usage(void) function
488 usage();
H A Drtacct.c426 static void usage(void) __attribute__((noreturn));
428 static void usage(void) function
483 usage();
H A Darpd.c94 void usage(void) function
602 usage();
635 usage();
H A Difstat.c550 static void usage(void) __attribute__((noreturn));
552 static void usage(void) function
638 usage();
/external/jpeg/
H A Dwrjpgcom.c351 usage (void) function
441 if (++argn >= argc) usage();
447 if (++argn >= argc) usage();
471 usage();
476 usage();
481 usage();
510 usage();
520 usage();
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dnetcap.c42 static void usage(void) function
44 fprintf(stderr, "usage: netcap\n");
423 usage();
/external/openssl/crypto/x509v3/
H A Dv3_purp.c361 ASN1_BIT_STRING *usage; local
403 /* Handle key usage */
404 if((usage=X509_get_ext_d2i(x, NID_key_usage, NULL, NULL))) {
405 if(usage->length > 0) {
406 x->ex_kusage = usage->data[0];
407 if(usage->length > 1)
408 x->ex_kusage |= usage->data[1] << 8;
411 ASN1_BIT_STRING_free(usage);
501 #define ku_reject(x, usage) \
502 (((x)->ex_flags & EXFLAG_KUSAGE) && !((x)->ex_kusage & (usage)))
[all...]
/external/oprofile/opcontrol/
H A Dopcontrol.cpp293 void usage() function
295 printf("\nopcontrol: usage:\n"
691 usage();
720 usage();
/external/qemu/distrib/jpeg-6b/
H A Dwrjpgcom.c351 usage (void) function
441 if (++argn >= argc) usage();
447 if (++argn >= argc) usage();
471 usage();
476 usage();
481 usage();
510 usage();
520 usage();
/external/qemu/distrib/sdl-1.2.15/src/joystick/bsd/
H A DSDL_sysjoystick.c195 /* Read the default USB HID usage table. */
211 usage_to_joyaxe(unsigned usage) argument
214 switch (usage) {
348 switch (HID_PAGE(hitem.usage)) {
350 switch (HID_USAGE(hitem.usage)) {
353 s = hid_usage_in_page(hitem.usage);
362 switch (HID_PAGE(hitem.usage)) {
364 unsigned usage = HID_USAGE(hitem.usage); local
365 int joyaxe = usage_to_joyaxe(usage);
481 unsigned usage = HID_USAGE(hitem.usage); local
[all...]
/external/srec/tools/test_g2g/
H A Dtest_g2g.c61 int usage(LCHAR* exename) function
63 pfprintf(PSTDOUT,"usage: %s -base <basefilename> \n",exename);
116 usage(argv[0]);
/external/wpa_supplicant_6/wpa_supplicant/src/hlr_auc_gw/
H A Dhlr_auc_gw.c643 static void usage(void) function
649 "usage:\n"
654 " -h = show this usage help\n"
680 usage();
689 usage();
/external/yaffs2/yaffs2/utils/
H A Dmkyaffs2image.c529 static void usage(void) function
532 fprintf(stderr,"usage: mkyaffs2image [-f] [-c <size>] [-s <size>] dir image_file [file_contexts mountpoint] [convert]\n");
564 usage();
570 usage();
575 usage();
596 usage();
600 usage();
609 usage();
/external/blktrace/btreplay/
H A Dbtrecord.c212 * usage - Display usage string and version
214 static void usage(void) function
420 usage();
461 usage();
/external/checkpolicy/
H A Dcheckpolicy.c104 void usage(char *progname) function
107 ("usage: %s [-b] [-d] [-U handle_unknown (allow,deny,reject)] [-M]"
450 usage(argv[0]);
460 usage(argv[0]);
469 usage(argv[0]);
478 usage(argv[0]);
491 usage(argv[0]);
/external/checkpolicy/test/
H A Ddismod.c68 void usage(char *progname) function
70 printf("usage: %s binary_pol_file\n\n", progname);
843 usage(argv[0]);
/external/chromium/chrome/browser/importer/
H A Dfirefox3_importer.cc567 history::ImportedFaviconUsage usage; local
569 usage.favicon_url = GURL(s.ColumnString(0));
570 if (!usage.favicon_url.is_valid())
578 if (!ReencodeFavicon(&data[0], data.size(), &usage.png_data))
581 usage.urls = i->second;
582 favicons->push_back(usage);
/external/dbus/tools/
H A Ddbus-launch.c141 usage (int ecode) function
781 usage (0);
/external/e2fsprogs/misc/
H A Ddumpe2fs.c51 static void usage(void) function
539 usage();
543 usage();
/external/expat/xmlwf/
H A Dxmlwf.c634 usage(const XML_Char *prog, int rc) function
637 T("usage: %s [-n] [-p] [-r] [-s] [-w] [-x] [-d output-dir] "
713 usage(argv[0], 2);
724 usage(argv[0], 2);
733 usage(argv[0], 0);
746 usage(argv[0], 2);
/external/iproute2/ip/
H A Dipaddress.c57 static void usage(void) __attribute__((noreturn));
59 static void usage(void) function
787 usage();
1089 usage();
1196 usage();
H A Dxfrm_state.c57 static void usage(void) __attribute__((noreturn));
59 static void usage(void) function
1184 usage();
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DVertexBuffer.java122 * If used with software skinning, the usage should be
131 * If used with software skinning, the usage should be
139 * If used with software skinning, the usage should be
147 * If used with software skinning, the usage should be
191 * If used with software skinning, the usage should be
199 * The usage of the VertexBuffer, specifies how often the buffer
311 protected Usage usage; field in class:VertexBuffer
434 * @return The usage of this buffer. See {@link Usage} for more
438 return usage;
442 * @param usage Th
445 setUsage(Usage usage) argument
516 setupData(Usage usage, int components, Format format, Buffer data) argument
[all...]
/external/kernel-headers/original/linux/
H A Dkey.h120 atomic_t usage; /* number of references */ member in struct:key
276 atomic_inc(&key->usage);
/external/libvpx/vp8/
H A Dvp8_cx_iface.c47 int usage; member in struct:extraconfig_map
518 * usage value. If the current usage value isn't found, use the
519 * values for usage case 0.
522 extracfg_map[i].usage && extracfg_map[i].usage != cfg->g_usage;

Completed in 595 milliseconds

1234567891011>>