Home
last modified time | relevance | path

Searched refs:oli (Results 1 – 25 of 1845) sorted by relevance

12345678910>>...74

/dports/graphics/box/box-0.4.0/libs/g/
H A Dobjlist.c50 free(oli->name); in objlist_destroy()
59 free(oli->name); in objlist_clear()
85 if (oli->name != NULL) { in objlist_find()
86 if (strcmp(oli->name, name) == 0) in objlist_find()
96 ObjListItem *oli; in My_ObjList_Get_OLI() local
100 return oli; in My_ObjList_Get_OLI()
108 return (oli != NULL) ? (void *) oli + sizeof(ObjListItem) : NULL; in objlist_get()
113 return (oli != NULL) ? oli->name : NULL; in objlist_get_name()
117 ObjListItem *oli; in objlist_add() local
139 oli = buff_lastitemptr(& ol->ol, ObjListItem); in objlist_add()
[all …]
/dports/editors/impress/impress-1.1b9/pstoedit_3.21/src/
H A Dordlist.h161 oli.insert(5); in main()
162 oli.insert(7); in main()
163 oli.insert(1); in main()
164 oli.insert(2); in main()
165 oli.insert(9); in main()
166 oli.insert(10); in main()
168 oli.insert(0); in main()
172 oli.dump(); in main()
183 oli.insert(1); in main()
184 oli.dump(); in main()
[all …]
/dports/graphics/pstoedit/pstoedit-3.70/src/
H A Dordlist.h168 oli.insert(5); in main()
169 oli.insert(7); in main()
170 oli.insert(1); in main()
171 oli.insert(2); in main()
172 oli.insert(9); in main()
173 oli.insert(10); in main()
175 oli.insert(0); in main()
179 oli.dump(); in main()
190 oli.insert(1); in main()
191 oli.dump(); in main()
[all …]
/dports/mail/noattach/noattach-1.2/
H A DChangeLog1 2005-01-07 Olafur Osvaldsson <oli@isnic.is>
5 2004-12-03 Olafur Osvaldsson <oli@isnic.is>
12 2004-12-02 Olafur Osvaldsson <oli@isnic.is>
16 2004-11-18 Olafur Osvaldsson <oli@isnic.is>
19 2004-08-19 Olafur Osvaldsson <oli@isnic.is>
26 2003-08-21 Olafur Osvaldsson <oli@isnic.is>
31 2003-07-11 Olafur Osvaldsson <oli@isnic.is>
36 2002-11-12 Olafur Osvaldsson <oli@isnic.is>
44 2002-04-25 Olafur Osvaldsson <oli@isnic.is>
51 2002-04-22 Olafur Osvaldsson <oli@isnic.is>
[all …]
/dports/ftp/ncftp3/ncftp-3.2.6/libncftp/
H A Du_getopt.c27 const char *oli; /* Option letter list index */ in Getopt() local
47 oli = NULL; in Getopt()
49 oli = NULL; in Getopt()
51 oli = strchr(ostr, opt->opt); in Getopt()
53 if (oli == NULL) { in Getopt()
60 if (*++oli != ':') { /* don't need argument */ in Getopt()
/dports/devel/libdwarf/dwarf-20161124/dwarfdump/
H A Ddwgetopt.c81 char *oli; /* option letter list index */ in dwgetopt() local
111 if (dwoptopt == ':' || (oli = strchr(ostr, dwoptopt)) == NULL) { in dwgetopt()
125 if (oli[1] != ':') { in dwgetopt()
133 if (oli[1] && (oli[2] == ':')) { in dwgetopt()
/dports/devel/dwarfdump/dwarf-20161124/dwarfdump/
H A Ddwgetopt.c81 char *oli; /* option letter list index */ in dwgetopt() local
111 if (dwoptopt == ':' || (oli = strchr(ostr, dwoptopt)) == NULL) { in dwgetopt()
125 if (oli[1] != ':') { in dwgetopt()
133 if (oli[1] && (oli[2] == ':')) { in dwgetopt()
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/openlayers/externs/
H A Dreadme.md5 ## oli.js and olx.js
11 …the `@api` annotation directly where they are defined; properties should also be added to `oli.js`:
17 oli.MapBrowserEvent = function() {};
22 oli.MapBrowserEvent.prototype.coordinate;
29 * @implements {oli.MapBrowserEvent}
48 … addition to marking such methods as `@api`, they should also be added to an interface in `oli.js`:
53 oli.control.Control = function() {};
59 oli.control.Control.prototype.setMap = function(map) {};
67 * @implements {oli.control.Control}
/dports/devel/libdwarf/dwarf-20161124/libdwarf/
H A Ddwgetopt.c95 char *oli; /* option letter list index */ in dwgetopt() local
125 if (dwoptopt == ':' || (oli = strchr(ostr, dwoptopt)) == NULL) { in dwgetopt()
139 if (oli[1] != ':') { in dwgetopt()
147 if (oli[1] && (oli[2] == ':')) { in dwgetopt()
/dports/devel/dwarfdump/dwarf-20161124/libdwarf/
H A Ddwgetopt.c95 char *oli; /* option letter list index */ in dwgetopt() local
125 if (dwoptopt == ':' || (oli = strchr(ostr, dwoptopt)) == NULL) { in dwgetopt()
139 if (oli[1] != ':') { in dwgetopt()
147 if (oli[1] && (oli[2] == ':')) { in dwgetopt()
/dports/comms/conserver-com/conserver-8.2.4/autologin/
H A Dmain.c25 register char *oli; /* option letter list index */ in getopt() local
50 ((char *)0 == (oli = strchr(ostr, optopt)) && in getopt()
52 (char *)0 == (oli = strchr(ostr, '#'))))) { in getopt()
57 if ('#' == *oli) { /* accept as -digits */ in getopt()
63 if (*++oli != ':') { /* don't need argument */ in getopt()
/dports/russian/gd/libgd-2.3.1/src/
H A Dgetopt.c56 char *oli; /* option letter list index */ in getopt() local
85 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) { in getopt()
96 if (oli[1] != ':') { in getopt()
106 else if (oli[2] == ':') in getopt()
/dports/ukrainian/gd/libgd-2.3.1/src/
H A Dgetopt.c56 char *oli; /* option letter list index */ in getopt() local
85 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) { in getopt()
96 if (oli[1] != ':') { in getopt()
106 else if (oli[2] == ':') in getopt()
/dports/japanese/gd/libgd-2.3.1/src/
H A Dgetopt.c56 char *oli; /* option letter list index */ in getopt() local
85 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) { in getopt()
96 if (oli[1] != ':') { in getopt()
106 else if (oli[2] == ':') in getopt()
/dports/graphics/gd/libgd-2.3.1/src/
H A Dgetopt.c56 char *oli; /* option letter list index */ in getopt() local
85 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) { in getopt()
96 if (oli[1] != ':') { in getopt()
106 else if (oli[2] == ':') in getopt()
/dports/net/libpcap/libpcap-1.10.1/missing/
H A Dgetopt.c64 char *oli; /* option letter list index */ in getopt() local
93 oli = strchr(ostr, optopt); in getopt()
94 if (!oli) { in getopt()
108 if (*++oli != ':') { /* don't need argument */ in getopt()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/stdlib/
H A Dgetopt.c66 char *oli; /* option letter list index */ in getopt() local
98 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) { in getopt()
109 if (oli[1] != ':') { in getopt()
119 else if (oli[2] == ':') in getopt()
/dports/science/cgnslib/CGNS-4.1.2/src/cgnstools/common/
H A Dgetargs.c34 char *oli; in getargs() local
67 (oli = strchr (ostr, argopt)) == NULL) { in getargs()
77 if (*++oli != ':') { in getargs()
78 if (*place && *oli == ';') { /* optional argument */ in getargs()
/dports/science/cgnslib/CGNS-4.1.2/src/tools/
H A Dgetargs.c34 char *oli; in getargs() local
67 (oli = strchr (ostr, argopt)) == NULL) { in getargs()
77 if (*++oli != ':') { in getargs()
78 if (*place && *oli == ';') { /* optional argument */ in getargs()
/dports/games/wolfpack/empire-4.4.1/src/lib/w32/
H A Dgetopt.c73 char *oli; /* option letter list index */ in getopt() local
105 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) { in getopt()
116 if (oli[1] != ':') { in getopt()
126 else if (oli[2] == ':') in getopt()
/dports/deskutils/genius/genius-1.0.27/src/
H A Dcompil.c239 GSList *oli, *local_idents, *subst_dict; in gel_decompile_node() local
440 oli = NULL; in gel_decompile_node()
444 g_slist_free (oli); in gel_decompile_node()
448 oli = g_slist_append(oli,d_intern(p)); in gel_decompile_node()
453 g_slist_free (oli); in gel_decompile_node()
481 oli = NULL; in gel_decompile_node()
485 g_slist_free(oli); in gel_decompile_node()
491 g_slist_free(oli); in gel_decompile_node()
494 oli = g_slist_append(oli,GINT_TO_POINTER(j)); in gel_decompile_node()
506 g_slist_free(oli); in gel_decompile_node()
[all …]
/dports/devel/bmake/bmake/
H A Dgetopt.c62 char *oli; /* option letter list index */ in getopt() local
100 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) { in getopt()
110 if (oli[1] != ':') { in getopt()
120 else if (oli[2] == ':') in getopt()
/dports/net/kf5-kdav/kdav-5.89.0/po/fi/
H A Dlibkdav.po52 "Pyynnössä oli ongelmia.\n"
75 "Pyynnössä oli ongelmia eikä kokoelmaa poistettu palvelimelta.\n"
100 "Pyynnössä oli ongelmia eikä kokoelmaa muutettu palvelimella.\n"
131 "Pyynnössä oli ongelmia eikä merkintää luotu palvelimeen.\n"
141 "Pyynnössä oli ongelmia eikä merkintää poistettu palvelimelta.\n"
151 "Pyynnössä oli ongelmia eikä merkintää muutettu palvelimella.\n"
157 msgstr "Pyynnössä oli ongelmia."
164 msgstr "Pyynnössä oli ongelmia: pyydettyjä MIME-tyyppejä ei tueta."
/dports/lang/rust/rustc-1.58.1-src/vendor/quine-mc_cluskey/
H A DCargo.toml4 authors = ["Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>"]
7 repository = "https://github.com/oli-obk/quine-mc_cluskey"
8 documentation = "https://oli-obk.github.io/quine-mc_cluskey"
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/utils/
H A Dgetopt_long.c58 char *oli; /* option letter list index */ in getopt_long() local
161 oli = strchr(optstring, optopt); in getopt_long()
162 if (!oli) in getopt_long()
172 if (oli[1] != ':') in getopt_long()

12345678910>>...74