Searched refs:search (Results 1 - 25 of 161) sorted by relevance

1234567

/freebsd-10-stable/contrib/byacc/
H A Dvmsbuild.com88 $ if f$search("SYS$SYSTEM:VAXC.EXE").nes.""
92 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").nes.""
122 $ if f$search("SYS$SYSTEM:MMS.EXE").eqs.""
154 $ if f$search("BYACC.com") .nes. "" then delete BYACC.com;*
155 $ if f$search("*.exe") .nes. "" then delete *.exe;*
159 $ if f$search("*.obj") .nes. "" then delete *.obj;*
160 $ if f$search("*.bak") .nes. "" then delete *.bak;*
161 $ if f$search("*.lis") .nes. "" then delete *.lis;*
162 $ if f$search("*.log") .nes. "" then delete *.log;*
163 $ if f$search("*
[all...]
/freebsd-10-stable/gnu/usr.bin/groff/src/libs/libbib/
H A DMakefile5 SRCS= common.cpp index.cpp linear.cpp search.cpp map.c
/freebsd-10-stable/usr.sbin/bluetooth/sdpcontrol/
H A DMakefile6 SRCS= sdpcontrol.c search.c
/freebsd-10-stable/crypto/heimdal/lib/wind/
H A Drfc3454.py50 m = re.search('^ *----- End Table ([A-Z0-9\.]+) ----- *$', l)
56 if re.search('^ *----- Start Table ([A-Z0-9\.]+) ----- *$', l):
H A Dgen-punycode-examples.py68 m = re.search('^ *\([A-Z]\) *(.*)$', l);
73 m = re.search('^ *([uU]+.*) *$', l)
77 m = re.search('^ *Punycode: (.*) *$', l)
H A Dgen-bidi.py83 m = re.search('^ *([0-9A-F]+)-([0-9A-F]+) *$', l)
90 m = re.search('^ *([0-9A-F]+) *$', l)
H A Dgen-errorlist.py90 m = re.search('^ *([0-9A-F]+)-([0-9A-F]+); *(.*) *$', l)
97 m = re.search('^ *([0-9A-F]+); *(.*) *$', l)
/freebsd-10-stable/contrib/wpa/src/ap/
H A Dpeerkey_auth.c41 struct wpa_stsl_search *search = ctx; local
42 if (os_memcmp(search->addr, sm->addr, ETH_ALEN) == 0) {
43 search->sm = sm;
85 struct wpa_stsl_search search; local
104 search.addr = kde.mac_addr;
105 search.sm = NULL;
106 if (wpa_auth_for_each_sta(wpa_auth, wpa_stsl_select_sta, &search) ==
107 0 || search.sm == NULL) {
133 wpa_auth_logger(wpa_auth, search.sm->addr, LOGGER_DEBUG,
136 __wpa_send_eapol(wpa_auth, search
259 struct wpa_stsl_search search; local
330 struct wpa_stsl_search search; local
[all...]
/freebsd-10-stable/usr.bin/what/
H A Dwhat.c51 static bool search(bool, bool, FILE *);
81 if (search(sflag, qflag, stdin))
94 if (search(sflag, qflag, in))
110 search(bool one, bool quiet, FILE *in) function
/freebsd-10-stable/contrib/binutils/opcodes/
H A Dcgen-opc.c147 /* Initialize a keyword table search.
148 SPEC is a specification of what to search for.
152 The result is an opaque data item used to record the search status.
158 CGEN_KEYWORD_SEARCH search; local
167 search.table = kt;
168 search.spec = spec;
169 search.current_hash = 0;
170 search.current_entry = NULL;
171 return search;
178 cgen_keyword_search_next (CGEN_KEYWORD_SEARCH *search) argument
[all...]
/freebsd-10-stable/lib/libc/stdlib/
H A Dremque.c13 #include <search.h>
H A Dtfind.c4 * Tree search generalized from Knuth (6.2.2) Algorithm T just like
24 #include <search.h>
H A Dtsearch.c4 * Tree search generalized from Knuth (6.2.2) Algorithm T just like
23 #include <search.h>
26 /* find or insert datum into search tree */
H A Dinsque.c13 #include <search.h>
H A Dtwalk.c4 * Tree search generalized from Knuth (6.2.2) Algorithm T just like
23 #include <search.h>
/freebsd-10-stable/contrib/mtree/
H A Dgetid.c219 grscan(int search, gid_t gid, const char *name) argument
226 if (!search)
241 if (grmatchline(search, gid, name))
248 grmatchline(int search, gid_t gid, const char *name) argument
254 /* name may be NULL if search is nonzero */
259 if (search && name && strcmp(_gr_group.gr_name, name))
268 if (search && name == NULL && _gr_group.gr_gid != gid)
367 pwscan(int search, uid_t uid, const char *name) argument
374 if (!search)
389 if (pwmatchline(search, ui
396 pwmatchline(int search, uid_t uid, const char *name) argument
[all...]
/freebsd-10-stable/contrib/binutils/ld/
H A Dldfile.c97 /* Adds NAME to the library search path.
153 If we can't open the file as an object file, stop the search
307 search_dirs_type *search; local
335 for (search = search_head; search != NULL; search = search->next)
341 if (ldemul_open_dynamic_archive (arch, search, entry))
343 entry->sysrooted = search->sysrooted;
348 string = xmalloc (strlen (search
472 search_dirs_type *search; local
[all...]
/freebsd-10-stable/sbin/dhclient/tests/
H A DMakefile7 tables.c fake.c option-domain-search.c
/freebsd-10-stable/libexec/mknetid/
H A Dparse_group.c104 grscan(int search, int gid) argument
129 if (search && _gr_group.gr_gid != gid)
/freebsd-10-stable/contrib/nvi/ex/
H A Dtag.h31 char **paths; /* Array of search paths for this cscope. */
87 CHAR_T *search; /* Search string. */ member in struct:_tag
/freebsd-10-stable/contrib/texinfo/info/
H A Dsearch.h0 /* search.h -- Structure used to search large bodies of text, with bounds.
2 $Id: search.h,v 1.3 2004/04/11 17:56:46 karl Exp $
22 /* The search functions take two arguments:
24 1) a string to search for, and
27 and end of the search.
36 char *buffer; /* The buffer of text to search. */
37 long start; /* Offset of the start of the search. */
39 int flags; /* Flags controlling the type of search. */
49 extern long search (cha
[all...]
/freebsd-10-stable/gnu/usr.bin/gperf/
H A DMakefile12 main.cc options.cc output.cc positions.cc search.cc version.cc \
/freebsd-10-stable/gnu/usr.bin/texinfo/info/
H A DMakefile8 infomap.c m-x.c man.c nodemenu.c nodes.c search.c session.c \
/freebsd-10-stable/contrib/libucl/tests/basic/
H A D3.in15 isearch: search -i -g -x,
/freebsd-10-stable/contrib/file/src/
H A Dsoftmagic.c675 cp = strndup((const char *)ms->search.s, ms->search.rm_len);
677 file_oomem(ms, ms->search.rm_len);
688 t = ms->search.offset;
690 t = ms->search.offset + ms->search.rm_len;
805 o = CAST(int32_t, ms->search.offset);
808 (ms->search.offset + ms->search.rm_len));
813 o = CAST(int32_t, ms->search
1868 const char *search; local
[all...]

Completed in 233 milliseconds

1234567