/external/fsck_msdos/ |
main.c | 58 static void usage(void); 61 usage(void) function 65 "usage: fsck_msdosfs -p [-f] filesystem ...", 91 * is intentionally left out of the usage message. 109 usage(); 117 usage();
|
/external/grub/util/ |
mbchk.c | 38 usage (int status) function 43 printf ("Usage: mbchk [OPTION]... [FILE]...\n" 198 usage (0); 211 usage (1);
|
/external/icu4c/tools/gensprep/ |
filterRFC3454.pl | 61 usage() unless defined $sourceDir; 62 usage() unless defined $destDir; 63 usage() unless defined $srcFileName; 64 usage() unless defined $destFileName; 634 sub usage { subroutine 636 Usage:
|
/external/icu4c/tools/ |
icu-svnprops-check.py | 13 # usage: 18 # -h | --help Print a usage line and exit. 149 def usage(): function 150 print "usage: " + sys.argv[0] + " [-f | --fix] [-h | --help]" 195 usage() 199 usage() 205 usage()
|
/external/iproute2/genl/ |
genl.c | 100 static void usage(void) __attribute__((noreturn)); 102 static void usage(void) function 104 fprintf(stderr, "Usage: genl [ OPTIONS ] OBJECT | help }\n" 126 usage(); 148 usage();
|
/external/iproute2/ip/ |
ipmonitor.c | 27 static void usage(void) __attribute__((noreturn)); 30 static void usage(void) function 32 fprintf(stderr, "Usage: ip monitor [ all | LISTofOBJECTS ]\n"); 150 usage();
|
link_veth.c | 20 static void usage(void) function 22 printf("Usage: ip link <options> type veth " 36 usage();
|
/external/ipsec-tools/src/racoon/ |
main.c | 99 static void usage __P((void)); 106 usage() function 108 printf("usage: racoon [-BdFv%s] %s[-f (file)] [-l (file)] [-p (port)]\n", 385 usage(); 393 usage();
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
filecap.c | 37 static void usage(void) function 40 "usage: filecap [-a | -d | /dir | /dir/file [cap1 cap2 ...] ]\n"); 100 usage(); 135 usage(); 146 usage();
|
/external/libmtp/examples/ |
connect.c | 35 void usage(void); 67 usage(void) function 69 printf("Usage: connect <command1> <command2>\n"); 106 usage ();
|
newplaylist.c | 30 static void usage(void) { function 31 printf("Usage: newplaylist -i <fileid/trackid> -n <playlistname>\n"); 51 usage(); 65 usage(); 73 usage(); 78 usage();
|
thumb.c | 37 static void usage(void) { function 38 printf("Usage: thumb -i <fileid/trackid> <imagefile>\n"); 61 usage(); 66 usage(); 74 usage();
|
/external/linux-tools-perf/scripts/python/ |
sctop.py | 20 usage = "perf script -s sctop.py [comm] [interval]\n"; variable 27 sys.exit(usage)
|
syscall-counts-by-pid.py | 17 usage = "perf script -s syscall-counts-by-pid.py [comm]\n"; variable 23 sys.exit(usage)
|
/external/linux-tools-perf/util/ |
usage.c | 17 fprintf(stderr, "\n Usage: %s\n", err); 49 void usage(const char *err) function
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_state_vdecl.c | 96 unsigned usage, index; local 103 svga_generate_vdecl_semantics( i, &usage, &index ); 109 decl.identity.usage = usage;
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/tools/ |
dxbc2tgsi.cpp | 34 void usage() function 41 std::cerr << "Usage: dxbc2tgsi FILE\n"; 49 usage();
|
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_eglimage.c | 81 unsigned usage; local 83 usage = PIPE_BIND_RENDER_TARGET; 84 ps = st_manager_get_egl_image_surface(st, (void *) image_handle, usage); 151 unsigned usage; local 153 usage = PIPE_BIND_SAMPLER_VIEW; 154 ps = st_manager_get_egl_image_surface(st, (void *) image_handle, usage);
|
/external/openssl/crypto/rc4/ |
rc4.c | 65 char *usage[]={ variable 66 "usage: rc4 args\n", 116 for (pp=usage; (*pp != NULL); pp++)
|
/external/ppp/pppd/plugins/rp-pppoe/ |
pppoe-discovery.c | 21 void usage(void); 67 usage(); 70 usage(); 120 void usage(void) function 122 fprintf(stderr, "Usage: pppoe-discovery [options]\n");
|
/external/sepolicy/tools/ |
checkfc.c | 20 static void usage(char *name) { function 21 fprintf(stderr, "usage: %s [OPTIONS] sepolicy context_file\n\n", name); 52 usage(argv[0]); 60 usage(argv[0]);
|
/external/skia/src/gpu/gl/ |
GrGLBufferImpl.cpp | 118 GrGLenum usage = fDesc.fDynamic ? DYNAMIC_USAGE_PARAM : GR_GL_STATIC_DRAW; local 122 GL_CALL(gpu, BufferData(fBufferType, (GrGLsizeiptr) srcSizeInBytes, src, usage)); 130 GL_CALL(gpu, BufferData(fBufferType, (GrGLsizeiptr) fDesc.fSizeInBytes, NULL, usage)); 150 GL_CALL(gpu, BufferData(fBufferType, srcSizeInBytes + 1, NULL, usage)); 153 GL_CALL(gpu, BufferData(fBufferType, srcSizeInBytes, src, usage));
|
/external/smack/src/org/xbill/DNS/tests/ |
primary.java | 11 usage() { method in class:primary 12 System.out.println("usage: primary [-t] [-a | -i] origin file"); 24 usage(); method
|
/external/srec/tools/make_g2g/ |
make_g2g.c | 40 static void usage(LCHAR* exename) function 42 LFPRINTF(stdout,"usage: %s -base <base grammar filename> [-out <output file>] \n",exename); 99 usage(argv[0]);
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
dbus-listen-preq.py | 14 def usage(): function 15 print "Usage: %s <ifname>" % sys.argv[0] 44 usage()
|