Searched refs:last (Results 1 - 25 of 998) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/cvs/emx/
H A Dstripslash.c22 int last; local
24 last = strlen (path) - 1;
25 while (last > 0 && (path[last] == '/' || path[last] == '\\'))
26 path[last--] = '\0';
/openbsd-current/gnu/usr.bin/cvs/os2/
H A Dstripslash.c22 int last; local
24 last = strlen (path) - 1;
25 while (last > 0 && (path[last] == '/' || path[last] == '\\'))
26 path[last--] = '\0';
/openbsd-current/gnu/usr.bin/cvs/windows-NT/
H A Dstripslash.c22 int last; local
24 last = strlen (path) - 1;
25 while (last > 0 && (path[last] == '/' || path[last] == '\\'))
26 path[last--] = '\0';
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20030721-1.c22 int last= 0; local
24 while (last<3) {
25 last = first;
27 while (first<=last) {
31 last++;
33 if (last>10)
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dstripslash.c35 int last; local
37 last = strlen (path) - 1;
38 while (last > 0 && path[last] == '/')
39 path[last--] = '\0';
/openbsd-current/usr.bin/make/lst.lib/
H A DlstConcat.c64 LstNode last; /* the last element in the list. Keeps local
70 * corresponding element in l2. The 'last' node follows the
71 * last of the new nodes along until the entire l2 has been
73 * changes. During the first iteration of the loop, if 'last'
76 for (last = l1->lastPtr, ln = l2->firstPtr; ln != NULL;
80 if (last != NULL)
81 last->nextPtr = nln;
84 nln->prevPtr = last;
85 last
[all...]
/openbsd-current/usr.bin/last/
H A DMakefile3 PROG= last
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dloopctl.t18 # Loops of type (b) don't allow for next/last/redo style
26 # All these tests rely on "last LABEL"
52 last TEST1;
57 last TEST1;
61 last TEST1;
77 last TEST2;
82 last TEST2;
103 last TEST3;
108 last TEST3;
126 last TEST
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dtrunctfdf.c5 double *copy(long double *first, long double *last, double *result) argument
8 for (n = last - first; n > 0; --n) {
/openbsd-current/usr.bin/vmstat/
H A Ddkstats.c85 struct _disk cur, last; variable in typeref:struct:
105 cur.fld -= last.fld; \
106 last.fld = tmp
109 * Take the delta between the present values and the last recorded
110 * values, storing the present values in the 'last' structure, and
134 timersub(&tmp_timer, &last.dk_time[i], &cur.dk_time[i]);
135 last.dk_time[i] = tmp_timer;
141 cur.cp_time[i] -= last.cp_time[i];
142 last.cp_time[i] = ltmp;
165 last
[all...]
/openbsd-current/lib/libc/string/
H A Dstrtok.c35 static char *last; local
37 return strtok_r(s, delim, &last);
42 strtok_r(char *s, const char *delim, char **last) argument
48 if (s == NULL && (s = *last) == NULL)
62 *last = NULL;
80 *last = s;
H A Dwcstok.c49 wchar_t ** __restrict last)
55 if (s == NULL && (s = *last) == NULL)
69 *last = NULL;
87 *last = s;
48 wcstok(wchar_t * __restrict s, const wchar_t * __restrict delim, wchar_t ** __restrict last) argument
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Daverage.c38 int first = 0, last = 0; local
39 last = num-1;
42 print_average (my_list, first, last);
43 print_average (my_list, first, last - 3);
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.compat/
H A Daverage.c38 int first = 0, last = 0; local
39 last = num-1;
42 print_average (my_list, first, last);
43 print_average (my_list, first, last - 3);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtemplate44.C34 void (*fixup)( List<T> *, int first, int last),
35 List< T >* theList, int first, int last) {
36 if (last < 0)
37 last = theList->length()-1;
39 qsort(theList->array+first, last-first+1, sizeof(T),
42 fixup(theList, first, last);
46 void AlgoSort(List< T >* theList, int first = 0, int last = -1) {
48 void (*fixup)( List<T> *, int first, int last) = AlgoFixupSort;
50 AlgoSort(compare, fixup, theList, first, last);
33 AlgoSort(int (*compare)(const T *, const T *), void (*fixup)( List<T> *, int first, int last), List< T >* theList, int first, int last) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20010116-1.c12 void find (Data *first, Data *last) argument
15 for (i = (last - first) >> 2; i > 0; --i)
/openbsd-current/gnu/usr.bin/perl/t/cmd/
H A Dswitch.t30 last if $_ == 1;
31 last if $_ == 2;
32 last if $_ == 3;
33 last if $_ == 4;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/
H A D980310-4.f20 * neval,ier,alist,blist,rlist,elist,iord,last)
130 c result, abserr, neval, last, rlist(1) ,
137 c last elements of which are the left
143 c last elements of which are the right
149 c last elements of which are the
154 c last elements of which are the moduli of the
163 c with k = last if last.le.(limit/2+2), and
164 c k = limit+1-last otherwise
166 c last
179 integer ier,iord,iroff1,iroff2,k,last local in subroutine:dqage
[all...]
/openbsd-current/usr.sbin/nsd/
H A Ddifffile.h137 void task_new_soainfo(udb_base* udb, udb_ptr* last, struct zone* z, enum soainfo_hint hint);
138 void task_new_expire(udb_base* udb, udb_ptr* last,
140 void task_new_check_zonefiles(udb_base* udb, udb_ptr* last,
142 void task_new_write_zonefiles(udb_base* udb, udb_ptr* last,
144 void task_new_set_verbosity(udb_base* udb, udb_ptr* last, int v);
145 void task_new_add_zone(udb_base* udb, udb_ptr* last, const char* zone,
147 void task_new_del_zone(udb_base* udb, udb_ptr* last, const dname_type* dname);
148 void task_new_add_key(udb_base* udb, udb_ptr* last, struct key_options* key);
149 void task_new_del_key(udb_base* udb, udb_ptr* last, const char* name);
150 void task_new_add_pattern(udb_base* udb, udb_ptr* last,
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dgenmddeps.c33 static struct filedep *deps, **last = &deps; variable in typeref:struct:
40 *last = n;
41 last = &n->next;
55 *last = NULL;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A D15799.C23 enum { first, last}; enumerator in enum:__anon6617
/openbsd-current/regress/usr.bin/tsort/
H A Dtsort-check19 last if m/^tsort: cycle in data/;
20 last unless m/^tsort:\s+/;
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dinterval_tree.h11 unsigned long last; member in struct:interval_tree_node
/openbsd-current/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DSwift.h19 last = unknown enumerator in enum:llvm::binaryformat::Swift5ReflectionSectionKind
/openbsd-current/gnu/gcc/libgomp/config/linux/
H A Dbar.c38 gomp_barrier_wait_end (gomp_barrier_t *bar, bool last) argument
40 if (last)

Completed in 161 milliseconds

1234567891011>>