Searched refs:argp (Results 1 - 7 of 7) sorted by relevance

/haiku/src/bin/network/telnet/
H A Dmain.c359 char *args[9], **argp = args; local
363 *argp++ = prompt;
365 *argp++ = strdup("-l");
366 *argp++ = user;
369 *argp++ = strdup("-s");
370 *argp++ = src_addr;
372 *argp++ = argv[0]; /* host */
374 *argp++ = argv[1]; /* port */
375 *argp = 0;
379 if (tn(argp
[all...]
H A Dcommands.c165 char **argp = margv; local
171 *argp++ = strdup("!"); /* No room in string to get this */
181 *argp++ = cp;
209 *argp++ = 0;
/haiku/src/bin/unzip/
H A Denvargs.c287 char **argp; /* pointer into new arg list */ local
307 for (argp = newargv, envp = environ; *envp != NULL && (*envp)[0] == '~';
308 *argp++ = &(*envp++)[1])
310 *argp = NULL; /* null-terminate the list */
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dunix_io.c366 * @argp:
373 unsigned long request, void *argp)
375 return ioctl(DEV_FD(dev), request, argp);
372 ntfs_device_unix_io_ioctl(struct ntfs_device *dev, unsigned long request, void *argp) argument
H A Dwin32_io.c614 * @argp: pointer to result buffer
639 * @argp: pointer to result buffer
1803 * @argp: pointer to where to put the output
1811 struct hd_geometry *argp)
1815 argp->heads = fd->geo_heads;
1816 argp->sectors = fd->geo_sectors;
1817 argp->cylinders = fd->geo_cylinders;
1818 argp->start = fd->part_hidden_sectors;
1826 * @argp: pointer to where to put the output
1833 static __inline__ int ntfs_win32_blksszget(struct ntfs_device *dev,int *argp) argument
1810 ntfs_win32_hdio_getgeo(struct ntfs_device *dev, struct hd_geometry *argp) argument
1850 ntfs_device_win32_ioctl(struct ntfs_device *dev, unsigned long request, void *argp) argument
[all...]
H A Ddevice.h115 void *argp);
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c3168 char** argp; local
3177 argp = NEW( char*, strlen( hc->query ) + 2 );
3178 if ( argp == (char**) 0 )
3181 argp[0] = strrchr( hc->expnfilename, '/' );
3182 if ( argp[0] != (char*) 0 )
3183 ++argp[0];
3185 argp[0] = hc->expnfilename;
3201 argp[argn++] = cp1;
3208 argp[argn++] = cp1;
3212 argp[arg
3403 char** argp; local
[all...]

Completed in 83 milliseconds