Searched refs:ifs (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A Dmkdir.sh48 then ifs=${IFS-'
52 IFS=$ifs
H A Dcrossexec.sh100 ifs=${IFS-'
106 IFS=$ifs
H A Dmamprobe.sh129 ifs=${IFS-'
133 IFS=$ifs
155 ifs=${IFS-'
159 IFS=$ifs
H A Drt.sh75 ifs=${IFS:-$' \t\n'}
168 IFS=$ifs
191 IFS=$ifs
H A Dditto.sh209 ifs=${IFS-$' \t\n'}
376 IFS=$ifs
H A DMakefile204 ifs=$IFS macro
207 IFS=$ifs
/macosx-10.9.5/bash-92/bash-3.2/tests/
H A Drun-minimal29 run-ifs-tests|run-input-test|run-invert|run-more-exp|run-nquote) echo $x ; sh $x ;;
30 run-ifs-0posix|run-posix2|run-posixpat) echo $x ; sh $x ;;
/macosx-10.9.5/ruby-104/ruby/test/win32ole/
H A Dtest_err_in_callback.rb47 open(logfile) {|ifs|
48 str = ifs.read
H A Dtest_win32ole.rb361 open(fname, "r:ascii-8bit") {|ifs|
362 str = ifs.read
379 open(fname, "r:ascii-8bit") {|ifs|
380 str = ifs.read
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dtokenizer.c75 Char *ifs; /* In field separator */ local
110 FUN(tok,init)(const Char *ifs)
116 tok->ifs = tok_strdup(ifs ? ifs : IFS);
117 if (tok->ifs == NULL) {
125 tok_free((ptr_t)tok->ifs);
133 tok_free((ptr_t)tok->ifs);
169 tok_free((ptr_t) tok->ifs);
366 if (Strchr(tok->ifs, *pt
[all...]
/macosx-10.9.5/libedit-39/src/
H A Dtokenizer.c75 Char *ifs; /* In field separator */ local
110 FUN(tok,init)(const Char *ifs)
116 tok->ifs = tok_strdup(ifs ? ifs : IFS);
117 if (tok->ifs == NULL) {
125 tok_free(tok->ifs);
133 tok_free(tok->ifs);
169 tok_free(tok->ifs);
366 if (Strchr(tok->ifs, *pt
[all...]
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dtokenizer.c65 char *ifs; /* In field separator */ member in struct:tokenizer
100 tok_init(const char *ifs) argument
106 tok->ifs = tok_strdup(ifs ? ifs : IFS);
107 if (tok->ifs == NULL) {
115 tok_free((ptr_t)tok->ifs);
123 tok_free((ptr_t)tok->ifs);
159 tok_free((ptr_t) tok->ifs);
356 if (strchr(tok->ifs, *pt
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/network_io/unix/
H A Dmulticast.c48 struct ifaddrs *ifp, *ifs; local
58 if (getifaddrs(&ifs) != 0) {
62 for (ifp = ifs; ifp; ifp = ifp->ifa_next) {
73 freeifaddrs(ifs);
/macosx-10.9.5/apr-30/apr/apr/network_io/unix/
H A Dmulticast.c48 struct ifaddrs *ifp, *ifs; local
58 if (getifaddrs(&ifs) != 0) {
62 for (ifp = ifs; ifp; ifp = ifp->ifa_next) {
73 freeifaddrs(ifs);
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_request.c2836 struct info_if_stats *ifs = *ifsp; local
2839 memset(ifs, 0, sizeof(*ifs));
2845 ifs->v6_flag = 1;
2846 ifs->unaddr.addr6 = SOCK_ADDR6(&interface->sin);
2847 ifs->unbcast.addr6 = SOCK_ADDR6(&interface->bcast);
2848 ifs->unmask.addr6 = SOCK_ADDR6(&interface->mask);
2850 ifs->v6_flag = 0;
2851 ifs->unaddr.addr = SOCK_ADDR4(&interface->sin);
2852 ifs
2886 struct info_if_stats *ifs; local
2905 struct info_if_stats *ifs; local
[all...]
/macosx-10.9.5/ntp-88/ntpdc/
H A Dntpdc_ops.c3071 struct info_if_stats *ifs,
3093 SET_ADDR(saddr, ntohl(ifs->v6_flag),
3094 ifs->unaddr.addr.s_addr, ifs->unaddr.addr6);
3096 ntohl(ifs->ifnum),
3097 actions[(ifs->action >= 1 && ifs->action < 4) ? ifs->action : 0],
3099 ifs->ignore_packets ? 'D' : 'E',
3100 ifs
3069 iflist( FILE *fp, struct info_if_stats *ifs, int items, int itemsize, int res ) argument
3134 struct info_if_stats *ifs; local
3152 struct info_if_stats *ifs; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dif_bridge.c2044 struct ifnet *ifs = bif->bif_ifp, *bifp = sc->sc_ifp; local
2050 VERIFY(ifs != NULL);
2053 switch (ifs->if_type) {
2060 (void) ifnet_set_promiscuous(ifs, 0);
2080 (void) bridge_detach_protocol(ifs);
2097 if (bridge_inherit_mac && sc->sc_ifaddr == ifs) {
2121 bridge_rtdelete(sc, ifs, IFBF_FLUSHALL);
2150 ifs->if_bridge = NULL;
2151 ifnet_release(ifs);
2180 struct ifnet *ifs, *bif local
2896 struct ifnet *ifs; local
2939 struct ifnet *ifs; local
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/features/
H A Dmath.sh53 ifs=$IFS
70 IFS=$ifs
170 IFS=$ifs
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dmacro.c69 unsigned char ifs; /* first char of IFS */ member in struct:_mac_
173 mp->ifs = *mp->ifsp;
175 mp->ifs = ' ';
208 mp->ifs = *mp->ifsp;
210 mp->ifs = ' ';
281 mp->ifs = ' ';
1765 register int d = (mode=='@'?' ':mp->ifs);
2284 else if(!mp->quote && mp->split && (mp->ifs||mp->pattern))
2286 /* split words at ifs characters */
2325 else if(n && mp->ifs)
[all...]
/macosx-10.9.5/bash-92/bash-3.2/
H A Darray.c332 char *ifs, sep[2], *t; local
363 ifs = getifs();
364 sep[0] = ifs ? *ifs : '\0';
383 char *t, *ifs, sifs[2]; local
400 ifs = getifs();
401 sifs[0] = ifs ? *ifs : '\0';
H A DAUTHORS358 tests/ifs-test-1.sh Chet Ramey
359 tests/ifs-test-2.sh Chet Ramey
360 tests/ifs-test-3.sh Chet Ramey
361 tests/ifs.1.right Chet Ramey
362 tests/ifs.2.right Chet Ramey
363 tests/ifs.3.right Chet Ramey
377 tests/run-ifs-tests Chet Ramey
458 tests/posix-ifs.sh Glenn Fowler
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/bltins/
H A Dread.c212 char *ifs; local
286 ifs = nv_getval(mp=sh_scoped(shp,IFSNOD));
296 nv_putval(mp, ifs, NV_RDONLY);
520 if(sh_strchr(ifs,(char*)cp-1)>=0)
597 if(sh_strchr(ifs,(char*)cp-1)>=0)
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-sh/
H A Datf-check.cpp656 std::ifstream ifs(path.c_str(), std::fstream::binary);
657 ifs >> std::noskipws;
658 std::istream_iterator< char > begin(ifs), end;
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dconf.sh74 ifs=${IFS-'
174 IFS=$ifs
215 IFS=$ifs
394 IFS=$ifs
/macosx-10.9.5/network_cmds-433/ifconfig.tproj/
H A Difconfig.c1002 struct ifstat ifs; local
1095 strncpy(ifs.ifs_name, name, sizeof ifs.ifs_name);
1096 if (ioctl(s, SIOCGIFSTATUS, &ifs) == 0)
1097 printf("%s", ifs.ascii);

Completed in 365 milliseconds

12