Home
last modified time | relevance | path

Searched refs:terminated (Results 1 – 25 of 112) sorted by relevance

12345

/dragonfly/lib/libthread_xu/thread/
HDthr_create.c96 new_thread->terminated = 1; in _pthread_create()
179 new_thread->terminated = 1; in _pthread_create()
HDthr_exit.c162 extexit(EXTEXIT_SETINT|EXTEXIT_LWP, 1, &curthread->terminated); in exit_thread()
HDthr_list.c115 if (td->terminated == 0) { in _thr_gc()
HDthr_private.h333 long terminated; member
/dragonfly/crypto/openssh/
HDsftp.c1197 u_int *terminated) in makeargv() argument
1211 if (terminated != NULL) in makeargv()
1212 *terminated = 1; in makeargv()
1302 if (terminated != NULL) in makeargv()
1303 *terminated = 0; in makeargv()
1905 int terminated) in complete_cmd_parse() argument
1960 if (!terminated) in complete_cmd_parse()
2002 char *file, int remote, int lastarg, char quote, int terminated) in complete_match() argument
2110 if (!terminated && quote != '\0') in complete_match()
2132 u_int cursor, len, terminated, ret = CC_ERROR; in complete() local
[all …]
/dragonfly/contrib/file/magic/Magdir/
HDvirtual236 # Note that this isn't a null-terminated string; the length is actually
237 # (16.L). Assuming a null-terminated string happens to work usually, but it
258 # Note that this isn't a null-terminated string; the length is actually
259 # (16.L). Assuming a null-terminated string happens to work usually, but it
273 # Note that this isn't a null-terminated string; the length is actually
274 # (16.L). Assuming a null-terminated string happens to work usually, but it
HDgcc8 # The version field is annoying. It's 3 characters, not zero-terminated.
HDmaple31 # null terminated library name like: C:\Maple12/Cliffordlib\maple.lib ../Maplets/Tutors.lib
35 # null terminated strings like: Exterior Clifford FunctionArithmetics
HDarchive108 # mode mainly stored as an octal number in ASCII null or space terminated
110 # user id mainly as octal numbers in ASCII null or space terminated
112 # group id mainly as octal numbers in ASCII null or space terminated
131 # seconds since 0:0:0 1 jan 1970 UTC as octal number mainly in ASCII null or space terminated
133 # header checksum stored as an octal number in ASCII null or space terminated
139 # owner user name null terminated
141 # group name null terminated
268 # NL terminated version; for most Debian cases this is 2.0 or 2.1 for split
292 # NL terminated ASCII package name like ckermit
294 # NL terminated package version like 302-5.3
[all …]
HDacorn90 # null terminated root directory object like IDEFS::IDE-4.$.Apps.GRAPHICS.!XFMPdemo
HDtex12 # zero terminated. [but we do anyway, christos]
HDpalm62 # there's no guarantee that the title string is null-terminated, but
HDvorbis91 # zero-terminated one, so file(1) can't read it in a generic way.
HDluks106 # JSON text data terminated by the zero character; unused remainder empty and filled with zeroes li…
/dragonfly/games/hunt/
HDREADME.protocol97 text message are terminated with the \n (LF) character.
101 S: {char[]: lines of text, each terminated with <LF>}
113 All fixed sized octet strings are ASCII encoded, NUL terminated.
134 nul-terminated.)
/dragonfly/share/examples/kld/firmware/
HDREADME15 checks if the data is '\0'-terminated and prints it to the console.
/dragonfly/contrib/ee/
HDChanges7 - changed how strings are terminated from the old usage of NULL to the current
/dragonfly/contrib/binutils-2.27/gas/doc/
HDc-xc16x.texi39 The string is terminated with a null byte.
/dragonfly/lib/libc/db/hash/
HDREADME69 terminated (both the keys and the data).
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
Dregex775 * @param p A pointer to the start of a C-style null-terminated string
877 * a C-style null-terminated string.
879 * @param A pointer to the start of a null-terminated C-style string
913 * C-style null-terminated string containing a regular expression
916 * @param p A pointer to a C-style null-terminated string containing
1191 /** @brief Standard regex submatch over a C-style null-terminated string. */
1196 /** @brief Regex submatch over a C-style null-terminated wide string. */
2163 * and a C-style null-terminated string.
2165 * @param s The C-style null-terminated string to match.
2211 * and a C-style null-terminated string.
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
Dregex778 * @param p A pointer to the start of a C-style null-terminated string
880 * a C-style null-terminated string.
882 * @param A pointer to the start of a null-terminated C-style string
916 * C-style null-terminated string containing a regular expression
919 * @param p A pointer to a C-style null-terminated string containing
1194 /** @brief Standard regex submatch over a C-style null-terminated string. */
1199 /** @brief Regex submatch over a C-style null-terminated wide string. */
2166 * and a C-style null-terminated string.
2168 * @param s The C-style null-terminated string to match.
2214 * and a C-style null-terminated string.
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
Dfstream451 * @param __s Null terminated string specifying the filename.
619 * @param __s Null terminated string specifying the filename.
794 * @param __s Null terminated string specifying the filename.
812 * @param __s Null terminated string specifying the filename.
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
Dfstream507 * @param __s Null terminated string specifying the filename.
732 * @param __s Null terminated string specifying the filename.
960 * @param __s Null terminated string specifying the filename.
975 * @param __s Null terminated string specifying the filename.
/dragonfly/sbin/init/
HDNOTES34 inherits children whose parents have terminated without
/dragonfly/bin/sh/
HDnodetypes45 # string - a pointer to a nul terminated string

12345