Searched refs:string (Results 501 - 525 of 643) sorted by relevance

<<212223242526

/openjdk9/jdk/src/java.base/unix/native/libjava/
H A DProcessImpl_md.c45 #include <string.h>
407 /* put the fd string as argument to the helper cmd */
414 * have an empty string for termination.
419 * - the home directory string
420 * - the parentPath string
H A DUnixFileSystem_md.c37 #include <string.h>
/openjdk9/jdk/src/java.base/unix/native/libjli/
H A Djava_md_solinux.c33 #include <string.h>
260 * LD_LIBRARY_PATH to the empty string for security purposes. (In contrast,
332 char* new_runpath = NULL; /* desired new LD_LIBRARY_PATH string */
599 * If dmpath is not NULL, remove the data model specific string
/openjdk9/jdk/src/java.base/unix/native/libnet/
H A DInet4AddressImpl.c33 #include <string.h>
99 * String "host" shouldn't *ever* be a %d.%d.%d.%d string
/openjdk9/jdk/src/java.base/windows/native/libjava/
H A Dio_util_md.c38 #include <string.h>
H A Dcanonicalize_md.c32 #include <string.h>
125 /* Tell whether the given string contains any wildcard characters */
154 /* Tell whether the given string contains prohibited combinations of dots.
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DLETypes.h430 #include <string.h>
/openjdk9/jdk/src/java.desktop/share/native/libawt/awt/image/
H A Dawt_ImageRep.c26 #include <string.h>
/openjdk9/jdk/src/jdk.crypto.ec/share/native/libsunec/impl/
H A Decdecode.c52 #include <string.h>
62 * Initializes a SECItem from a hexadecimal string
65 * in the hexadecimal string must be optional.
77 /* skip leading 00's unless the hex string is "00" */
114 /* 2 ['0'+'4'] + MAX_ECKEY_LEN * 2 [x,y] * 2 [hex string] + 1 ['\0'] */
H A Doid.c51 #include <string.h>
H A Decl.c46 #include <string.h>
/openjdk9/jdk/src/jdk.accessibility/windows/native/jabswitch/
H A Djabswitch.cpp27 #include <string.h>
/openjdk9/jdk/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/
H A Dp11_sessmgmt.c52 #include <string.h>
H A Dp11_mutex.c52 #include <string.h>
H A Dp11_crypt.c53 #include <string.h>
/openjdk9/jdk/src/jdk.attach/windows/native/libattach/
H A DVirtualMachineImpl.c27 #include <string.h>
58 /* convert jstring to C string */
619 /* convert jstring to C string */
/openjdk9/jdk/src/java.desktop/unix/native/libawt_xawt/awt/
H A Dmulti_font.c27 * These routines are used for display string with multi font.
35 #include <string.h>
52 * make string with str + string representation of num
53 * This string is used as tag string of Motif Compound String and FontList.
270 * get multi font string width with multiple X11 font
372 JNU_ThrowOutOfMemoryError(env, "Could not get string data");
/openjdk9/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXlibWrapper.java68 * Gets byte string from str_ptr and copies it into byte array
310 static native long InternAtom(long display, String string, int only_if_exists); argument
/openjdk9/jdk/src/java.desktop/unix/native/libjsound/
H A DPLATFORM_API_BsdOS_ALSA_MidiUtils.c31 #include <string.h>
232 // buffer[300] is enough to store the actual device string w/o overrun
H A DPLATFORM_API_LinuxOS_ALSA_MidiUtils.c31 #include <string.h>
232 // buffer[300] is enough to store the actual device string w/o overrun
/openjdk9/jdk/src/java.desktop/windows/native/libawt/java2d/opengl/
H A DWGLGraphicsConfig.c27 #include <string.h>
/openjdk9/jdk/src/java.desktop/unix/native/libsunwjdga/
H A Ddgalock.c41 #include <string.h>
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DContext.java789 * @param string Evaluated code as a String
794 public Object eval(final ScriptObject initialScope, final String string, argument
796 return eval(initialScope, string, callThis, location, false, false);
803 * @param string Evaluated code as a String
811 public Object eval(final ScriptObject initialScope, final String string, argument
814 final Source source = sourceFor(file, string, evalCall);
906 // or a ScriptObject that has "name" and "source" (string valued) properties.
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/compiler/
H A DCompiler.java68 * An instance of this class compiles an XPath string expression into
69 * a Expression object. This class compiles the string into a sequence
157 expr = string(opPos); break;
454 * Compile a 'string(...)' operation.
462 protected Expression string(int opPos) throws TransformerException method in class:Compiler
496 * Compile a literal string value.
1152 * a key for a format string.
1153 * @param args An array of arguments represented in the format string, which
1205 * a key for a format string.
1206 * @param args An array of arguments represented in the format string, whic
[all...]
/openjdk9/jdk/src/jdk.pack/share/native/common-unpack/
H A Dcoding.cpp31 #include <string.h>
976 const char* coding::string() { function in class:coding

Completed in 287 milliseconds

<<212223242526