Searched refs:name (Results 1 - 25 of 3725) sorted by path

1234567891011>>

/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php19 // name of the page
82 ."-name '" . addslashes(PAGE_TITLE) . "' "
102 // name of session and pid files in /tmp
106 // name of session variable holding the qemu slot; not yet used correctly
337 echo "<select name=\"keymap\">";
343 //echo "<option name=\"keymap\" ";
359 echo "<select name=\"videomode\" ";
380 echo "<select name=\"cpucount\" ";
401 echo "<input type=\"checkbox\" name=\"sound\" id=\"sound_cb\" ";
418 echo "<input type=\"checkbox\" name
[all...]
/haiku/3rdparty/proj2make/
H A Dproj2make.cpp100 char* name = new char[5]; local
101 gProjFile.read(name, 4);
105 name[4] = '\0';
109 if (strcmp(name, "MIDE") != 0 || gProjLength > projFileLength)
136 char* name = (char*)(child + 1); local
137 int len = strlen(name) + 1;
141 printf("\t%c%c%c%c:%d:%s\n", c[3], c[2], c[1], c[0], child->Size(), name);
143 if (strncmp(name, "ProjectPrefsx86", len - 1) == 0) {
148 type += 64; // skip the mime type name
/haiku/build/scripts/
H A Dgenerate_CountryFlags.sh12 name=`echo "${file%%.*}" | cut -b 4-`
14 echo "// Flag data for $name" >> $destination
20 echo \ $nr, $name, $id... OK
/haiku/docs/apps/mail/Mass Mailing Tips/
H A DMailToTemplate11 Name=$(catattr META:name "$PeopleFile" | sed s/\ \:\ /%/g | cut -f3 -d\%)
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex225 such as type, id and name.
421 Such an entry (resource info) specifies the ID and name of a
441 ResourceInfo ::= id index name_size name
491 Specifies the size of the resource name. May be 0 -- then the resource does
492 not have a name and \code{ri\_name} has a size of 0.
495 Specifies the name of the resource. The name must be null terminated.
497 terminating null). If it is 0, the resource does not have a name and
502 resource does not have a name.
/haiku/headers/build/
H A DHaikuBuildCompatibility.h181 char name[128]; member in struct:__anon1
/haiku/headers/build/host/darwin/sys/
H A Dstat.h36 int mknodat(int fd, const char *name, mode_t mode, dev_t dev);
/haiku/headers/build/os/app/
H A DLooper.h18 BLooper(const char* name = NULL,
H A DMessage.h62 status_t GetInfo(const char *name, type_code *typeFound,
64 status_t GetInfo(const char *name, type_code *typeFound,
94 status_t AddSpecifier(const char *property, const char *name);
105 status_t AddRect(const char *name, BRect aRect);
106 status_t AddPoint(const char *name, BPoint aPoint);
107 status_t AddString(const char *name, const char *aString);
108 status_t AddString(const char *name, const BString &aString);
109 status_t AddStrings(const char *name, const BStringList &list);
110 status_t AddInt8(const char *name, int8 value);
111 status_t AddUInt8(const char *name, uint
[all...]
/haiku/headers/build/os/support/
H A DLocker.h15 BLocker(const char* name);
17 BLocker(const char* name, bool benaphoreStyle);
33 BLocker(const char* name, bool benaphoreStyle,
37 void InitLocker(const char* name,
/haiku/headers/build/private/storage/
H A DMergedDirectory.h62 bool _IsBestEntry(const char* name);
/haiku/headers/compatibility/bsd/
H A Dlibutil.h20 * 3. The name of the author may not be used to endorse or promote
57 char *name; member in struct:_property
96 char *property_find(properties list, const char *name);
97 char *auth_getval(const char *name);
103 int kld_isloaded(const char *name);
104 int kld_load(const char *name);
H A Dpty.h19 extern int openpty(int* master, int* slave, char* name,
22 extern pid_t forkpty(int* master, char* name,
/haiku/headers/compatibility/bsd/sys/
H A Dqueue.h13 * 4. Neither the name of the University nor the names of its contributors
144 #define SLIST_HEAD(name, type) \
145 struct name { \
216 #define STAILQ_HEAD(name, type) \
217 struct name { \
311 #define LIST_HEAD(name, type) \
312 struct name { \
413 #define TAILQ_HEAD(name, type) \
414 struct name { \
/haiku/headers/cpp/
H A DPlotFile.h59 PlotFile(const char *name, int mode=ios::out, int prot=0664) argument
60 : ofstream(name, mode, prot) { }
65 // const char* name() { return File::name(); }
H A DSFile.h43 SFile(const char *name, int size, int mode, int prot=0664);
44 void open(const char *name, int size, int mode, int prot=0664);
H A Dfstream.h42 fstreambase(const char *name, int mode, int prot=0664);
49 void open(const char *name, int mode, int prot=0664);
64 ifstream(const char *name, int mode=ios::in, int prot=0664) argument
65 : fstreambase(name, mode | ios::in, prot) { }
66 void open(const char *name, int mode=ios::in, int prot=0664) argument
67 { fstreambase::open(name, mode | ios::in, prot); }
75 ofstream(const char *name, int mode=ios::out, int prot=0664) argument
76 : fstreambase(name, mode | ios::out, prot) { }
77 void open(const char *name, int mode=ios::out, int prot=0664) argument
78 { fstreambase::open(name, mod
85 fstream(const char *name, int mode, int prot=0664) argument
88 open(const char *name, int mode, int prot=0664) argument
[all...]
H A Dpfstream.h44 ipfstream(const char *name, int mode=ios::in, int prot=0664);
55 opfstream(const char *name, int mode=ios::out, int prot=0664);
/haiku/headers/cpp/std/
H A Dgslice_array.h133 #define _DEFINE_VALARRAY_OPERATOR(op, name) \
138 _Array_augmented_##name (_M_array, _Array<size_t>(_M_index), \
146 _Array_augmented_##name (_M_array, _Array<size_t>(_M_index), __e, \
H A Dindirect_array.h123 #define _DEFINE_VALARRAY_OPERATOR(op, name) \
128 _Array_augmented_##name (_M_array, _M_index, _Array<_Tp> (__v), _M_sz); \
135 _Array_augmented_##name (_M_array, _M_index, __e, _M_sz); \
H A Dmask_array.h119 #define _DEFINE_VALARRAY_OPERATOR(op, name) \
124 _Array_augmented_##name (_M_array, _M_mask, \
132 _Array_augmented_##name (_M_array, _M_mask, __e, __e.size ()); \
H A Dslice_array.h121 #define _DEFINE_VALARRAY_OPERATOR(op, name) \
126 _Array_augmented_##name (_M_array, _M_sz, _M_stride, _Array<_T> (__v));\
133 _Array_augmented_##name (_M_array, _M_stride, __e, _M_sz); \
/haiku/headers/libs/glut/GL/
H A Dglut.h29 to avoid name space pollution, but Win32's <GL/gl.h>
670 GLUTAPI int GLUTAPIENTRY glutExtensionSupported(const char *name);
/haiku/headers/libs/iconv/
H A Diconv.h167 /* Canonicalize an encoding name.
168 The result is either a canonical encoding name, or name itself. */
169 extern const char * iconv_canonicalize(const char * name);
/haiku/headers/libs/print/libprint/
H A DDbgMsg.h20 void DUMP_BFILE(BFile *file, const char *name);
26 #define DUMP_BFILE(file, name) (void)0

Completed in 206 milliseconds

1234567891011>>